aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
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
2010-03-23Updated structs to new names.nyamatongwe1-29/+31
2010-03-11Implemented multipaste as an option.nyamatongwe1-59/+67
2010-02-01Note that RTL not supported.nyamatongwe1-0/+4
2010-01-31Reordered to follow convention.nyamatongwe1-3/+3
2010-01-31Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE.nyamatongwe1-1/+3
2010-01-27CHanged documentation to say that 8 bits may be used by lexer.nyamatongwe1-3/+3
Fixes bug #2941281.
2010-01-24Some symbols made into code style.nyamatongwe1-2/+2
2010-01-23Added SCI_GETLEXERLANGUAGE. More documentation for symbolic constants.nyamatongwe1-16/+28
2010-01-20Updates for 2.02.nyamatongwe1-1/+1
2010-01-20Fix for first description of SCI_SEARCHINTARGET.nyamatongwe1-2/+2
Fixes bug #2935229.
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-0/+10
non-anti-aliased or lcd-optimized text.
2009-10-18AutoCGetCurrentText added by Nick Treleaven.nyamatongwe1-2/+14
2009-10-16Setting to make additional carets invisible from Florian Balmer.nyamatongwe1-0/+7
2009-09-09Terminated a code section.nyamatongwe1-0/+1
2009-09-03Added white space mark size setting from Enrico Tröger.nyamatongwe1-0/+9
2009-08-31Fixed up code page and BMP information.nyamatongwe1-6/+7
2009-08-16Matching new behaviour for copying rectangular selections.nyamatongwe1-3/+2
2009-08-14More information on multiple selection.nyamatongwe1-7/+16
2009-08-12Fixed SCI_GETSELTEXT for discontiguous selections.nyamatongwe1-4/+3