aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2019-06-18Backport: Feature [feature-requests:#1297] 6: Add enumeration types to APIs.Neil1-122/+123
Backport of changeset 7588:3a1f64ccb9a8.
2019-06-18Backport: Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from ↵Neil1-5/+16
IndicatorStyle. Deprecate INDIC?_MASK as they depended on old style-byte indicators so are no longer valid. Backport of changeset 7587:fa37b07baf0e.
2019-06-18Backport: Feature [feature-requests:#1297] 4: Add enu for IndicValue and ↵Neil1-0/+5
UndoFlags to gather their values into a type. Add _NONE values for 3 enumerations to make using them simpler. Backport of changeset 7586:d1d3da2c2d91.
2019-06-18Backport: Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.Neil1-0/+1
Backport of changeset 7585:db2f08dff38e.
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type to ↵Neil1-1/+1
ScintillaCallable.py. Backport of changeset 7584:46fe98d4a840.
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.Neil1-1/+2
Backport of changeset 7583:d6ca697df2a0.
2019-06-18Backport: Feature [feature-requests:#1297] 3: Use pointer type in documentation.Neil1-27/+32
Backport of changeset 7582:80796da5ff3b.
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type.Neil1-11/+12
Backport of changeset 7581:777afc17036d.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Add line type to ↵Neil1-2/+2
ScintillaCallable.py. Backport of changeset 7580:253181742438.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Add line type to WidgetGen.pyNeil1-1/+2
Backport of changeset 7579:c354c49503c5.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Use position and line more in ↵Neil2-329/+344
documentation. Backport of changeset 7578:8241e0a93bf6.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Replace int with position or ↵Neil1-118/+119
line where that is more accurate. This helps define where 64-bit values may be passed for huge files. Backport of changeset 7577:e9132d4f7fad.
2019-06-18Backport: Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script ↵Neil1-0/+218
from scite to scintilla as it does not access SciTE files. Backport of changeset 7576:f2d66c606151.
2019-07-11Updated curses platform.mitchell1-1/+1
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell9-24/+36
Backport of changeset 7575:e1e9f53b0423.
2019-06-17Backport: Fix trailing space.Neil1-1/+1
Backport of changeset 7574:d8639d8de9b5.
2019-06-16Backport: Fix Xcode static analysis warning by renmaing GetImage to CreateImage.Neil Hodgson3-8/+8
A naming convention is used by the analyzer where a "Create" prefix is used when the reference is owned by the caller and a "Get" prefix when the reference is not owned so should not be released. Backport of changeset 7573:9da2019c1c9d.
2019-07-11Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length ↵mitchell4-21/+185
specified in wParam. Changed GetTextLength to use same logic as GetText to ensure they agree. Backport of changeset 7572:d7aedab278d0.
2019-06-15Backport: Test Scintilla GetStatus and SetStatus.Neil1-0/+7
Backport of changeset 7571:747cb54f1114.
2019-06-15Backport: Suppress some warnings for new DataFlex lexer.Neil1-0/+1
Backport of changeset 7570:9ca519e801a4.
2019-07-11Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex.mitchell10-2/+705
Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard.
2019-06-11Added tag rel-3-10-6 for changeset 08973e00da9cmitchell1-0/+1
2019-06-11Updated release data for 3.10.6.rel-3-10-6mitchell1-2/+2
2019-06-07Updated BACKPORTING.mitchell1-0/+2
2019-06-07Updated history with lexlua changes.mitchell1-0/+6
2019-06-06Updated curses platform makefile.mitchell1-1/+1
2019-06-05Updated BACKPORTING.mitchell1-3/+7
2019-06-05Preparing for 3.10.6 release.mitchell8-18/+18
2019-06-05Backport: Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.Neil1-4/+4
Backport of changeset 7549:1d1109aef80c.
2019-06-04Backport: Fix extra white space.Neil1-2/+2
Backport of changeset 7547:d0447aca31c5.
2019-06-04Backport: Bug [#2104]. Use '%.0f' and casts to double to fix printf format ↵Neil1-4/+8
string bugs. This will extend valid maximum position from 31-bits to 53-bits which is ample. Backport of changeset 7546:f3b2a4dba48c.
2019-06-02Backport: GTK+ was renamed to GTK in February 2019 so update documentation ↵Neil6-56/+56
to new name. Backport of changeset 7545:69f78ccbfc4b.
2019-06-02Backport: Clarify which API changes focus.Neil1-2/+2
Backport of changeset 7544:4fdbac7a1dde.
2019-06-04lexlua: Support single quotes in C++14 integer literals.mitchell1-1/+5
2019-06-02lexlua: Updated Markdown lexer.mitchell1-6/+24
Thanks to Alexander Misel.
2019-05-29Backport: Bug [#2104]. Use 'l' long format length sub-specifier for HRESULT ↵Neil2-4/+4
as it is long. Backport of changeset 7539:b22c2d7b0301.
2019-05-29Backport: Resolve some Core Guidelines warningsJad Altahan1-23/+23
Backport of changeset 7538:c237abdc7c4c.
2019-05-28Backport: Add folding for CMake 3 function/endfunctionJad Altahan2-2/+7
Backport of changeset 7537:03bbd7abb2f8.
2019-05-27Updated BACKPORTING.mitchell1-0/+10
2019-05-24Backport: Support output lengths >2GB for SCI_GETSTYLEDTEXT.Zufu Liu1-2/+2
Backport of changeset 7506:d20bd1c65a73.
2019-05-24Backport: Optimize SCI_GETSELTEXT by avoiding per-character calls.Zufu Liu1-4/+4
Backport of changeset 7505:1de0cb213456.
2019-05-24Backport: Optimize SCI_GETCURLINE by avoiding per-character calls.Zufu Liu1-5/+3
Backport of changeset 7504:b46332260eee.
2019-05-24Backport: Optimize SCI_GETLINE by avoiding per-character calls.Zufu Liu1-6/+5
Backport of changeset 7503:56ccae81df17.
2019-05-22Backport: Support for VB2017 bin literals & digit separatorsJad Altahan4-1/+17
Backport of changeset 7502:395c5832d38c.
2019-05-22Backport: Fix orphan text, moving to where it should be.Zufu Liu1-2/+1
Backport of changeset 7501:3383bc118229.
2019-05-17Backport: Optimize InsertLines and DeleteLines for ContractionState if no ↵Neil2-4/+16
folds contracted. Backport of changeset 7500:c4db961b46ab.
2019-05-17Backport: Fixed performance bug where line end positions were reset withot ↵Neil2-1/+5
need when switching from or to Unicode. Only noticeable on huge files. Backport of changeset 7499:d800ba9f7006.
2019-05-11Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" ↵Neil7-19/+19
-> "colour". Backport of changeset 7498:7dd63f4402ae.
2019-05-08Backport: Use value-initialization and nullptr (for true pointers) to avoid ↵Neil3-41/+25
'using NULL' warnings. Backport of changeset 7493:614a823a36cb.
2019-05-07Backport: Fix warnings from GCC 9 because of a deprecated ↵Neil1-0/+7
implicitly-declared operator= by explicitly implementing the operator=. Backport of changeset 7492:9e738e32ae45.