diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-24 04:07:19 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-24 04:07:19 +0000 |
| commit | 9e84259e6cb2102f3d2f996b0d2ab919abcd67a3 (patch) | |
| tree | 2e431cdaf8129a0b24328cff58241e8a11dfc33a /fluid/CodeEditor.h | |
| parent | e01bdbfbf2eb43b665a1534faaa5072b9cd3fa37 (diff) | |
Add auto-indent to code editor.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 38fb56d2d..624eb2faa 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -61,6 +61,8 @@ class CodeEditor : public Fl_Text_Editor { int /*nRestyled*/, const char * /*deletedText*/, void *cbArg); + static int CodeEditor::auto_indent(int, CodeEditor* e); + public: CodeEditor(int X, int Y, int W, int H, const char *L=0); |
