aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2009-08-07Date.nyamatongwe1-1/+1
2009-08-07Fixed some unterminated tags.nyamatongwe1-3/+3
2009-08-07Documented some new commands.nyamatongwe1-0/+12
2009-07-15More about multiple selection.nyamatongwe1-2/+6
2009-07-14Documentation of new selection features.nyamatongwe1-6/+173
Minor cleanups.
2009-07-12Start of documentation of discontiguous selection and virtual space.nyamatongwe1-22/+40
2009-07-05Incorrect identifier for STYLE_BRACEBAD. Fixes bug #2816521.nyamatongwe1-1/+1
2009-06-29Typos.nyamatongwe1-3/+3
2009-06-09Feature #2796119 Indent wrapped lines to first line. From maXmo.nyamatongwe1-7/+73
2009-06-04Changed to match behaviour.nyamatongwe1-1/+1
2009-05-27Added SC_MARK_UNDERLINE from Stephan Deibel.nyamatongwe1-3/+4
2009-05-17Fixed documentation of boxed mode annotations to match implementation.nyamatongwe1-1/+1
2009-05-03Added CharPositionFromPoint and CharPositionFromPointClose and merged thenyamatongwe1-0/+10
implementation for these and PositionFromPoint and PositionFromPointClose into a single function with flags for the different modes.
2009-04-25Updates for 1.78.nyamatongwe1-1/+1
2009-04-19Added UNDO_MAY_COALESCE flag to AddUndoAction.nyamatongwe1-3/+8
2009-04-12Annotations and text margins added.nyamatongwe1-18/+177
2009-04-04Avoid serifs on code.nyamatongwe1-3/+3
2009-04-04Added AddUndoAction call for adding application actions into undo stack.nyamatongwe1-1/+32
2009-04-02Method to find the symbol defined for a marker number.nyamatongwe1-0/+10
SC_MARK_AVAILABLE defined.
2009-04-01Added commands to add extra ascent and descent space.nyamatongwe1-1/+18
2009-02-14Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Toddnyamatongwe1-1/+14
Whiteman of ActiveState.
2009-01-02Notification for deleting a character while an autocompletion is active.nyamatongwe1-1/+6
By Sergey Kishchenko.
2008-11-27Clarified that 'character' means 'byte'.nyamatongwe1-2/+5
2008-10-21Updated date.nyamatongwe1-1/+1
2008-10-08Documented property naming convention.nyamatongwe1-0/+4
2008-08-03For bug #2030324 codument that HideLines can not hide line 0 andnyamatongwe1-1/+1
stop this from causing crash in code.
2008-07-27Property to set interpratation of keys to always use Unicode.nyamatongwe1-0/+8
2008-07-26Typo.nyamatongwe1-1/+1
2008-07-06Explanations about regular expression replacement.nyamatongwe1-1/+14
2008-06-22Updated number of styles since lexers can use 8 bits now.nyamatongwe1-3/+3
2008-06-07Added AutoCCancelled event implementation from Enrico Tröger.nyamatongwe1-0/+5
2008-04-27Grammar.nyamatongwe1-4/+4
2008-04-27Typo.nyamatongwe1-1/+1
2008-04-27Implemented GetCharacterPointer feature.nyamatongwe1-0/+20
2008-03-29Document fixes from Andrew Howell.nyamatongwe1-85/+82
2008-01-19CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio'snyamatongwe1-0/+7
behaviour when performing copy on an empty selection copies the current line.
2008-01-19Added SC_MARK_LEFTRECT margin marker.nyamatongwe1-1/+2
2007-08-18Addition of DelWordRightEnd by Nick Treleaven eases compatibility withnyamatongwe1-0/+4
common GTK+ behaviour.
2007-07-26Documented SC_MOD_CHANGELINESTATE.nyamatongwe1-1/+14
2007-07-15Made clear that Scintilla does not support named coloours.nyamatongwe1-1/+3
2007-07-12Modification allows indentation guides to appear on lines that arenyamatongwe1-1/+34
empty.
2007-07-02Scroll width tracking feature.nyamatongwe1-1/+10
2007-06-20Fixed spelling, bad styles and date.nyamatongwe1-5/+5
2007-06-17Added warning about limited regular expression support.nyamatongwe1-0/+4
2007-06-15Documentation for indicator feature.nyamatongwe1-0/+21
2007-06-14Fixing position cache size setting and documenting the position cache.nyamatongwe1-0/+8
2007-05-29Block caret feature added by Todd Whiteman.nyamatongwe1-3/+19
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe1-0/+6
over text.
2007-04-23Updated indicator documentation to deprecate style byte indicators innyamatongwe1-39/+49
favour of modern indicators.
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe1-4/+58
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers.