aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
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
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