Age | Commit message (Collapse) | Author | Files | Lines |
|
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
|
|
performance significantly for very wide lines.
|
|
May avoid some small costs and be clearer.
|
|
Move class declarations of PositionCache and PositionCacheEntry into cxx file
and only define IPositionCache interface and CreatePositionCache factory
function in header.
|
|
|
|
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
|
|
will be published in externally visible header.
|
|
AutoLineLayout and other code no longer needed so removed.
|
|
is for. Add accessor for line number and method to say whether compatible with
a line number and number of characters.
Since LineLayout can report its line number, remove line argument from
EditView::LayoutLine which simplifies calling it.
|
|
Change ColourDesired to ColourAlpha in styles.
Remove ColourDesired.
|
|
traits in the future.
|
|
InitPixMap. Changed DropGraphics from releasing surfaces to deleting them.
This simplifies code and the added cost of allocating a new Surface is small.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it static.
|
|
|
|
|
|
|
|
|
|
of .get() before use.
|
|
|
|
|
|
This change was not compatible with Cocoa as it uses document-based coordinates
rather than view-based.
|
|
|
|
|
|
interfaces ILexer4 and IDocument.
|
|
as that throws an exception.
Also use unique_ptr for tab stop positions.
|
|
|
|
|
|
|
|
|
|
and lines.
|
|
|
|
precision in long documents. This meant that individual lines could not be
selected by mouse when the document exceeded 16.7 million lines.
|
|
|
|
are multiple locations for one position.
The main current use is to find the location at the end of a line or display
line when the commonly used location is at the start of the next line.
|
|
to work better.
|
|
From Mitchell Foral.
|
|
|
|
i686-apple-darwin10-g++-4.2.1.
|
|
From Nick Gravgaard.
|
|
caretStyle as there could be confusion if the container changes caret style.
|
|
|
|
|
|
multiple phase drawing option.
|