aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.nyamatongwe1-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
2002-08-13Patch from Laurent to make case statements fold.nyamatongwe1-2/+5
2002-08-13Added FreeRIDE.nyamatongwe1-0/+4
2002-08-09Changed intro.nyamatongwe1-9/+12
2002-08-07New markers called DOTDOTDOT and ARROWS for emulating Python prompts.nyamatongwe3-0/+20
2002-08-07Documentation for setting whitepace fore and back.nyamatongwe1-1/+9
2002-08-06Speed up to creating WordList through using a lookup table for separators.nyamatongwe1-13/+18
2002-08-05Visible whitespace specifiable colours feature from Martin Alderson.nyamatongwe5-0/+47
2002-08-03Changed LineVector to use an exponential allocation strategy whichnyamatongwe2-1/+4
minimises the memory allocated for short files but avoids excessive copying for huge files. 23 Meg file load changes from 17 seconds to 3.
2002-08-02Added keyboard commands to go to start and end of display lines.nyamatongwe5-1/+85
2002-08-02Jump out of preprocessor mode when a comment, // or /*, is found.nyamatongwe1-1/+1
2002-08-02Made Ctrl+Up and Ctrl+Down not flicker when using strict caret policy.nyamatongwe2-9/+12
Avoided by not calling EnsureCaretVisible for these keys.
2002-08-02Changed InvalidateStyleRedraw to call NeedWrapping().nyamatongwe1-7/+1
2002-08-02Made Shift+Enter be the same as Enter.nyamatongwe1-0/+1
2002-08-01Updated sizes for 1.47.nyamatongwe1-1/+1
2002-08-01Fixed typos.nyamatongwe1-2/+2
2002-08-01Updated sizes for 1.47.nyamatongwe1-1/+1
2002-08-01Updates for 1.47.nyamatongwe3-63/+152
2002-08-01Updated for 1.47.nyamatongwe1-6/+50
2002-07-31Fixed problems with runs of text >= 5000 characters.nyamatongwe1-5/+11
2002-07-31Added comment on building for GTK+ 2.nyamatongwe2-1/+6
2002-07-31Updating for release 1.47.nyamatongwe3-14/+47
2002-07-30Updated version number to 1.47.nyamatongwe2-5/+5
2002-07-29Made compatible with both GTK+ 1.x and 2.x.nyamatongwe2-20/+69
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+.
2002-07-29Can now generate into a new file as well as regenerate in place.nyamatongwe1-18/+36
Creates a VS .NET project file from an input template.
2002-07-29Added capability to work with multiple substitution lists in one file.nyamatongwe1-24/+57