aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2004-01-25Patch from John Ehresman to avoid gdk warnings because ofnyamatongwe1-0/+1
unbalanced reference counts on widget style.
2004-01-21Implementation of Allocate.nyamatongwe2-2/+7
2004-01-20Method to preallocate document space.nyamatongwe6-14/+27
2004-01-20Initial version.nyamatongwe1-0/+299
2004-01-20Credits.nyamatongwe1-0/+1
2004-01-20Support from Avi Yegudin for Verilog.nyamatongwe8-2/+44
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-18Credit.nyamatongwe1-0/+1
2004-01-18Added MSSQL lexer.nyamatongwe8-6/+49
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.nyamatongwe3-187/+227
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 methodsnyamatongwe2-198/+249
out of the header and into an implementation file.
2004-01-11Reset braces highlight positions when changing document.nyamatongwe1-1/+4
2004-01-10Updated size.nyamatongwe1-1/+1
2004-01-10Additions.nyamatongwe1-0/+9
2004-01-10Update.nyamatongwe1-1/+1
2004-01-10Changes for 1.58.nyamatongwe1-0/+71
2004-01-10Updating for release 1.58.nyamatongwe5-14/+27
2004-01-09Fixed return type of FormatRange.nyamatongwe1-1/+1
2004-01-08Typo.nyamatongwe1-1/+1
2004-01-04Fixes to avoid laying out lines after end of document whennyamatongwe1-11/+8
performing wrapping.
2004-01-02Credit.nyamatongwe1-0/+1
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-23Removed -b flag from whereis to avoid trouble on OS X.nyamatongwe1-1/+1
2003-12-23Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo tonyamatongwe1-10/+22
make it easier to replace the implementation of scroll bars such as where a scroll bar is handled by a container such as when producing multiple panes with a shared scroll bar.
2003-12-23Fixed unused parameter warnings.nyamatongwe1-8/+9
2003-12-22Philippe improved comments.snyamatongwe1-15/+15
2003-12-22Support for Intel ifort and absoft Fortran compiler error messages.nyamatongwe4-0/+11
2003-12-21Added credit.nyamatongwe1-0/+1
2003-12-21Added CSSED.nyamatongwe1-3/+7
2003-12-20Added DIDE.nyamatongwe1-0/+4
2003-12-15Changes to allow international input on GTK+ 2.nyamatongwe1-2/+62
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.nyamatongwe3-2/+14
2003-12-14Patch from Stephan Deibel to find current selection innyamatongwe2-0/+4
autocompletion.
2003-12-13Automatically generated section does not have extranyamatongwe1-1/+3
whitespace at line ends.
2003-12-13Automatically generated section does not have extranyamatongwe1-1/+1
whitespace at line ends.
2003-12-07Added LexErlang.cxxssteele1-0/+4
2003-12-05Credit.nyamatongwe1-0/+1
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe1-12/+64
2003-12-05Updates for Octave support in Matlab lexer.nyamatongwe3-0/+8
2003-12-05Mac OS X improvement.nyamatongwe1-4/+2
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-12-01Credit.nyamatongwe1-0/+1
2003-11-30Handle backslashed characters in replacement for regex.nyamatongwe1-11/+55