aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13Use explicit typedefs instead of deprecated derivation from std::iterator.Greg Smith1-3/+21
This fixes a C4996 / STL4015 warning from Visual C++ 2017.5 that the std::iterator class template is deprecated in C++17.
2017-11-21Update make dependencies due to splitting off ILoader.h.Neil Hodgson1-89/+107
2017-11-21Update marshalling of signals from Scintilla, changing deprecated NONE to VOID.Neil Hodgson3-42/+39
Has no effect on clients as NONE was an alias for VOID.
2017-11-20Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral5-0/+15
2017-11-20Add section for 4.0.3 and move posr-4.0.2 items into it.Neil1-8/+16
2017-11-09Close autocompletion list for escape and delete on macOS 10.13 as the windowchinhster2-1/+6
was emptying but stayed visible.
2017-11-05Stop treating '\' as an escape character in strings.Vicente2-7/+29
Detect character literals and assign SCE_VHDL_STRING to them.
2017-11-05Indent more uniformly with spaces instead of tabs.Vicente1-34/+34
2017-10-30Fixed wxWindows -> wxWidgets.Neil1-2/+2
2017-10-26Added tag rel-4-0-2 for changeset 96becb885ce4Neil1-0/+1
2017-10-26Updates for 4.0.2.rel-4-0-2Neil8-16/+17
2017-10-26Change log.Neil Hodgson1-0/+4
2017-10-26Disable the animated find indicator on macOS 10.13 where it fails.Neil Hodgson1-2/+20
2017-10-26Fix nested Django tags inside a comment breaking highlighting of rest of file.Stephan Deibel2-1/+5
2017-10-26Fix bad formatting.Neil1-9/+1
2017-10-26Bug [#1979]. Fix Cocoa hang when Scintilla loaded from SMB share on macOS 10.13.Chinh Nguyen2-5/+31
2017-10-23Document style metadata APIs.Neil2-3/+24
2017-10-23Added tag rel-4-0-1 for changeset bd5c44cb0ab8Neil1-0/+1
2017-10-18Updates for 4.0.1 release.rel-4-0-1Neil8-16/+17
2017-10-16Use const for interface CharacterIndexer and its implementation DocumentIndexer.Neil3-10/+10
2017-10-16Bug [#1975]. Avoid duplicate calls by using inline function instead of macro.Zufu Liu1-5/+6
2017-10-15Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.Zufu Liu2-3/+7
2017-10-15Bug [#1978]. Minor undefined behaviour fixed.Zufu Liu2-1/+5
2017-10-15Change log.Neil1-0/+1
2017-10-13New pre_processor added recently to baan.oirfeodent1-4/+6
2017-09-25Avoiding comma operator warnings from Clang in lexers.Neil Hodgson3-5/+15
2017-09-25Update Xcode project files automatically for Xcode 9.Neil Hodgson2-9/+19
2017-09-18Bug [#1885]. Improve scrolling on macOS 10.12.Neil Hodgson2-8/+19
2017-09-15Bug [#1972]. Change encoding used in comments to UTF-8.Zufu Liu4-4/+8
2017-09-14Normalize whitespace.Zufu Liu5-7/+6
2017-09-14Remove automatically generated line end whitespace.Zufu Liu3-191/+192
2017-09-13Bug [#1971]. Fix line selection by clicking in the margin when scrolled.Neil Hodgson2-0/+6
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil235-641/+35
interfaces ILexer4 and IDocument.
2017-09-01Use "Falls through" comments to avoid warnings from GCC 7.1.Neil Hodgson7-0/+9
2017-08-29Fix issue, where in few cases the lexing needs to be done only for functions.oirfeodent2-1/+7
2017-08-28Include ILoader.h in public interface to Scintilla framework.Neil Hodgson1-0/+4
2017-08-28New header ILoader.h defines ILoader interface as it does not belong in ↵Neil18-14/+45
ILexer.h.
2017-08-28Bug [#1966]. "defined A" removes "A" before replacing "defined" with value.Jannick2-3/+5
2017-08-28Bug [#1966]. #define A is treated as #define A 1.Jannick2-0/+3
2017-08-28Bug [#1966]. Default value of 0 for undefined preprocessor symbols.Jannick2-2/+8
2017-08-25Moved *StyleBits* APIs into deprecated category.Neil5-17/+21
2017-08-19Switched attribution.Neil1-1/+1
2017-08-18Bug [#1968]. Use sql.backslash.escapes for double quoted strings.Justin Clift2-1/+15
2017-08-17Added link to long term release page onmain page.Neil1-0/+4
2017-08-16Added tag rel-4-0-0 for changeset ec8e68de4ddbNeil1-0/+1
2017-08-15Delaying a day due to change with Lua in SciTE.rel-4-0-0Neil2-3/+3
2017-08-11Include more of the 4.0.0 changes.Neil1-0/+22
2017-08-11Preparing for the 4.0.0 release.Neil8-20/+25
2017-08-11Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDCNeil3-14/+12
as provisional.
2017-08-09Include 3.7.6 long term release.Neil1-3/+19