aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2011-08-01Clarified keys on OS X.nyamatongwe1-3/+4
2011-07-26Full name.nyamatongwe1-1/+1
2011-07-26API availability.nyamatongwe1-2/+3
2011-07-21Added dotted box indicator.nyamatongwe1-1/+14
2011-07-19Added ScrollToStart and ScrollToEnd key commands for OS X.nyamatongwe1-1/+12
2011-07-19Fix up spacing and unwanted brackets.nyamatongwe1-2/+2
2011-07-02Clarified symbols in textual margins.nyamatongwe1-3/+5
2011-06-25Initial implementation of RGBA images.nyamatongwe1-7/+62
2011-06-22Further explanation of XPM images.nyamatongwe1-10/+24
2011-06-18Added INDIC_SQUIGGLELOW. Bug #3314591.nyamatongwe1-2/+11
From Thomas Linder Puls.
2011-06-17Fixed accented character. Bug #3317340.nyamatongwe1-1/+1
2011-06-15Added SCMOD_META key modifier for the Control key on OS X.nyamatongwe1-1/+4
New version of KeyDown, KeyDownWithModifiers uses a mask of modifiers.
2011-06-14Add SCI_SETEMPTYSELECTION. Feature #3314877.nyamatongwe1-1/+5
From Marko Njezic.
2011-06-13Added Identifier property.nyamatongwe1-8/+19
2011-06-10Add an option to control how wrapped lines are selected when clicking on margin.Marko Njezic1-0/+11
2011-06-02Adding dashed and dotted indicators.nyamatongwe1-0/+17
2011-05-21Added more explanation for SCI_SETMULTIPLESELECTION.nyamatongwe1-2/+3
2011-05-21Move Selected Lines Up / Down. Feature #3304850.nyamatongwe1-0/+18
From Olivier Dagenais.
2011-05-12Fixed typo.nyamatongwe1-2/+2
2011-05-04INDIC_STRAIGHTBOX added to indicators. Bug #3290435.nyamatongwe1-5/+16
From Marko Njezic.
2011-04-29Use indicators to show matching braces. Feature #3290434.nyamatongwe1-0/+8
From Marko Njezic.
2011-04-27Updated regex documentation.nyamatongwe1-10/+8
2011-04-27Include arguments in references.nyamatongwe1-2/+2
2011-04-22INDIC_ROUNDBOX can set alpha of outline. Feature #3290434.nyamatongwe1-5/+15
From Marko Njezic.
2011-04-07Add highlighting of current folding block. Feature #3147069.nyamatongwe1-1/+9
APIs MarkerEnableHighlight and MarkerSetBackSelected. From Jérôme Laforge.
2011-04-04Updates to documentation of notifications.nyamatongwe1-31/+44
Set the position field for SCN_USERLISTSELECTION and SCN_AUTOCSELECTION.
2011-03-31Added note about change of range in Fold.nyamatongwe1-1/+6
2011-02-03Updated dates.nyamatongwe1-1/+1
2011-01-19Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.nyamatongwe1-0/+12
2011-01-13Fixing/removing bad links.nyamatongwe1-2/+2
2011-01-03Updated change date.nyamatongwe1-1/+1
2011-01-02Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request ↵nyamatongwe1-7/+56
#3125977. Also includes an updated field in notification so that updates of no interest can be easily ignored.
2010-12-29Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.nyamatongwe1-5/+1
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor.
2010-12-16Fixing invalid HTML.nyamatongwe1-71/+62
2010-10-27Spelling and date of change.nyamatongwe1-1/+1
2010-10-22Updates for 2.22 release.nyamatongwe1-0/+2
2010-10-15Clarification.nyamatongwe1-1/+1
2010-10-11Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event.nyamatongwe1-5/+9
Contributed by Farshid Lashkari.
2010-09-24Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵nyamatongwe1-0/+8
efficiently.
2010-08-05Removing SC_CP_DBCS as it does not fit into new DBCS processing code.nyamatongwe1-19/+1
Updated documentation to describe the common DBCS support between platforms and removed outdated text.
2010-07-23Added information about SCI_CHANGELEXERSTATE and SC_MOD_LEXERSTATE.nyamatongwe1-0/+15
2010-07-17Removed duplicate.nyamatongwe1-1/+1
2010-07-16Lexer objects documentation.nyamatongwe1-16/+319
2010-07-13Split OptionSet out into its own file.nyamatongwe1-0/+18
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions.
2010-07-12Feature #3027559 Extend "sticky caret" feature from Jason Oster.nyamatongwe1-5/+18
Additional mode SC_CARETSTICKY_WHITESPACE implemented.
2010-07-12Fixed incorrect description of second margin settings.nyamatongwe1-3/+4
2010-06-26Fix for bug #3021473, indicator fill alpha capped at 100.nyamatongwe1-2/+2
2010-05-05Exmplained about finding properties from source code.nyamatongwe1-0/+6
2010-04-03Made parameter type consistent.nyamatongwe1-3/+2
2010-03-26Added SCI_GETTAG.nyamatongwe1-2/+7