Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-07 | Backport: Fix warnings from GCC 9 because of a deprecated ↵ | Neil | 1 | -0/+7 | |
implicitly-declared operator= by explicitly implementing the operator=. Backport of changeset 7492:9e738e32ae45. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-07-17 | Backport: Update types for Unix LP64 after changes to ↵ | Neil Hodgson | 1 | -1/+1 | |
Sci_Position/Sci_PositionU. Backport of changeset 6352:df1416e3ff3a. | |||||
2017-03-04 | Use C++11 keyword "override" for methods in lexers that override an interface. | Neil | 1 | -2/+2 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -5/+5 | |
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -32/+33 | |
positions and line numbers and may be widened to 64-bits in a future release. | |||||
2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 1 | -4/+4 | |
2013-07-21 | Replace all instances of isascii with Scintilla-specific IsASCII. | Neil | 1 | -4/+4 | |
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode. | |||||
2013-04-30 | Bug: [#1468]. Latex highlighting breaks Unicode characters if preceeded by \. | nyamatongwe | 1 | -3/+3 | |
From Colomban Wendling. | |||||
2013-01-11 | Feature: [#970]. Latex folding and better syntax highlighting. | nyamatongwe | 1 | -0/+539 | |
From G. Hu. |