aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Warning suppression and documentation of previous change 6082.Neil1-1/+2
2016-12-09Use double coordinates instead of float in some cases as float ran out ofNeil5-7/+24
2016-06-17Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api'sJohn Ehresman2-32/+40
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam4-3/+38
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam7-16/+179
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+1
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil1-9/+0
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-1/+1
2016-11-15Remove declaration of methods that were moved to Document in change set 2867.Neil1-16/+0
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey4-11/+28
2016-11-07Specify 'noexcept' to use Clang with GNU <regex>.Neil1-2/+10
2016-11-05Add options to choose between the locations of a position when thereNeil Hodgson6-17/+72
2016-10-30Add header needed for std::string.Neil Hodgson1-0/+1
2016-10-27Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncodeNeil2-0/+11
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil3-8/+34
2016-10-26Moved location to margin code from Editor to ViewStyle.Neil3-7/+13
2016-10-26Marked method const as it can be.Neil2-2/+2
2016-10-22Redraw previous selection when switching from rectangular selection to lineNeil1-0/+1
2016-10-19Margin click to select line now clears rectangular and additional selections.Neil1-0/+3
2016-10-18Add SparseVector template as a new data structure for storing per-line dataNeil1-0/+186
2016-10-06Word selection, navigation, and manipulation is now performed on charactersNeil3-144/+379
2016-09-30Enable SplitVector to store objects by using std::copy to copy elements insteadNeil1-10/+12
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil6-13/+21
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil3-0/+17
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng2-0/+9
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A4-18/+59
2016-09-18Fix spelling in comment.Neil1-1/+1
2016-09-18Bug [#1861]. Fix caret position from left/right move with rectangular selection.Neil1-6/+6
2016-09-14Casts for 64 to 32-bit conversions on OS X.Neil Hodgson1-2/+2
2016-08-31Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.jedailey3-17/+28
2016-08-20Make some methods const where reasonable.Neil4-4/+4
2016-08-20Bug [#1648]: Option added to prevent left arrow movement and selection wrappingNeil1-2/+2
2016-08-15Bug [#1842]. Fix fold expand when some child text not styled.Neil1-0/+3
2016-08-12Remove tests that are not needed.Neil1-2/+2
2016-05-14Post a caret moved accessibility event in Editor::MovedCaret so that screenNeil2-0/+5
2016-05-11Bug [#1827]. GTK: Avoid possible IdleWork() calls on destructed objectsColomban Wendling1-3/+1
2016-05-03Avoid use of const_cast when retrieving window positions.Neil1-1/+1
2016-04-28C++ 11 <regex> support built by default.Neil1-3/+3
2016-04-21Correct comments.Neil1-1/+1
2016-03-29Feature [feature-requests:#1142]. Allow Super modifier on GTK+.Neil3-3/+5
2016-03-29Bug [#1822]. Doubled size of compiled regex buffer.Neil1-1/+1
2016-03-26Fix truncation warning in 64-bit build.Neil1-2/+2
2016-03-25Define Position and invalidPosition inside the Sci namespace for internal use.Neil1-4/+11
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew1-0/+1
2016-01-31Replace expressions to find level number of a fold level with function call.Neil4-27/+27
2016-01-31Bug [#1799]. Folds unfolded when two fold regions are merged by either deletingMarkus Nißl2-0/+21
2016-01-10Use value initialization in preference to memset as simpler and more robust.Neil1-2/+1
2016-01-08Bug [#1801]. Fix spelling.Bewied1-2/+2
2016-01-05Fix infinite loop with both wrap and idle styling to end turned on.Neil1-8/+4
2015-12-31Bug [#1796]. Expand folded areas before deleting fold header line.Neil1-8/+15