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:
authorStephen Swaney <sswaney@centurytel.net>2005-04-28 19:41:06 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-04-28 19:41:06 +0400
commitc0f129d0beef36043ce45b72a90e413b80cd9eb7 (patch)
treefe7de76dd4154022ec53730ab52e173a3ee66f37 /source/blender/include/BIF_drawtext.h
parentac1cccdf5961098a06ea1fd21a6f0c7a0996ffe4 (diff)
Add bracket matching to text editor.
#2437 from the Patch Tracker. Contributed by Ricki Myers (themyers). Thanks! Highlight color is set in UserPref theme colors.
Diffstat (limited to 'source/blender/include/BIF_drawtext.h')
-rw-r--r--source/blender/include/BIF_drawtext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_drawtext.h b/source/blender/include/BIF_drawtext.h
index 8b7ef3e44d7..a65a8daef8b 100644
--- a/source/blender/include/BIF_drawtext.h
+++ b/source/blender/include/BIF_drawtext.h
@@ -47,5 +47,7 @@ void add_text_fs(char *file);
void free_txt_data(void);
void pop_space_text(struct SpaceText *st);
+void do_brackets(void);
+
#endif