aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Ensure someStylesProtected is initialised.nyamatongwe1-0/+1
2004-03-04Added startswith and endswith methods to SString.nyamatongwe1-0/+16
2004-03-04Patch from Philippe to make decoding safer.nyamatongwe1-4/+23
2004-03-02Patches from Jakub for PHP complex variables and here docs.nyamatongwe1-5/+36
2004-03-01Specman language support.nyamatongwe1-0/+286
2004-03-01Specman language support.nyamatongwe1-0/+1
2004-02-29Patch from Bruce to return required allocation size when a NULLnyamatongwe1-9/+24
pointer is used as a stringresult argument.
2004-02-27Patch from Jakub.nyamatongwe1-6/+11
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open.
2004-02-26PHP variables inside strings.nyamatongwe1-3/+16
2004-02-26Bruce moved the constructors from number types out of line.nyamatongwe1-0/+15
2004-02-26Patch to indent to next indent mark rather than to add thenyamatongwe1-1/+2
indent amount.
2004-02-25Patch from Kein-Hong Man to fix bug 901008.nyamatongwe1-1/+3
2004-02-24Fix for problems when char is unsigned.nyamatongwe1-17/+23
2004-02-22Gui4Cli and Kix lexers.nyamatongwe1-0/+309
2004-02-22Gui4Cli and Kix lexers.nyamatongwe1-0/+1
2004-02-22Sorting lists before use as globbing on Linux does not return sorted.nyamatongwe1-0/+5
2004-02-21Kix lexer.nyamatongwe1-0/+1
2004-02-21Initial version.nyamatongwe1-0/+122
2004-02-21Avoid warning when char type is unsigned.nyamatongwe1-1/+1
2004-02-21Change to avoid signed/unsigned character issue.nyamatongwe1-1/+1
2004-02-06Changed rectangular selection to use same technique to calculatenyamatongwe1-1/+2
selected characters when dragging as when copying to clipboard as otherwise the characters copied could sometimes differ from those apparently selected. This change impacts seelcting beyond the end of the final line.
2004-01-30BSIS updated.nyamatongwe1-99/+233
2004-01-21Implementation of Allocate.nyamatongwe1-2/+2
2004-01-20Method to preallocate document space.nyamatongwe4-14/+23
2004-01-20Initial version.nyamatongwe1-0/+299
2004-01-20Support from Avi Yegudin for Verilog.nyamatongwe1-0/+1
2004-01-18Patch from Bruce Dodson to ensure correct folding.nyamatongwe1-1/+19
When toggling fold on line that is not a fold header line, toggle the previous fold header line.
2004-01-18Added MSSQL lexer.nyamatongwe1-0/+1
2004-01-18INitial version.nyamatongwe1-0/+292
2004-01-16Fixes from Kein-Hong Man for:nyamatongwe1-7/+45
Fixed '/' interpretation following complex hash specifications. Fixed inputsymbol specification.
2004-01-15Update to PowerBasic lexer by Roland Walter.nyamatongwe1-187/+223
2004-01-14Fixed GetFoldParent to return -1 for all top level lines.nyamatongwe1-1/+1
2004-01-13When styling is performed outside a styleneeded event,nyamatongwe3-4/+10
increment the style clock so the layout cache is invalidated and so the styling is displayed.
2004-01-12Patch from Bruce Dodson to move length string methodsnyamatongwe1-0/+227
out of the header and into an implementation file.
2004-01-11Reset braces highlight positions when changing document.nyamatongwe1-1/+4
2004-01-04Fixes to avoid laying out lines after end of document whennyamatongwe1-11/+8
performing wrapping.
2004-01-02Patch from Mick Trent to fix a problem with word selection modenyamatongwe1-1/+11
when the container has implemented an extended definition of words.
2003-12-22Support for Intel ifort and absoft Fortran compiler error messages.nyamatongwe1-0/+6
2003-12-14Normally build for debugging.nyamatongwe1-2/+2
2003-12-14Patch from John Ehresman to fix hotspot crash.nyamatongwe1-1/+1
2003-12-14Added SCI_AUTOCGETCURRENT.nyamatongwe2-1/+9
2003-12-13Automatically generated section does not have extranyamatongwe1-1/+3
whitespace at line ends.
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe1-12/+64
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe1-0/+1
2003-12-05Some casts fixed to use int rather than short for document positions.nyamatongwe1-2/+2
2003-12-03Explicitly set the selection type when switching documents as rectangularnyamatongwe1-0/+1
selection slows it down markedly.
2003-11-30Handle backslashed characters in replacement for regex.nyamatongwe1-11/+55
2003-11-29Patch from Philippe for unterminated string and 4 keyword sets.nyamatongwe1-25/+48
2003-11-29Patch from Kaspar Schiess to handle $' as not starting a string.nyamatongwe1-0/+5
2003-11-27Reenabled background wrap.rel-1-57nyamatongwe1-1/+1