Go to file
Sergey Sharybin 628a8151da Fix #27505: Text Editor always indent next line when a " is found (which is not always correct)
Do not indent if there's any non-space character after colon.

This only makes life a bit easier, but it's still not 100% correct indentation
strategy. For example when colon is inside non-closed string or so.
Also there's not indentation for { and un-indentation for }.

Handling such cases would require much smarter strategy..
2011-05-28 14:40:42 +00:00
build_files include ffmpeg_compat header in cmake source list. 2011-05-28 04:53:17 +00:00
doc move load_image into image_utils and add some docstrings to bpy_extras module. 2011-05-28 09:34:45 +00:00
extern fixed "rather then" -> "rather than" typos all over the place 2011-05-28 13:11:24 +00:00
intern == FFMPEG == 2011-05-28 14:16:56 +00:00
release move load_image into image_utils and add some docstrings to bpy_extras module. 2011-05-28 09:34:45 +00:00
source Fix #27505: Text Editor always indent next line when a " is found (which is not always correct) 2011-05-28 14:40:42 +00:00
CMakeLists.txt fixed "rather then" -> "rather than" typos all over the place 2011-05-28 13:11:24 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile - background job style cleanup. 2011-04-10 15:24:05 +00:00
SConstruct Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00