Age | Commit message (Collapse) | Author | Files | Lines |
|
word characters following an insertion made by auto-completion.
Bundled the changes made by an autocompletion into one undo action.
|
|
|
|
|
|
Removed use of arithmetic in Scintilla.iface for client programming
languages that do not have the '|' operator.
|
|
|
|
wxForceScintillaLexers.
|
|
|
|
times on GTK+ as it is retained by the window.
Minor cleanups.
|
|
false, text in this style is read only.
|
|
Made assign private and removed assign(SString &, lenpos_t). The = operator
should be used instead.
Added comments and fixed other comments slightly.
|
|
|
|
|
|
Altered to use 0xffffffffU rather than 0 as indicating need to measure
argument strings.
|
|
rather than as the default blobs.
|
|
|
|
|
|
|
|
SString constructors based on int and double.
|
|
|
|
|
|
Added ElapsedTime class to Platform.
|
|
|
|
|
|
|
|
|
|
|
|
sequence.
|
|
Changed DrawText to DrawTextNoClip to avoid name clash with macro.
|
|
Surface.
|
|
visibility of these headers to most code.
|
|
|
|
|
|
|
|
|
|
|
|
substitute.
|
|
|
|
VB lexer states separate from C++ lexer states.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
longer process WM_* or EM_* messages.
|
|
|
|
cut, paste and drag operations.
Mouse wheel scrolling moved into platform subclasses.
Macro support always included so MACRO_SUPPORT definition and use removed.
Allowing menu popup moved from Editor to ScintillaBase.
|