Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-01 | Clarified keys on OS X. | nyamatongwe | 1 | -3/+4 | |
2011-07-26 | Full name. | nyamatongwe | 1 | -1/+1 | |
2011-07-26 | API availability. | nyamatongwe | 1 | -2/+3 | |
2011-07-21 | Added dotted box indicator. | nyamatongwe | 1 | -1/+14 | |
2011-07-19 | Added ScrollToStart and ScrollToEnd key commands for OS X. | nyamatongwe | 1 | -1/+12 | |
2011-07-19 | Fix up spacing and unwanted brackets. | nyamatongwe | 1 | -2/+2 | |
2011-07-02 | Clarified symbols in textual margins. | nyamatongwe | 1 | -3/+5 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -7/+62 | |
2011-06-22 | Further explanation of XPM images. | nyamatongwe | 1 | -10/+24 | |
2011-06-18 | Added INDIC_SQUIGGLELOW. Bug #3314591. | nyamatongwe | 1 | -2/+11 | |
From Thomas Linder Puls. | |||||
2011-06-17 | Fixed accented character. Bug #3317340. | nyamatongwe | 1 | -1/+1 | |
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-02 | Adding dashed and dotted indicators. | nyamatongwe | 1 | -0/+17 | |
2011-05-21 | Added more explanation for SCI_SETMULTIPLESELECTION. | nyamatongwe | 1 | -2/+3 | |
2011-05-21 | Move Selected Lines Up / Down. Feature #3304850. | nyamatongwe | 1 | -0/+18 | |
From Olivier Dagenais. | |||||
2011-05-12 | Fixed typo. | nyamatongwe | 1 | -2/+2 | |
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-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-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-02-03 | Updated dates. | nyamatongwe | 1 | -1/+1 | |
2011-01-19 | Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN. | nyamatongwe | 1 | -0/+12 | |
2011-01-13 | Fixing/removing bad links. | nyamatongwe | 1 | -2/+2 | |
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-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. | |||||
2010-12-16 | Fixing invalid HTML. | nyamatongwe | 1 | -71/+62 | |
2010-10-27 | Spelling and date of change. | nyamatongwe | 1 | -1/+1 | |
2010-10-22 | Updates for 2.22 release. | nyamatongwe | 1 | -0/+2 | |
2010-10-15 | Clarification. | nyamatongwe | 1 | -1/+1 | |
2010-10-11 | Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event. | nyamatongwe | 1 | -5/+9 | |
Contributed by Farshid Lashkari. | |||||
2010-09-24 | Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵ | nyamatongwe | 1 | -0/+8 | |
efficiently. | |||||
2010-08-05 | Removing SC_CP_DBCS as it does not fit into new DBCS processing code. | nyamatongwe | 1 | -19/+1 | |
Updated documentation to describe the common DBCS support between platforms and removed outdated text. | |||||
2010-07-23 | Added information about SCI_CHANGELEXERSTATE and SC_MOD_LEXERSTATE. | nyamatongwe | 1 | -0/+15 | |
2010-07-17 | Removed duplicate. | nyamatongwe | 1 | -1/+1 | |
2010-07-16 | Lexer objects documentation. | nyamatongwe | 1 | -16/+319 | |
2010-07-13 | Split OptionSet out into its own file. | nyamatongwe | 1 | -0/+18 | |
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions. | |||||
2010-07-12 | Feature #3027559 Extend "sticky caret" feature from Jason Oster. | nyamatongwe | 1 | -5/+18 | |
Additional mode SC_CARETSTICKY_WHITESPACE implemented. | |||||
2010-07-12 | Fixed incorrect description of second margin settings. | nyamatongwe | 1 | -3/+4 | |
2010-06-26 | Fix for bug #3021473, indicator fill alpha capped at 100. | nyamatongwe | 1 | -2/+2 | |
2010-05-05 | Exmplained about finding properties from source code. | nyamatongwe | 1 | -0/+6 | |
2010-04-03 | Made parameter type consistent. | nyamatongwe | 1 | -3/+2 | |
2010-03-26 | Added SCI_GETTAG. | nyamatongwe | 1 | -2/+7 | |