Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-26 | Bruce moved the constructors from number types out of line. | nyamatongwe | 1 | -0/+15 | |
2004-02-26 | Patch to indent to next indent mark rather than to add the | nyamatongwe | 1 | -1/+2 | |
indent amount. | |||||
2004-02-25 | Patch from Kein-Hong Man to fix bug 901008. | nyamatongwe | 1 | -1/+3 | |
2004-02-24 | Fix for problems when char is unsigned. | nyamatongwe | 1 | -17/+23 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 1 | -0/+309 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 1 | -0/+1 | |
2004-02-22 | Sorting lists before use as globbing on Linux does not return sorted. | nyamatongwe | 1 | -0/+5 | |
2004-02-21 | Kix lexer. | nyamatongwe | 1 | -0/+1 | |
2004-02-21 | Initial version. | nyamatongwe | 1 | -0/+122 | |
2004-02-21 | Avoid warning when char type is unsigned. | nyamatongwe | 1 | -1/+1 | |
2004-02-21 | Change to avoid signed/unsigned character issue. | nyamatongwe | 1 | -1/+1 | |
2004-02-06 | Changed rectangular selection to use same technique to calculate | nyamatongwe | 1 | -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-30 | BSIS updated. | nyamatongwe | 1 | -99/+233 | |
2004-01-21 | Implementation of Allocate. | nyamatongwe | 1 | -2/+2 | |
2004-01-20 | Method to preallocate document space. | nyamatongwe | 4 | -14/+23 | |
2004-01-20 | Initial version. | nyamatongwe | 1 | -0/+299 | |
2004-01-20 | Support from Avi Yegudin for Verilog. | nyamatongwe | 1 | -0/+1 | |
2004-01-18 | Patch from Bruce Dodson to ensure correct folding. | nyamatongwe | 1 | -1/+19 | |
When toggling fold on line that is not a fold header line, toggle the previous fold header line. | |||||
2004-01-18 | Added MSSQL lexer. | nyamatongwe | 1 | -0/+1 | |
2004-01-18 | INitial version. | nyamatongwe | 1 | -0/+292 | |
2004-01-16 | Fixes from Kein-Hong Man for: | nyamatongwe | 1 | -7/+45 | |
Fixed '/' interpretation following complex hash specifications. Fixed inputsymbol specification. | |||||
2004-01-15 | Update to PowerBasic lexer by Roland Walter. | nyamatongwe | 1 | -187/+223 | |
2004-01-14 | Fixed GetFoldParent to return -1 for all top level lines. | nyamatongwe | 1 | -1/+1 | |
2004-01-13 | When styling is performed outside a styleneeded event, | nyamatongwe | 3 | -4/+10 | |
increment the style clock so the layout cache is invalidated and so the styling is displayed. | |||||
2004-01-12 | Patch from Bruce Dodson to move length string methods | nyamatongwe | 1 | -0/+227 | |
out of the header and into an implementation file. | |||||
2004-01-11 | Reset braces highlight positions when changing document. | nyamatongwe | 1 | -1/+4 | |
2004-01-04 | Fixes to avoid laying out lines after end of document when | nyamatongwe | 1 | -11/+8 | |
performing wrapping. | |||||
2004-01-02 | Patch from Mick Trent to fix a problem with word selection mode | nyamatongwe | 1 | -1/+11 | |
when the container has implemented an extended definition of words. | |||||
2003-12-22 | Support for Intel ifort and absoft Fortran compiler error messages. | nyamatongwe | 1 | -0/+6 | |
2003-12-14 | Normally build for debugging. | nyamatongwe | 1 | -2/+2 | |
2003-12-14 | Patch from John Ehresman to fix hotspot crash. | nyamatongwe | 1 | -1/+1 | |
2003-12-14 | Added SCI_AUTOCGETCURRENT. | nyamatongwe | 2 | -1/+9 | |
2003-12-13 | Automatically generated section does not have extra | nyamatongwe | 1 | -1/+3 | |
whitespace at line ends. | |||||
2003-12-05 | Updates for Octave support in Matlab lexer. | nyamatongwe | 1 | -12/+64 | |
2003-12-05 | Updates for Octave support in Matlab lexer. | nyamatongwe | 1 | -0/+1 | |
2003-12-05 | Some casts fixed to use int rather than short for document positions. | nyamatongwe | 1 | -2/+2 | |
2003-12-03 | Explicitly set the selection type when switching documents as rectangular | nyamatongwe | 1 | -0/+1 | |
selection slows it down markedly. | |||||
2003-11-30 | Handle backslashed characters in replacement for regex. | nyamatongwe | 1 | -11/+55 | |
2003-11-29 | Patch from Philippe for unterminated string and 4 keyword sets. | nyamatongwe | 1 | -25/+48 | |
2003-11-29 | Patch from Kaspar Schiess to handle $' as not starting a string. | nyamatongwe | 1 | -0/+5 | |
2003-11-27 | Reenabled background wrap. | nyamatongwe | 1 | -1/+1 | |
2003-11-27 | Ensure style data refreshed before wrapping lines. | nyamatongwe | 1 | -1/+2 | |
2003-11-22 | Fix from Shen for folding bug. | nyamatongwe | 1 | -6/+8 | |
2003-11-06 | SelectionText has been holding a terminating NUL but some client code | nyamatongwe | 2 | -1/+2 | |
was adding an extra NUL. Documented this and avoid adding extra NUL. | |||||
2003-11-06 | More checking for background wrap enabled. | nyamatongwe | 1 | -1/+1 | |
Shorter time between timer ticks. | |||||
2003-11-05 | Background wrapping during idle from Bruce Dodson. | nyamatongwe | 2 | -12/+19 | |
2003-11-04 | Erlang support. | nyamatongwe | 1 | -0/+522 | |
2003-11-04 | Erlang support. | nyamatongwe | 1 | -0/+1 | |
2003-11-04 | SCI_SETWORDCHARS performs SCI_SETCHARSDEFAULT before setting | nyamatongwe | 1 | -0/+1 | |
word characters. | |||||
2003-11-04 | Simplified SetCharClasses and added SCI_SETCHARSDEFAULT. | nyamatongwe | 2 | -46/+6 | |