Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Thompson <quornian@googlemail.com>2008-08-06 03:23:31 +0400
committerIan Thompson <quornian@googlemail.com>2008-08-06 03:23:31 +0400
commit799ba2c3517df4df6c8ddbd508af85fec77167df (patch)
treeb619bdb5de94654c286f372819da5ad5774e4623 /source/blender/blenkernel/intern/text.c
parent06c3dee92b4cf85a1f7042787216133653bbffad (diff)
Added a Python interface to the marker system with a few additional functions for modifying text selections in general. Tweaked some of the events and drawing code and added a template completion script along the lines of gedit's snippets.
Diffstat (limited to 'source/blender/blenkernel/intern/text.c')
-rw-r--r--source/blender/blenkernel/intern/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/text.c b/source/blender/blenkernel/intern/text.c
index 611eed3999e..47f8fc708c2 100644
--- a/source/blender/blenkernel/intern/text.c
+++ b/source/blender/blenkernel/intern/text.c
@@ -2773,4 +2773,4 @@ TextMarker *txt_next_marker(Text *text, TextMarker *marker) {
return tmp;
}
return NULL; /* Only if marker==NULL */
-} \ No newline at end of file
+}