Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Add cast functions to simplify code and avoid warnings.
|
|
|
|
|
|
that are not needed.
|
|
Shift of unsigned to avoid too much shifting and overflow warnings.
Remove condition that was always true.
Remove suppressions no longer needed.
|
|
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.
|
|
almost everywhere.
|
|
PLATFORM_ASSERT is used in data structure headers which led to including
graphics and windowing APIs in data structure modules.
|
|
|
|
|
|
|
|
|
|
INDIC_ is also used for indicator styles.
|
|
Use noexcept.
|
|
|
|
|
|
|
|
|
|
arguments as that is clumsy when converting types.
|
|
|
|
|
|
From Effective Modern C++ Item 21.
|
|
interfaces ILexer4 and IDocument.
|
|
intrusive linked list. Restrict clients to a read-only view.
|
|
|
|
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
for more than 2GB.
|
|
|
|
|
|
|
|
block.
|
|
had no effect since that was regarded as an empty indicator.
|
|
|
|
Make RunStyles internal methods private.
RunFromPosition is const so marker as const.
|
|
|
|
indicator.
|
|
message :)
- now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries
- several fixes in the OS X layer since the branch was commited in 2005
- used in Komodo since 2005, so pretty stable
|
|
notification flag.
|
|
although this isn't optimal. Some checking for null changes. Messages
documented. Methods for changing indicators in Accessor so can be used by
lexers.
|
|
|