diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-11 13:06:15 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-11 13:06:15 +0000 |
| commit | 313352b55f85716060a763a112db4214fbffeedb (patch) | |
| tree | 948ac845a6f0bf80352d23cb19cf2a808369bd96 /test/editor.cxx | |
| parent | b6d2207550758827869934e0153dace8c4fc8bd2 (diff) | |
Updated documentation/README to reflect the new distribution of
pre-generated documentation as separate downloads.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8256 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/editor.cxx')
| -rw-r--r-- | test/editor.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/editor.cxx b/test/editor.cxx index ffd8c1d57..16ef737c0 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -776,7 +776,8 @@ Fl_Window* new_view() { w->editor = new Fl_Text_Editor(0, 30, 660, 370); w->editor->textfont(FL_COURIER); w->editor->textsize(TS); - //w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 250); + // + w->editor->wrap_mode(Fl_Text_Editor::WRAP_AT_BOUNDS, 0); w->editor->buffer(textbuf); w->editor->highlight_data(stylebuf, styletable, sizeof(styletable) / sizeof(styletable[0]), |
