diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-24 14:28:56 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-24 14:29:01 +0200 |
| commit | e8d218109e246b14df0cdf2d818e2575c8108e9f (patch) | |
| tree | 64c3f3ae1acd99f81fd54d6391591663981c9b23 /fluid/CodeEditor.h | |
| parent | 5a8a28cbb5fd627dfd032b996cd83d0965d9ac5e (diff) | |
FLUID: Adds much more detailed CodeView
in preparation for "find" and "reveal"
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index f8e7f8299..50908ebe5 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -66,13 +66,14 @@ protected: void draw() FL_OVERRIDE; }; -// ---- DesignViewer declaration +// ---- Project File Text Viewe declaration class TextViewer : public Fl_Text_Display { public: TextViewer(int X, int Y, int W, int H, const char *L=0); ~TextViewer(); int top_line() { return get_absolute_top_line_number(); } + void draw() FL_OVERRIDE; }; #endif // !CodeEditor_h |
