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