From 9e84259e6cb2102f3d2f996b0d2ab919abcd67a3 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 24 Mar 2005 04:07:19 +0000 Subject: Add auto-indent to code editor. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4171 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/CodeEditor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/CodeEditor.h') 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); -- cgit v1.2.3