Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-06 | Removed BlitzBasic lexer as this will be incorporated into | nyamatongwe | 9 | -226/+12 | |
main Basic lexer. | |||||
2005-02-06 | Exits from dwell by firing SCN_DWELLEND when scroll performed. | nyamatongwe | 2 | -0/+3 | |
2005-02-04 | Exits from dwell by firing SCN_DWELLEND when scroll performed. | nyamatongwe | 1 | -0/+3 | |
2005-02-04 | Patch from Jakub Vrana to upgrade CSS support to CSS2. | nyamatongwe | 1 | -2/+24 | |
2005-02-04 | Patch from Jakub Vrana to upgrade CSS support to CSS2. | nyamatongwe | 2 | -0/+2 | |
2005-02-04 | Added BlitzBasic lexer and properties file. | nyamatongwe | 10 | -12/+227 | |
2005-02-04 | Avoid performing any actions when inserting a 0 length string. | nyamatongwe | 1 | -8/+12 | |
Added an undo action around setting line indenation so it is undone together. | |||||
2005-02-04 | Changed requisition height to be screen height so containers with | nyamatongwe | 1 | -1/+1 | |
no sizing policy are not expanded too far beyond screen bounds. | |||||
2005-02-03 | Removed old problem that no longer occurs. | nyamatongwe | 1 | -4/+0 | |
2005-02-03 | Added argument to SCI_SETSELECTIONMODE. | nyamatongwe | 1 | -2/+2 | |
2005-02-03 | Patch from Josiah Reynolds to prevent backwards searches from | nyamatongwe | 1 | -1/+3 | |
matching when the search string extended beyond the end of the search range. | |||||
2005-02-02 | Added friend declaration so that wx copy of Platform.h does not | nyamatongwe | 1 | -0/+1 | |
need to be altered. | |||||
2005-02-02 | Added GLIntercept. | nyamatongwe | 1 | -0/+5 | |
2005-02-02 | Applied warning avoidance patch from SourceForge bug report | nyamatongwe | 1 | -1/+1 | |
1080091. | |||||
2005-02-02 | Applied warning avoidance patch from SourceForge bug report | nyamatongwe | 1 | -1/+2 | |
1080091. | |||||
2005-02-02 | Applied warning avoidance patch from SourceForge bug report | nyamatongwe | 1 | -2/+4 | |
1080091. | |||||
2005-02-02 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -1/+1 | |
2005-02-02 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -2/+2 | |
2005-02-02 | Credit. | nyamatongwe | 1 | -0/+1 | |
2005-02-02 | Modification to avoid triggering document comment keyword | nyamatongwe | 1 | -2/+5 | |
unless preceded by space or '*'. This prevents email addresses from highlighting like document comment keywords. | |||||
2004-12-03 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-12-03 | Safest portion of patch from Régis Vaquette to allow compilation | nyamatongwe | 2 | -8/+8 | |
for Windows CE. Changes literal strings to have TEXT() so convert to Unicode when comiling for Windows CE. | |||||
2004-12-03 | Patch from Regis Vaquette to allow compilation for Windows CE. | nyamatongwe | 1 | -1/+0 | |
2004-12-03 | Patch from Regis Vaquette to allow compilation for Windows CE. | nyamatongwe | 1 | -1/+0 | |
2004-12-03 | Patch from Regis Vaquette to allow compilation for Windows CE. | nyamatongwe | 1 | -1/+0 | |
2004-12-03 | Patch from Regis Vaquette to allow compilation for Windows CE. | nyamatongwe | 3 | -3/+6 | |
2004-12-03 | Patch from Blair McGlashan to handle WM_PRINTCLIENT. | nyamatongwe | 1 | -2/+37 | |
2004-12-02 | Added Delphi Scintilla Interface Components. | nyamatongwe | 1 | -0/+5 | |
2004-11-21 | Moved RAD.On++ link. | nyamatongwe | 1 | -1/+1 | |
2004-10-31 | Updated sizes. | nyamatongwe | 1 | -2/+2 | |
2004-10-31 | Added lua scripting changes from Bruce. | nyamatongwe | 1 | -1/+12 | |
2004-10-31 | Added blurb for 1.62. | nyamatongwe | 1 | -1/+2 | |
2004-10-29 | Additions. | nyamatongwe | 1 | -0/+8 | |
2004-10-29 | Patch from Iago Rubio to allow <?xml to be included inside strings | nyamatongwe | 1 | -1/+2 | |
without triggering xml recognition. | |||||
2004-10-25 | Added missing lexers. | ssteele | 1 | -0/+8 | |
2004-10-24 | Added 1.62 changes. | nyamatongwe | 1 | -1/+189 | |
2004-10-24 | Switching version number to 1.62. | nyamatongwe | 5 | -48/+31 | |
2004-10-24 | Patch from Stephan Deibel to handle autocompletion for words | nyamatongwe | 1 | -2/+2 | |
longer than 1000 characters. | |||||
2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 3 | -1/+7 | |
2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 1 | -0/+473 | |
2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 6 | -1/+40 | |
2004-10-05 | Code page information. | nyamatongwe | 1 | -0/+4 | |
2004-10-04 | Patch from Carsten Sperber that colours line ends on comment | nyamatongwe | 2 | -3/+4 | |
and preprocessor lines in STYLE_DEFAULT rather than colouring first byte of line end in line style. | |||||
2004-10-03 | Patch from Stephan Deibel for GTK+ that makes rectangular | nyamatongwe | 1 | -9/+12 | |
selection use Alt rather than Ctrl on Windows so that it follows the platform convention. | |||||
2004-10-03 | Patch from Shane Caraveo for GTK+ 2 to make finishing | nyamatongwe | 1 | -5/+10 | |
autocomplete with a prefix not matching any item in the list not cause the prefix to be deleted. | |||||
2004-10-03 | Anonymous patch to use base fold level for properties files and | nyamatongwe | 1 | -9/+30 | |
the start of reg files before first [header] line. | |||||
2004-09-27 | Fix for bug 1025190 where a whole word find would match on | nyamatongwe | 1 | -1/+1 | |
a word at the end of the file despite the word having an additional non-matching letter. | |||||
2004-09-19 | Fix to problem where performing actions moved to same position | nyamatongwe | 1 | -0/+3 | |
as save point leading to IsSavePoint returning true incorrectly. | |||||
2004-09-19 | Patch from Shane Caraveo to apply the background drawing | nyamatongwe | 1 | -4/+4 | |
avoidance patch on GTK+ 1.x. | |||||
2004-09-19 | Patch to autocompletion from Jakub Vrana to handle cases where | nyamatongwe | 2 | -56/+50 | |
word characters are greater than the start of parameters character. |