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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-31 20:24:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-31 20:24:49 +0400
commitdd62a2c3756d4335479a561a52468a548f2f1d65 (patch)
tree2a4a40d8148cb3d14155e47e59b09e3305495be8 /source/blender/editors/space_text/text_intern.h
parentf54b6eee45cf24450076d39c3fa3bd0d4e21f564 (diff)
text autocomplete
- make the popup box line up the X axis with the current word. - add poll function for the operator
Diffstat (limited to 'source/blender/editors/space_text/text_intern.h')
-rw-r--r--source/blender/editors/space_text/text_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index 8fa74a5c866..799bc49b624 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -143,6 +143,9 @@ void TEXT_OT_to_3d_object(struct wmOperatorType *ot);
void TEXT_OT_resolve_conflict(struct wmOperatorType *ot);
+int text_space_edit_poll(struct bContext *C);
+
+/* text_autocomplete.c */
void TEXT_OT_autocomplete(struct wmOperatorType *ot);
/* space_text.c */