aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Documentation for style metadata.Neil2-65/+249
2017-06-22Basic implementation helpers for style metadata.Neil8-21/+57
2017-06-22Add style metadata methods with null implementations.Neil9-0/+124
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil28-83/+126
2017-07-13Update typedefs used for lexing.Neil1-2/+4
2017-07-12Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.Neil Hodgson1-0/+1
2017-07-12Bug [#1957]. Add focusChanged(bool focused) signal.Justin Dailey3-0/+13
2017-07-09Updated styling to avoid Comic Sans - such an unfairly maligned font.Justin Dailey1-3/+3
2017-07-09Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey5-4/+8
2017-07-09Added BowPad.johnsonj1-0/+4
2017-07-07Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x.Neil2-1/+3
2017-07-07Redraw when overtype changed so caret change visible even when not blinking.Justin Dailey2-3/+11
2017-07-03SCE_BAAN_NUMBER was not highlighted, if followed by an operator... This Bug i...oirfeodent2-1/+4
2017-07-04Dropping files fires the SCN_URIDROPPED notification instead of inserting text.Justin Dailey5-5/+34
2017-07-04Clean whitespace.Neil1-1/+1
2017-06-29Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used as a index.John Donoghue2-0/+18
2017-07-01Include the 'updated' flags in the updateUi signal.Justin Dailey3-4/+8
2017-07-01Deprecate single phase drawing.Neil5-19/+37
2017-07-01Updated documentation to match changes to IDocument and ILexer.Neil1-18/+12
2017-06-22Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just haveNeil9-37/+20
2017-06-22Add DefaultLexer.h to header order.Neil1-0/+1
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil24-18/+205
2017-06-22Make all methods override, even pure ones to keep Clang happy.Neil Hodgson1-2/+2
2017-06-22Cast between Sci_Position.h types used for lexers and Position.h types used inNeil6-258/+316
2017-06-22Mark methods implementing interface as "override".Neil1-9/+9
2017-06-22Fix printf formatting with correct format specifier and cast to allow argumentNeil1-1/+1
2017-06-22Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position.Neil1-1/+1
2017-06-19The default encoding is now UTF-8.Neil3-10/+13
2017-06-17SciTE change log.Neil1-0/+4
2017-06-15SciTE change log.Neil1-0/+3
2017-06-15Avoid warnings from G++ 7 for ScintillaEditPy in code generated by Shiboken.Neil1-1/+3
2017-06-14Use $$files instead of bare wildcard to support including in a parent project.Neil3-5/+6
2017-06-14Use same #if guard as other files.Neil1-0/+2
2017-06-13Bug [#1949]. Fix drawing failure in wrap mode for delete to start/end of line.Neil2-4/+15
2017-06-13Hide MSVC incremental linker files and Qt qnake artifacts.Neil1-0/+3
2017-06-12Remove old timer code in favour of the FineTicker* methods.Neil9-135/+22
2017-06-12Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.Neil9-116/+75
2017-06-12Back down from gnu++17 to gnu++14 so can build with g++ on current Ubuntu.Neil1-1/+1
2017-06-12Fix bug where retrieving encoded bytes failed.Neil1-1/+1
2017-06-12Removed unused functions and methods from Platform.h.Neil23-568/+186
2017-06-11Implement SCN_AUTOCSELECTIONCHANGE notification.Neil11-61/+236
2017-06-10Avoid warnings when compiling unit tests with recent GCC.Neil1-0/+8
2017-06-10SciTE change log.Neil1-0/+4
2017-06-10Update GTK+ and compiler version requirements.Neil3-8/+8
2017-06-07Bug [#1919]. Rust - Update integer suffixes.Pavel Sountsov2-1/+7
2017-06-10Require GTK+ 2.24 or later. Removes support for earlier versions.Baldur Karlsson2-63/+0
2017-06-10Bug [#1947]. Reenable mouse tracking when the window is reshown.Baldur Karlsson2-0/+8
2017-06-10Prepare changelog for 4.x.Neil1-0/+14
2017-06-09Use 64-bit safe type for return from Scintilla.Neil1-2/+2
2017-06-09Use min and max from std instead of own version from platform.Neil7-20/+29