Age | Commit message (Collapse) | Author | Files | Lines |
|
tests but hidden from most of Scintilla.
Access through std::unique_ptr.
|
|
|
|
is the only user of these functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ScintillaCall.
|
|
https://sourceforge.net/p/scintilla/code/merge-requests/28/
|
|
Fix some minor formatting issues.
|
|
version of GetStyledText.
|
|
open the file.
|
|
Fix documentation to use correct ID attribute.
|
|
in the margin or in the text.
|
|
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
|
|
performance significantly for very wide lines.
|
|
header.
|
|
|
|
new WinType.h header.
|
|
|
|
|
|
|
|
|
|
ReplaceREInFile.
|
|
|
|
|
|
|
|
choose a better feature value.
|
|
|
|
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.
|
|
https://github.com/jendrikseipp/vulture
|
|
and CharacterCategoryMap to avoid clashes with Lexilla when building an
executable that includes both.
|
|
|
|
|
|
Fixed downloads page.
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
|
|
Add IntegerRectangle struct for local use in PlatGTK.cxx.
|
|
almost everywhere.
|
|
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
|
|
|
|
|
|
|
|
lexilla/include/LexicalStyles.iface.
Remove filtering of lexical constants from HFacer.py.
|
|
|
|
used for Scintilla, Lexilla, and SciTE.
Update HeaderOrder.txt to match files moved out to Lexilla.
|
|
|
|
Previously, more initialisation was performed inside DllMain but some actions
such as loading libraries are unsafe inside DllMain.
Avoid listbox UnregisterClass if no attempt to register which will occur if
no Scintilla windows were created.
std::call_once is used to ensure initialisation is performed at most once.
|