Age | Commit message (Collapse) | Author | Files | Lines |
|
When there are two adjacent instances of the same indicator (but with different
values), only the first of them was drawn. This is because when attempting to
skip the gap between the first and second indicator, Editor::DrawIndicators
would skip whatever run was there without checking whether it was actually a
gap or already the next indicator.
|
|
previously
prepared content was shown.
|
|
Also enables more flexibility with modifier keys.
|
|
|
|
|
|
|
|
From Mark Robinson.
|
|
From SiegeLord.
|
|
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
|
|
document
to return document size.
|
|
invalid position.
|
|
|
|
|
|
gcc.
|
|
|
|
|
|
Tests for this and other sub styles methods.
|
|
|
|
From OmegaPhil.
|
|
|
|
whole view.
|
|
|
|
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
|
|
Scintilla_LinkLexers.
Fix comment with file name.
|
|
From Neomi.
|
|
|
|
Move printing parameters into a separate struct.
|
|
From Neomi.
|
|
controlCharSymbol setting moved along with calculated fields for tab
width and control symbols.
Use of TextSegment simplified and variables made const where possible.
|
|
|
|
|
|
a binary file.
Simplify use of BreakFinder and use for layout as well as drawing.
|
|
|
|
Fixed by using hex escapes for non-ASCII.
|
|
it never really could be.
|
|
|
|
possible.
unordered_map caused too many porting problems.
|
|
|
|
|
|
|
|
iasascii is not part of ISO C or C++ but is a BSD extension so caused
problems when compiling in strict compliance mode.
|
|
|
|
|
|
|
|
|
|
case conversion of Unicode text in accordance with Unicode.
|
|
From Mitchell Foral.
|
|
|
|
|
|
|