aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2002-10-05Updated Ada lexer.nyamatongwe3-344/+315
2002-10-05More comprehensive Ada support.nyamatongwe3-183/+533
2002-10-05Fixed compiler warnings.nyamatongwe2-4/+4
2002-10-05Fixed compiler warning.nyamatongwe1-1/+1
2002-10-03Better documentation.nyamatongwe1-1/+1
2002-10-03Fixed infinite loop finding zero width match at end of range.nyamatongwe1-1/+1
2002-10-03Cleaned up pixmap marker code.nyamatongwe5-47/+45
2002-10-02Fixed bad colour reading from XPM.nyamatongwe1-1/+0
2002-10-02PixMap marker support.nyamatongwe6-31/+257
2002-09-28Fixed problem with character ranges caused by expansion to 8 bits.nyamatongwe1-1/+4
2002-09-27Added case insensitive keywords version of C++ lexer, cppnocase.nyamatongwe4-9/+31
2002-09-23Fixed parameter lists for margin calls.nyamatongwe1-2/+2
2002-09-21Fixed run together words.nyamatongwe1-1/+1
2002-09-19Removed last vestiges of scrollbars when turned off.nyamatongwe1-2/+2
2002-09-19Documented vertical scroll bar option.nyamatongwe1-0/+2
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe6-6/+40
2002-09-18Qt port.nyamatongwe1-0/+5
2002-09-17Removed old version headlines.nyamatongwe1-25/+0
2002-09-17The clean target removes *.pdb, *.exp, and *.lib which are new from VS .NET.nyamatongwe2-2/+4
2002-09-15Changed name of lexer to all lower case to match convention and propertiesnyamatongwe1-11/+11
file.
2002-09-15Limiting the number of characters to ExtTextOut to be less than 65536nyamatongwe1-0/+6
as there appears to be a GDI 16 bit limitation.
2002-09-15made 8-bit safe.nyamatongwe1-1/+1
2002-09-15Made backwards regex work better with more complex regular expressions.nyamatongwe1-10/+3
2002-09-15Made reverse regex searches work a bit.nyamatongwe2-11/+29
2002-09-13Documented SCI_CHOOSECARETX.nyamatongwe1-0/+7
2002-09-13Added ChooseCaretX.nyamatongwe3-4/+12
2002-09-12Added reference to GWindows.nyamatongwe1-1/+5
2002-09-10Compatible with Mingw 2.0.nyamatongwe1-2/+2
2002-09-10Made compatible with Mingw 2.0.nyamatongwe1-39/+41
2002-09-10Added DolphinScintilla.nyamatongwe1-20/+25
2002-09-10Including LexAsm.nyamatongwe8-9/+45
2002-09-10Initial version.nyamatongwe1-0/+133
2002-09-10Updated version.rel-1-48nyamatongwe1-1/+1
2002-09-09Added blurb for 1.48.nyamatongwe1-1/+1
2002-09-09Updated with changes for 1.48.nyamatongwe1-1/+95
2002-09-09Updated build instructions for Visual Studio .NET and GTK+ 2.0x.nyamatongwe1-2/+5
2002-09-09Mentioned VS .NET.nyamatongwe1-13/+14
2002-09-09Docuemtned DISPLAY movement commands and soem new marker symbols.nyamatongwe1-9/+21
2002-09-09Updated version number to 1.48.nyamatongwe4-161/+177
2002-09-08Patch from Robin to make autocompletion lists choose location more sensibly.nyamatongwe1-2/+2
2002-09-07Patch from John Ehresman to make sure the gdk window exists before itnyamatongwe1-36/+40
calls Paint.
2002-09-06Upgraded by Simon with some words only being keywords in class definitionsnyamatongwe1-61/+179
and fold comments.
2002-09-04When changing code pages invalidate to ensure all text remeasured.nyamatongwe1-0/+1
2002-09-04Measure all characters in Unicode mode.nyamatongwe1-1/+1
2002-08-29Old constant from C lexer changed to Python version.nyamatongwe1-1/+1
2002-08-29Minor optimisations.nyamatongwe1-4/+7
2002-08-29Protect against limitations in X servers that do not like to draw longnyamatongwe1-14/+30
strings by drawing them in 1000 character segments. Optimised MeasureWidths a little.
2002-08-24Changed autocomplete to only cancel at start when deleting characters.nyamatongwe2-8/+15
2002-08-23Ensure popup menu is fully visible and does not overlap screen right or bottom.nyamatongwe1-1/+14
2002-08-15Made the CTAGS recogniser much more picky.nyamatongwe1-1/+5