Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 2 | -1/+19 | |
* 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-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -1/+3 | |
* 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-22 | Optimised by treating sort state of case sensitive and case insensitive | nyamatongwe | 1 | -2/+4 | |
lists separately. | |||||
2005-03-20 | Patch from nissl in RFE 1164540 adds WrapCount method. | nyamatongwe | 2 | -1/+5 | |
2005-03-09 | Patch from Blair McGlashan to send a notification before accepting an ↵ | nyamatongwe | 2 | -1/+3 | |
autocompletion. | |||||
2005-03-03 | Deprecated SCLEX_PHP and SCLEX_ASP. | nyamatongwe | 2 | -4/+5 | |
2005-03-01 | Improvements to NSIS support from Angelo Mandato. | nyamatongwe | 2 | -0/+8 | |
Includes line continuation, C style box comments, SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n. | |||||
2005-02-18 | Update for Clarion lexer. | nyamatongwe | 2 | -10/+14 | |
2005-02-11 | Patch to allow compilation by LccWin. | nyamatongwe | 1 | -0/+4 | |
2005-02-11 | Update to AU3. | nyamatongwe | 2 | -0/+2 | |
2005-02-10 | Lexers added for Objective Caml, PureBasic and BlitzBasic. | nyamatongwe | 1 | -0/+21 | |
2005-02-10 | Patch from Suzumizaki-Kimitaka to add character wrap mode. | nyamatongwe | 2 | -0/+25 | |
2005-02-06 | Removed BlitzBasic lexer as this will be incorporated into | nyamatongwe | 2 | -26/+0 | |
main Basic lexer. | |||||
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 | 2 | -0/+26 | |
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 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -1/+1 | |
2004-10-16 | VHDL lexer contributed by Phil Reid. | nyamatongwe | 2 | -0/+34 | |
2004-09-19 | Patch to autocompletion from Jakub Vrana to handle cases where | nyamatongwe | 1 | -2/+2 | |
word characters are greater than the start of parameters character. | |||||
2004-08-24 | Patch from Philippe Lhoste to support second set of keywords for | nyamatongwe | 2 | -0/+2 | |
CSS 2. Removal of css settings from html.properties where they duplicated settings from css.properties. | |||||
2004-08-12 | Constructor marked explicit stops automatic conversion of int to | nyamatongwe | 1 | -1/+1 | |
Point which caused bug in handling hotspots. | |||||
2004-07-26 | Added ASN.1 lexer by Herr Pfarrer. | nyamatongwe | 2 | -0/+27 | |
2004-07-22 | New method SCI_FINDCOLUMN. | nyamatongwe | 2 | -0/+5 | |
2004-07-19 | Patch from Bruce Dodson to substitute any recursive definitions with "". | nyamatongwe | 1 | -1/+1 | |
2004-07-19 | Java stack traces understood by errorlist lexer. | nyamatongwe | 2 | -0/+2 | |
2004-07-17 | Patch from Bruce Dodson to help with some recursive property definitions, | nyamatongwe | 1 | -1/+2 | |
substituting a blank for the recursive reference rather than leaving it. | |||||
2004-06-12 | Update from Hadar Raz to add more lexical classes. | nyamatongwe | 2 | -6/+14 | |
2004-06-09 | Unset function on PropSet. | nyamatongwe | 1 | -0/+1 | |
2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 2 | -0/+16 | |
UTF-8 and converting from UTF-8 to the document encoding. | |||||
2004-05-29 | Updated AutoIt3 lexer from Jos. | nyamatongwe | 2 | -0/+2 | |
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 | 2 | -0/+40 | |
2004-04-25 | Extra state for AU3 lexer. | nyamatongwe | 2 | -2/+5 | |
Updated comments. | |||||
2004-04-24 | Removed SString::attach as rolw now perfromed by | nyamatongwe | 1 | -12/+0 | |
constructor from SBuffer. | |||||
2004-04-24 | Added SBuffer class to hold a writable buffer that will | nyamatongwe | 1 | -43/+124 | |
be used to construct an SString. SContainer is superclass of both SBuffer and SString and holds a char array allocation and size. | |||||
2004-04-12 | Added lexer for bash and sh from Kein-Hong Man. | nyamatongwe | 2 | -0/+32 | |
2004-04-12 | SString::operator= more compatible with embedded \0 bytes. | nyamatongwe | 1 | -2/+3 | |
2004-04-02 | String code from Pavol Bosik used by Anjuta. | nyamatongwe | 1 | -0/+17 | |
2004-03-29 | Patch from Robin Dunn to pass an extra flag down to | nyamatongwe | 1 | -1/+2 | |
font rendering to allow a platform-specific tweak. | |||||
2004-03-27 | Added AutoIt 3 and APDL lexers. | nyamatongwe | 2 | -0/+54 | |
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes. | |||||
2004-03-21 | Avoid compiler warning. | nyamatongwe | 1 | -0/+7 | |
2004-03-10 | PropSet can not be copied so made explicit with private copy | nyamatongwe | 1 | -0/+5 | |
constructor and operator=. | |||||
2004-03-04 | Added startswith and endswith methods to SString. | nyamatongwe | 1 | -1/+3 | |
2004-03-01 | Specman language support. | nyamatongwe | 2 | -1/+37 | |
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-27 | Patch from Jakub. | nyamatongwe | 1 | -1/+1 | |
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open. | |||||
2004-02-26 | PHP variables inside strings. | nyamatongwe | 2 | -0/+3 | |
2004-02-26 | Bruce moved the constructors from number types out of line. | nyamatongwe | 1 | -12/+2 | |
2004-02-26 | State for errors from HTML Tidy. | nyamatongwe | 2 | -0/+2 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 2 | -1/+23 | |