aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
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.rel-1-47nyamatongwe1-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
2002-07-29Avoid Borland warning.nyamatongwe1-1/+1
2002-07-29Removed Scriptol lexer.nyamatongwe6-12/+2
2002-07-29Dropped as the Scriptol package not completely correct.nyamatongwe1-459/+0
2002-07-29Added the scintilla_vc6.mak makefile.nyamatongwe1-0/+1
2002-07-29INitial version from Simon Steele.nyamatongwe1-0/+328
2002-07-28Added new line cache validity level between invalid and positions correctnyamatongwe1-82/+147
for when some text or style may or may not have been changed. Allows optimization of the common case where a modification only changes the style of a small range of the document. Changed styling notifications to only include the range up to the last character that was actually modified. Full paint now paints all of the margins as well. Required to simplify handling of abandoned paints where styling causes fold markers to change. Tab key, in insert spaces mode, is treated as a single undo action.
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-3/+4
handling of abandoned paints where styling causes fold markers to change.