| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2005-08-25 | Updates from Jos van der Zande for AU3. | nyamatongwe | 1 | -0/+1 | |
| 2005-07-22 | Addition from Elias Pschernig supports FreeBasic. | nyamatongwe | 1 | -0/+1 | |
| 2005-07-18 | Support for Cyrillic code page 1252 on GTK+. | nyamatongwe | 1 | -0/+1 | |
| 2005-07-08 | Patch from Michael Cartmell improves string parsing and reduces number of | nyamatongwe | 1 | -31/+19 | |
| states. | |||||
| 2005-06-20 | Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENT | nyamatongwe | 1 | -0/+4 | |
| states and a second keyword set. | |||||
| 2005-06-04 | Addition of SCE_PL_POD_VERB by Kein-Hong Man. | nyamatongwe | 1 | -0/+1 | |
| 2005-06-03 | GetProperty* methods from Robert Roessler. | nyamatongwe | 1 | -0/+11 | |
| 2005-05-27 | Support for CSound from Georg Ritter. | nyamatongwe | 1 | -0/+19 | |
| 2005-05-20 | Flagship / Clipper support from Randy Butler. | nyamatongwe | 1 | -0/+27 | |
| 2005-05-16 | Added ISO 8859-15 character set. | nyamatongwe | 1 | -0/+1 | |
| 2005-05-07 | Patch from Robert that avoids slow performance for multiple step undo | nyamatongwe | 1 | -1/+3 | |
| or redo by only modifying the scroll bars at the end. When document is read only, undo and redo send a SCN_MODIFYATTEMPTRO notification. | |||||
| 2005-05-04 | Smalltalk support added by Sergey Philippov. | nyamatongwe | 1 | -0/+20 | |
| 2005-04-25 | Added SC_MOD_CHANGEFOLD into SC_MODEVENTMASKALL. | nyamatongwe | 1 | -1/+1 | |
| 2005-04-20 | Changed type of GetEndAtLastLine to match SetEndAtLastLine. | nyamatongwe | 1 | -1/+1 | |
| 2005-04-18 | Make code work as documented by treating -1 as special length for encoding | nyamatongwe | 1 | -1/+1 | |
| as UTF-8 rather than 0. | |||||
| 2005-04-18 | Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus. | nyamatongwe | 1 | -1/+23 | |
| 2005-04-13 | Support for Rebol by Pascal Hurni. | nyamatongwe | 1 | -0/+32 | |
| 2005-04-09 | TADS3 support from Michael Cartmell. | nyamatongwe | 1 | -0/+35 | |
| 2005-04-09 | SC_MARK_FULLRECT from Robert Roessler. | nyamatongwe | 1 | -0/+1 | |
| 2005-04-01 | PHPScript is for standalone PHP scripts not part of web pages. | nyamatongwe | 1 | -0/+1 | |
| 2005-04-01 | Haskell lexer contributed by Tobias Engvall. | nyamatongwe | 1 | -0/+20 | |
| 2005-03-25 | Patch from Franck Marcia implements sticky caret. | nyamatongwe | 1 | -3/+12 | |
| 2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -1/+15 | |
| * Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc. | |||||
| 2005-03-20 | Patch from nissl in RFE 1164540 adds WrapCount method. | nyamatongwe | 1 | -1/+4 | |
| 2005-03-09 | Patch from Blair McGlashan to send a notification before accepting an ↵ | nyamatongwe | 1 | -0/+1 | |
| autocompletion. | |||||
| 2005-03-03 | Deprecated SCLEX_PHP and SCLEX_ASP. | nyamatongwe | 1 | -2/+3 | |
| 2005-03-01 | Improvements to NSIS support from Angelo Mandato. | nyamatongwe | 1 | -0/+4 | |
| Includes line continuation, C style box comments, SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n. | |||||
| 2005-02-18 | Update for Clarion lexer. | nyamatongwe | 1 | -5/+7 | |
| 2005-02-11 | Update to AU3. | nyamatongwe | 1 | -0/+1 | |
| 2005-02-10 | Patch from Suzumizaki-Kimitaka to add character wrap mode. | nyamatongwe | 1 | -0/+24 | |
| 2005-02-06 | Removed BlitzBasic lexer as this will be incorporated into | nyamatongwe | 1 | -14/+0 | |
| main Basic lexer. | |||||
| 2005-02-04 | Patch from Jakub Vrana to upgrade CSS support to CSS2. | nyamatongwe | 1 | -0/+1 | |
| 2005-02-04 | Added BlitzBasic lexer and properties file. | nyamatongwe | 1 | -0/+14 | |
| 2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 1 | -0/+18 | |
| 2004-08-24 | Patch from Philippe Lhoste to support second set of keywords for | nyamatongwe | 1 | -0/+1 | |
| CSS 2. Removal of css settings from html.properties where they duplicated settings from css.properties. | |||||
| 2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 1 | -0/+15 | |
| 2004-07-22 | New method SCI_FINDCOLUMN. | nyamatongwe | 1 | -0/+4 | |
| 2004-07-19 | Java stack traces understood by errorlist lexer. | nyamatongwe | 1 | -0/+1 | |
| 2004-06-12 | Update from Hadar Raz to add more lexical classes. | nyamatongwe | 1 | -3/+7 | |
| 2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -0/+13 | |
| UTF-8 and converting from UTF-8 to the document encoding. | |||||
| 2004-05-29 | Updated AutoIt3 lexer from Jos. | nyamatongwe | 1 | -0/+1 | |
| Handles folding by syntax rathe rthan indentation. | |||||
| 2004-04-28 | WrapVisualFlags is a property so gets a set as well as a get. | nyamatongwe | 1 | -1/+1 | |
| 2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -0/+28 | |
| 2004-04-25 | Extra state for AU3 lexer. | nyamatongwe | 1 | -2/+4 | |
| Updated comments. | |||||
| 2004-04-12 | Added lexer for bash and sh from Kein-Hong Man. | nyamatongwe | 1 | -0/+17 | |
| 2004-03-27 | Added AutoIt 3 and APDL lexers. | nyamatongwe | 1 | -0/+29 | |
| MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes. | |||||
| 2004-03-01 | Specman language support. | nyamatongwe | 1 | -1/+20 | |
| 2004-02-29 | Patch from Bruce to return required allocation size when a NULL | nyamatongwe | 1 | -2/+3 | |
| pointer is used as a stringresult argument. | |||||
| 2004-02-26 | PHP variables inside strings. | nyamatongwe | 1 | -0/+2 | |
| 2004-02-26 | State for errors from HTML Tidy. | nyamatongwe | 1 | -0/+1 | |
