aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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-06Fix problem compiling on wxWidgets. Bug #3306156.nyamatongwe1-0/+1
From Morten MacFly.
2011-06-02Adding dashed and dotted indicators.nyamatongwe1-0/+17
2011-05-26Credits.nyamatongwe1-0/+4
2011-05-25Dropped old information.nyamatongwe1-6/+0
2011-05-25return textLayout->MeasureStringWidth();nyamatongwe2-3/+3
2011-05-21Added more explanation for SCI_SETMULTIPLESELECTION.nyamatongwe1-2/+3
2011-05-21Updates for 2.26.nyamatongwe3-8/+143
2011-05-21Move Selected Lines Up / Down. Feature #3304850.nyamatongwe1-0/+18
From Olivier Dagenais.
2011-05-14Credit.nyamatongwe1-0/+1
2011-05-12Credit.nyamatongwe1-0/+1
2011-05-12Fixed typo.nyamatongwe1-2/+2
2011-05-09Last credit wrong.nyamatongwe1-1/+0
2011-05-09Allow nested variables in make files. Bug #3298223.nyamatongwe1-0/+1
From Dimitar Zhekov.
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-23Moved CoderStudio to new URL.nyamatongwe1-1/+1
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-05Added new GtkScintilla project and removed a dead one.nyamatongwe1-5/+8
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-03-22Updated to match current C++ use in Scintilla.nyamatongwe1-11/+10
2011-03-22Updated astyle options to current preferences.nyamatongwe1-38/+37
Removed line end whitespace.
2011-03-21Updated dates and sizes for 2.25 release.nyamatongwe3-4/+4
2011-03-17More additions for 2.25.nyamatongwe1-0/+6
2011-03-17More additions for 2.25.nyamatongwe1-0/+3
2011-03-17More additions for 2.25.nyamatongwe2-2/+43
2011-03-17Updating for version 2.25.nyamatongwe3-8/+19
2011-03-08Added reference to Coder's Studio.nyamatongwe1-0/+4
2011-02-25Credit.nyamatongwe1-0/+1
2011-02-07Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.nyamatongwe1-0/+2
2011-02-03Updated dates.nyamatongwe3-4/+4
2011-02-02Updated size.nyamatongwe1-1/+1
2011-02-01Change log for 2.24.nyamatongwe1-0/+97
2011-02-01Updating version number for 2.24 release.nyamatongwe3-8/+19
2011-01-25Credit.nyamatongwe1-0/+1
2011-01-20Improve control over folding of C++ with options to disable syntax-based ↵nyamatongwe1-0/+1
folding, disable multi-line comment folding, choosing custom explicit fold point text, and enable explicit fold points anywhere. From Udo Lechner.
2011-01-19Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.nyamatongwe1-0/+12
2011-01-13Fixing/removing bad links.nyamatongwe2-4/+3
2011-01-12Complete folding for CASE WHEN THEN. Feature #3135027.nyamatongwe1-0/+1
Code structure updated to new style matching C++ lexer. From Jérôme LAFORGE.
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-30Avoid redraws when setting an indicator over positions where it is already set.nyamatongwe1-0/+2
From Tino Weinkauf.
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.