Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-15 | Added SCMOD_META key modifier for the Control key on OS X. | nyamatongwe | 1 | -1/+4 | |
New version of KeyDown, KeyDownWithModifiers uses a mask of modifiers. | |||||
2011-06-14 | Add SCI_SETEMPTYSELECTION. Feature #3314877. | nyamatongwe | 1 | -1/+5 | |
From Marko Njezic. | |||||
2011-06-13 | Added Identifier property. | nyamatongwe | 1 | -8/+19 | |
2011-06-10 | Add an option to control how wrapped lines are selected when clicking on margin. | Marko Njezic | 1 | -0/+11 | |
2011-06-06 | Fix problem compiling on wxWidgets. Bug #3306156. | nyamatongwe | 1 | -0/+1 | |
From Morten MacFly. | |||||
2011-06-02 | Adding dashed and dotted indicators. | nyamatongwe | 1 | -0/+17 | |
2011-05-26 | Credits. | nyamatongwe | 1 | -0/+4 | |
2011-05-25 | Dropped old information. | nyamatongwe | 1 | -6/+0 | |
2011-05-25 | return textLayout->MeasureStringWidth(); | nyamatongwe | 2 | -3/+3 | |
2011-05-21 | Added more explanation for SCI_SETMULTIPLESELECTION. | nyamatongwe | 1 | -2/+3 | |
2011-05-21 | Updates for 2.26. | nyamatongwe | 3 | -8/+143 | |
2011-05-21 | Move Selected Lines Up / Down. Feature #3304850. | nyamatongwe | 1 | -0/+18 | |
From Olivier Dagenais. | |||||
2011-05-14 | Credit. | nyamatongwe | 1 | -0/+1 | |
2011-05-12 | Credit. | nyamatongwe | 1 | -0/+1 | |
2011-05-12 | Fixed typo. | nyamatongwe | 1 | -2/+2 | |
2011-05-09 | Last credit wrong. | nyamatongwe | 1 | -1/+0 | |
2011-05-09 | Allow nested variables in make files. Bug #3298223. | nyamatongwe | 1 | -0/+1 | |
From Dimitar Zhekov. | |||||
2011-05-04 | INDIC_STRAIGHTBOX added to indicators. Bug #3290435. | nyamatongwe | 1 | -5/+16 | |
From Marko Njezic. | |||||
2011-04-29 | Use indicators to show matching braces. Feature #3290434. | nyamatongwe | 1 | -0/+8 | |
From Marko Njezic. | |||||
2011-04-27 | Updated regex documentation. | nyamatongwe | 1 | -10/+8 | |
2011-04-27 | Include arguments in references. | nyamatongwe | 1 | -2/+2 | |
2011-04-23 | Moved CoderStudio to new URL. | nyamatongwe | 1 | -1/+1 | |
2011-04-22 | INDIC_ROUNDBOX can set alpha of outline. Feature #3290434. | nyamatongwe | 1 | -5/+15 | |
From Marko Njezic. | |||||
2011-04-07 | Add highlighting of current folding block. Feature #3147069. | nyamatongwe | 1 | -1/+9 | |
APIs MarkerEnableHighlight and MarkerSetBackSelected. From Jérôme Laforge. | |||||
2011-04-05 | Added new GtkScintilla project and removed a dead one. | nyamatongwe | 1 | -5/+8 | |
2011-04-04 | Updates to documentation of notifications. | nyamatongwe | 1 | -31/+44 | |
Set the position field for SCN_USERLISTSELECTION and SCN_AUTOCSELECTION. | |||||
2011-03-31 | Added note about change of range in Fold. | nyamatongwe | 1 | -1/+6 | |
2011-03-22 | Updated to match current C++ use in Scintilla. | nyamatongwe | 1 | -11/+10 | |
2011-03-22 | Updated astyle options to current preferences. | nyamatongwe | 1 | -38/+37 | |
Removed line end whitespace. | |||||
2011-03-21 | Updated dates and sizes for 2.25 release. | nyamatongwe | 3 | -4/+4 | |
2011-03-17 | More additions for 2.25. | nyamatongwe | 1 | -0/+6 | |
2011-03-17 | More additions for 2.25. | nyamatongwe | 1 | -0/+3 | |
2011-03-17 | More additions for 2.25. | nyamatongwe | 2 | -2/+43 | |
2011-03-17 | Updating for version 2.25. | nyamatongwe | 3 | -8/+19 | |
2011-03-08 | Added reference to Coder's Studio. | nyamatongwe | 1 | -0/+4 | |
2011-02-25 | Credit. | nyamatongwe | 1 | -0/+1 | |
2011-02-07 | Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374. | nyamatongwe | 1 | -0/+2 | |
2011-02-03 | Updated dates. | nyamatongwe | 3 | -4/+4 | |
2011-02-02 | Updated size. | nyamatongwe | 1 | -1/+1 | |
2011-02-01 | Change log for 2.24. | nyamatongwe | 1 | -0/+97 | |
2011-02-01 | Updating version number for 2.24 release. | nyamatongwe | 3 | -8/+19 | |
2011-01-25 | Credit. | nyamatongwe | 1 | -0/+1 | |
2011-01-20 | Improve control over folding of C++ with options to disable syntax-based ↵ | nyamatongwe | 1 | -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-19 | Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN. | nyamatongwe | 1 | -0/+12 | |
2011-01-13 | Fixing/removing bad links. | nyamatongwe | 2 | -4/+3 | |
2011-01-12 | Complete folding for CASE WHEN THEN. Feature #3135027. | nyamatongwe | 1 | -0/+1 | |
Code structure updated to new style matching C++ lexer. From Jérôme LAFORGE. | |||||
2011-01-03 | Updated change date. | nyamatongwe | 1 | -1/+1 | |
2011-01-02 | Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request ↵ | nyamatongwe | 1 | -7/+56 | |
#3125977. Also includes an updated field in notification so that updates of no interest can be easily ignored. | |||||
2010-12-30 | Avoid redraws when setting an indicator over positions where it is already set. | nyamatongwe | 1 | -0/+2 | |
From Tino Weinkauf. | |||||
2010-12-29 | Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell. | nyamatongwe | 1 | -5/+1 | |
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor. |