aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Backport: Use virtual to ensure LexState overrides LineEndTypesSupported method.Neil2-2/+2
Backport of changeset 6462:934f6f6451c2.
2018-02-24Backport: Fix move-extends-selection mode for rectangular and line selections.Mitchell Foral2-17/+53
Backport of changeset 6458:0a8a766722c0.
2018-02-17Backport: For rectangular selections, pressing Home or End now moves the ↵Vicente1-3/+14
caret to the Home or End position instead of the limit of the rectangular selection. Backport of changeset 6456:eaa6c7fa1a81.
2018-02-06Backport: [Bug #1983] Fix double tap word selection on Windows 10 1709 Fall ↵Dimitar Radev1-1/+1
Creators Update. Times of observed mouse events went backwards causing unsigned overflow. Backport of changeset 6449:1280ef150bbb.
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil6-12/+31
Backport of changeset 6448:431b814a54a6.
2018-02-01Backport: Templatize RunStyles so it can be over ranges of different types ↵Neil5-74/+99
and contain different style types. Currently only instantiated over <int, int>. Backport of changeset 6445:89d992f380a1.
2018-02-01Backport: Templatize Partitioning so it can hold different types.Neil7-35/+37
Backport of changeset 6444:1bd57324aa36.
2018-01-26Backport: Extend SplitVector to allow more than 2 billion elements on 64-bit ↵Neil4-52/+52
systems. Backport of changeset 6442:3e3bfe29a819.
2018-01-26Backport: Add documentOption argument to SCI_CREATELOADER.Neil1-0/+1
Backport of changeset 6441:92c8f0f1b3e6.
2018-01-28Backport: Use std::end when filling arrays as reduces chance of mistake.Neil3-6/+10
Backport of changeset 6436:a366ce1a811e.
2018-01-28Backport: Use std::abs in preference to abs as std::abs is generic and abs ↵Neil2-3/+4
casts to int which may drop information. Backport of changeset 6434:ed27432729c3.
2018-01-22Backport: Make clamp generic so can be used on more types.Neil1-11/+4
Updated comments. Backport based on changeset 6431:e77030fd6411, but modified for C++11.
2017-12-13Backport: Use explicit typedefs instead of deprecated derivation from ↵Greg Smith1-3/+21
std::iterator. This fixes a C4996 / STL4015 warning from Visual C++ 2017.5 that the std::iterator class template is deprecated in C++17. Backport of changeset 6421:fd2f856b8d58.
2017-11-20Backport: Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+2
Backport of changeset 6418:85205da6ec1b.
2017-10-16Backport: Use const for interface CharacterIndexer and its implementation ↵Neil3-10/+10
DocumentIndexer. Backport of changeset 6401:fccfa635ff0c.
2017-10-16Backport: Bug [#1975]. Avoid duplicate calls by using inline function ↵Zufu Liu1-5/+6
instead of macro. Backport of changeset 6400:4f1dfd6a7975.
2017-10-15Backport: Bug [#1978]. Minor undefined behaviour fixed.Zufu Liu1-1/+1
Backport of changeset 6398:2db0528f34b5.
2017-09-14Backport: Remove automatically generated line end whitespace.Zufu Liu1-189/+189
Backport of changeset 6390:51ca7c18e949.
2017-09-13Backport: Bug [#1971]. Fix line selection by clicking in the margin when ↵Neil Hodgson1-0/+2
scrolled. Backport of changeset 6389:96506cab38bd.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil64-232/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-09-01Backport: Use "Falls through" comments to avoid warnings from GCC 7.1.Neil Hodgson1-0/+1
Backport of changeset 6387:4ad398cbd71f.
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not ↵Neil7-0/+7
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7.
2017-08-25Backport: Moved *StyleBits* APIs into deprecated category.Neil2-0/+5
Backport of changeset 6379:b44bb3627bbd.
2017-07-23Backport: Avoid warning although it appears incorrect.Neil Hodgson1-1/+1
Backport of changeset 6359:4a203fb1684e.
2017-07-17Backport: Casts required for Unix LP64 after changes to ↵Neil Hodgson1-10/+16
Sci_Position/Sci_PositionU. Backport of changeset 6351:b7126dd1f020.
2017-06-22Backport: Add style metadata methods with null implementations.Neil1-0/+49
Backport based on changesets 6345:faecbd0078e5 and 6346:72bd27f81477.
2017-07-09Backport: Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey2-2/+2
Backport of changeset 6340:52f12c3eebcd.
2017-07-07Backport: Redraw when overtype changed so caret change visible even when not ↵Justin Dailey1-3/+6
blinking. Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT. Backport of changeset 6337:79f86be9e988.
2017-06-22Backport: Cast between Sci_Position.h types used for lexers and Position.h ↵Neil5-252/+310
types used in core to allow the Sci_Position.h types to widen to 64-bits. Backport of changeset 6324:95346e626cf8.
2017-06-19Backport: The default encoding is now UTF-8.Neil1-1/+1
Backport of changeset 6320:8d56eaef4f0a.
2017-06-13Backport: Bug [#1949]. Fix drawing failure in wrap mode for delete to ↵Neil1-4/+10
start/end of line. Backport of changeset 6313:82cb780a04d1.
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil2-100/+22
Backport of changeset 6311:3a180dc6e9c8.
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the ↵Neil4-58/+8
'WithModifiers" form. All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. Backport of changeset 6310:af83baede430.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil6-49/+131
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil2-6/+32
Backported from changeset 6306:7e28cdba6d61.
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil2-4/+6
Backport of changeset 6297:4bf96081f6e6.
2018-03-11Added optional Lua lexer support.mitchell1-0/+1
This support is disabled by default and must be enabled via compile-time option.
2017-05-22More canonical version of previous change 6283.Neil1-5/+1
2017-05-22Fix a crash when a line containing a marker was deleted.Neil1-1/+5
2017-05-21Use UniqueString to simplify FontNames.Neil2-16/+9
2017-05-21Use unique_ptr and forward_list to regularize PerLine data structures.Neil5-130/+67
2017-05-21Make SparseVector work with move-only types.Neil10-74/+87
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed.
2017-05-21Make SplitVector work with move-only types like unique_ptr.Neil4-57/+97
Provide InsertEmpty and both const and non-const reference returning operator[]. Add and fix comments.
2017-05-12Replace intrusive linked lists with vector and unique_ptr to simplify code.Neil2-94/+25
Remove LexerMinder as not needed.
2017-05-10Feature [feature-requests:#1187]. Update scroll bar when annotations added,Neil1-1/+4
removed, or visibility changed.
2017-05-10Simplify DecorationList and its clients by using a vector instead of anNeil5-88/+71
intrusive linked list. Restrict clients to a read-only view.
2017-05-10Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache andNeil9-126/+122
Document.
2017-05-02More consistent use of size_t when converting Unicode formats.Neil3-13/+13
2017-05-02Use unique_ptr for drawing surfaces and don't check for allocation failureNeil7-65/+42
as that throws an exception. Also use unique_ptr for tab stop positions.
2017-05-01Use std::unique_ptr to simplify ContractionState.Neil2-23/+17