aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2004-08-24Patch from Philippe Lhoste to support second set of keywords fornyamatongwe2-0/+2
CSS 2. Removal of css settings from html.properties where they duplicated settings from css.properties.
2004-08-12Constructor marked explicit stops automatic conversion of int tonyamatongwe1-1/+1
Point which caused bug in handling hotspots.
2004-07-26Added ASN.1 lexer by Herr Pfarrer.nyamatongwe2-0/+27
2004-07-22New method SCI_FINDCOLUMN.nyamatongwe2-0/+5
2004-07-19Patch from Bruce Dodson to substitute any recursive definitions with "".nyamatongwe1-1/+1
2004-07-19Java stack traces understood by errorlist lexer.nyamatongwe2-0/+2
2004-07-17Patch from Bruce Dodson to help with some recursive property definitions,nyamatongwe1-1/+2
substituting a blank for the recursive reference rather than leaving it.
2004-06-12Update from Hadar Raz to add more lexical classes.nyamatongwe2-6/+14
2004-06-09Unset function on PropSet.nyamatongwe1-0/+1
2004-06-01Patch for allowing retrieval of document text encoded asnyamatongwe2-0/+16
UTF-8 and converting from UTF-8 to the document encoding.
2004-05-29Updated AutoIt3 lexer from Jos.nyamatongwe2-0/+2
Handles folding by syntax rathe rthan indentation.
2004-04-28WrapVisualFlags is a property so gets a set as well as a get.nyamatongwe1-1/+1
2004-04-27Continuation Marker feature from Hans Eckardt.nyamatongwe2-0/+40
2004-04-25Extra state for AU3 lexer.nyamatongwe2-2/+5
Updated comments.
2004-04-24Removed SString::attach as rolw now perfromed bynyamatongwe1-12/+0
constructor from SBuffer.
2004-04-24Added SBuffer class to hold a writable buffer that willnyamatongwe1-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-12Added lexer for bash and sh from Kein-Hong Man.nyamatongwe2-0/+32
2004-04-12SString::operator= more compatible with embedded \0 bytes.nyamatongwe1-2/+3
2004-04-02String code from Pavol Bosik used by Anjuta.nyamatongwe1-0/+17
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-1/+2
font rendering to allow a platform-specific tweak.
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe2-0/+54
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes.
2004-03-21Avoid compiler warning.nyamatongwe1-0/+7
2004-03-10PropSet can not be copied so made explicit with private copynyamatongwe1-0/+5
constructor and operator=.
2004-03-04Added startswith and endswith methods to SString.nyamatongwe1-1/+3
2004-03-01Specman language support.nyamatongwe2-1/+37
2004-02-29Patch from Bruce to return required allocation size when a NULLnyamatongwe1-2/+3
pointer is used as a stringresult argument.
2004-02-27Patch from Jakub.nyamatongwe1-1/+1
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open.
2004-02-26PHP variables inside strings.nyamatongwe2-0/+3
2004-02-26Bruce moved the constructors from number types out of line.nyamatongwe1-12/+2
2004-02-26State for errors from HTML Tidy.nyamatongwe2-0/+2
2004-02-22Gui4Cli and Kix lexers.nyamatongwe2-1/+23
2004-02-21Kix lexer.nyamatongwe2-1/+26
2004-01-30BSIS updated.nyamatongwe2-0/+2
2004-01-20Method to preallocate document space.nyamatongwe2-0/+4
2004-01-20Support from Avi Yegudin for Verilog.nyamatongwe2-0/+32
2004-01-18Added MSSQL lexer.nyamatongwe2-0/+33
2004-01-15Update to PowerBasic lexer by Roland Walter.nyamatongwe2-0/+4
2004-01-12Patch from Bruce Dodson to move length string methodsnyamatongwe1-198/+22
out of the header and into an implementation file.
2004-01-09Fixed return type of FormatRange.nyamatongwe1-1/+1
2003-12-22Philippe improved comments.snyamatongwe1-15/+15
2003-12-22Support for Intel ifort and absoft Fortran compiler error messages.nyamatongwe2-0/+4
2003-12-14Patch from Stephan Deibel to find current selection innyamatongwe2-0/+4
autocompletion.
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe2-0/+7
2003-11-29Patch from Philippe for unterminated string and 4 keyword sets.nyamatongwe2-0/+8
2003-11-27Typo.nyamatongwe1-2/+2
2003-11-04Erlang support.nyamatongwe2-0/+34
2003-11-04Explained relationship between SetCharsDefault, SetWhitespaceChars,nyamatongwe1-0/+2
and SetWordChars.
2003-11-04Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.nyamatongwe2-0/+4
2003-11-01Patch from Roy Wood to allow changing the characters that are in thenyamatongwe2-0/+3
whitespace class.
2003-10-27Patches from Roy Wood:nyamatongwe2-0/+34
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+.