| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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.rel-1-62 | 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. | |||||
| 2004-09-17 | Patch from Artem Baguinski to protect against ascent of 0. | nyamatongwe | 1 | -1/+4 | |
| 2004-08-24 | Patch from Philippe Lhoste to support second set of keywords for | nyamatongwe | 3 | -6/+19 | |
| CSS 2. Removal of css settings from html.properties where they duplicated settings from css.properties. | |||||
| 2004-08-12 | Fixed hotspot double click bug caused by automatic construction of | nyamatongwe | 1 | -1/+1 | |
| a Point from a position. | |||||
| 2004-08-12 | Constructor marked explicit stops automatic conversion of int to | nyamatongwe | 1 | -1/+1 | |
| Point which caused bug in handling hotspots. | |||||
| 2004-08-09 | Clarifying comment. | nyamatongwe | 1 | -1/+1 | |
| 2004-08-09 | Moved ConvertLineEnds from ScintillaGTK to Document so that it can be used | nyamatongwe | 3 | -33/+35 | |
| on other platforms. Changed name to TransformLineEnds as Document already had a ConvertLineEnds. | |||||
| 2004-08-08 | Patch from Niki Spahiev to use correct character set in calltips. | nyamatongwe | 4 | -8/+11 | |
| 2004-08-08 | Added wxStEdit. | nyamatongwe | 1 | -0/+4 | |
| 2004-08-03 | Patch from Gene Barry to avoid movement of markers when calling | nyamatongwe | 2 | -24/+24 | |
| ConvertLineEnds. | |||||
| 2004-08-03 | Patch from Kein-Hong Man to ensure system caret bitmap is empty. | nyamatongwe | 1 | -1/+7 | |
| 2004-07-30 | Fixed bitmap leaks from system caret patch. | nyamatongwe | 1 | -1/+6 | |
| 2004-07-30 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2004-07-30 | Removed CF_HDROP from formats provided by Scintilla as it was returned as | nyamatongwe | 1 | -9/+2 | |
| an empty item and this caused Mozilla to hang when receiving a drop. | |||||
| 2004-07-30 | Patch from Ben Key to use an invisible system caret to enable screen | nyamatongwe | 3 | -0/+64 | |
| magnifiers to discover where the user is editing. | |||||
| 2004-07-28 | Patch from Shen Shu to remove indicator display in wrap indentation. | nyamatongwe | 1 | -2/+3 | |
| 2004-07-26 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 3 | -7/+13 | |
| 2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 1 | -0/+181 | |
| 2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 5 | -7/+38 | |
