geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <Editor.h>
Public Types | |
enum | { lineLarge = 0x7ffffff } |
Public Member Functions | |
WrapPending () noexcept | |
void | Reset () noexcept |
void | Wrapped (Sci::Line line) noexcept |
bool | NeedsWrap () const noexcept |
bool | AddRange (Sci::Line lineStart, Sci::Line lineEnd) noexcept |
Public Attributes | |
Sci::Line | start |
Sci::Line | end |
Definition at line 131 of file Editor.h.
Referenced by Scintilla::Editor::NeedWrapping().
|
inlinenoexcept |
Definition at line 128 of file Editor.h.
Referenced by Scintilla::Editor::Idle(), Scintilla::Editor::NeedWrapping(), and Scintilla::Editor::WrapLines().
|
inlinenoexcept |
Definition at line 120 of file Editor.h.
Referenced by Scintilla::Editor::WrapLines().
|
inlinenoexcept |
Definition at line 124 of file Editor.h.
References line.
Referenced by Scintilla::Editor::WrapLines().
Sci::Line Scintilla::WrapPending::end |
Definition at line 115 of file Editor.h.
Referenced by Scintilla::Editor::WrapLines().
Sci::Line Scintilla::WrapPending::start |
Definition at line 114 of file Editor.h.
Referenced by Scintilla::Editor::EnsureLineVisible(), Scintilla::Editor::MovedCaret(), and Scintilla::Editor::WrapLines().