Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-10 | Updated version.rel-1-48 | nyamatongwe | 1 | -1/+1 | |
2002-09-09 | Added blurb for 1.48. | nyamatongwe | 1 | -1/+1 | |
2002-09-09 | Updated with changes for 1.48. | nyamatongwe | 1 | -1/+95 | |
2002-09-09 | Updated build instructions for Visual Studio .NET and GTK+ 2.0x. | nyamatongwe | 1 | -2/+5 | |
2002-09-09 | Mentioned VS .NET. | nyamatongwe | 1 | -13/+14 | |
2002-09-09 | Docuemtned DISPLAY movement commands and soem new marker symbols. | nyamatongwe | 1 | -9/+21 | |
2002-09-09 | Updated version number to 1.48. | nyamatongwe | 4 | -161/+177 | |
2002-09-08 | Patch from Robin to make autocompletion lists choose location more sensibly. | nyamatongwe | 1 | -2/+2 | |
2002-09-07 | Patch from John Ehresman to make sure the gdk window exists before it | nyamatongwe | 1 | -36/+40 | |
calls Paint. | |||||
2002-09-06 | Upgraded by Simon with some words only being keywords in class definitions | nyamatongwe | 1 | -61/+179 | |
and fold comments. | |||||
2002-09-04 | When changing code pages invalidate to ensure all text remeasured. | nyamatongwe | 1 | -0/+1 | |
2002-09-04 | Measure all characters in Unicode mode. | nyamatongwe | 1 | -1/+1 | |
2002-08-29 | Old constant from C lexer changed to Python version. | nyamatongwe | 1 | -1/+1 | |
2002-08-29 | Minor optimisations. | nyamatongwe | 1 | -4/+7 | |
2002-08-29 | Protect against limitations in X servers that do not like to draw long | nyamatongwe | 1 | -14/+30 | |
strings by drawing them in 1000 character segments. Optimised MeasureWidths a little. | |||||
2002-08-24 | Changed autocomplete to only cancel at start when deleting characters. | nyamatongwe | 2 | -8/+15 | |
2002-08-23 | Ensure popup menu is fully visible and does not overlap screen right or bottom. | nyamatongwe | 1 | -1/+14 | |
2002-08-15 | Made the CTAGS recogniser much more picky. | nyamatongwe | 1 | -1/+5 | |
2002-08-13 | Patch from Laurent to make case statements fold. | nyamatongwe | 1 | -2/+5 | |
2002-08-13 | Added FreeRIDE. | nyamatongwe | 1 | -0/+4 | |
2002-08-09 | Changed intro. | nyamatongwe | 1 | -9/+12 | |
2002-08-07 | New markers called DOTDOTDOT and ARROWS for emulating Python prompts. | nyamatongwe | 3 | -0/+20 | |
2002-08-07 | Documentation for setting whitepace fore and back. | nyamatongwe | 1 | -1/+9 | |
2002-08-06 | Speed up to creating WordList through using a lookup table for separators. | nyamatongwe | 1 | -13/+18 | |
2002-08-05 | Visible whitespace specifiable colours feature from Martin Alderson. | nyamatongwe | 5 | -0/+47 | |
2002-08-03 | Changed LineVector to use an exponential allocation strategy which | nyamatongwe | 2 | -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-02 | Added keyboard commands to go to start and end of display lines. | nyamatongwe | 5 | -1/+85 | |
2002-08-02 | Jump out of preprocessor mode when a comment, // or /*, is found. | nyamatongwe | 1 | -1/+1 | |
2002-08-02 | Made Ctrl+Up and Ctrl+Down not flicker when using strict caret policy. | nyamatongwe | 2 | -9/+12 | |
Avoided by not calling EnsureCaretVisible for these keys. | |||||
2002-08-02 | Changed InvalidateStyleRedraw to call NeedWrapping(). | nyamatongwe | 1 | -7/+1 | |
2002-08-02 | Made Shift+Enter be the same as Enter. | nyamatongwe | 1 | -0/+1 | |
2002-08-01 | Updated sizes for 1.47.rel-1-47 | nyamatongwe | 1 | -1/+1 | |
2002-08-01 | Fixed typos. | nyamatongwe | 1 | -2/+2 | |
2002-08-01 | Updated sizes for 1.47. | nyamatongwe | 1 | -1/+1 | |
2002-08-01 | Updates for 1.47. | nyamatongwe | 3 | -63/+152 | |
2002-08-01 | Updated for 1.47. | nyamatongwe | 1 | -6/+50 | |
2002-07-31 | Fixed problems with runs of text >= 5000 characters. | nyamatongwe | 1 | -5/+11 | |
2002-07-31 | Added comment on building for GTK+ 2. | nyamatongwe | 2 | -1/+6 | |
2002-07-31 | Updating for release 1.47. | nyamatongwe | 3 | -14/+47 | |
2002-07-30 | Updated version number to 1.47. | nyamatongwe | 2 | -5/+5 | |
2002-07-29 | Made compatible with both GTK+ 1.x and 2.x. | nyamatongwe | 2 | -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-29 | Can now generate into a new file as well as regenerate in place. | nyamatongwe | 1 | -18/+36 | |
Creates a VS .NET project file from an input template. | |||||
2002-07-29 | Added capability to work with multiple substitution lists in one file. | nyamatongwe | 1 | -24/+57 | |
2002-07-29 | Avoid Borland warning. | nyamatongwe | 1 | -1/+1 | |
2002-07-29 | Removed Scriptol lexer. | nyamatongwe | 6 | -12/+2 | |
2002-07-29 | Dropped as the Scriptol package not completely correct. | nyamatongwe | 1 | -459/+0 | |
2002-07-29 | Added the scintilla_vc6.mak makefile. | nyamatongwe | 1 | -0/+1 | |
2002-07-29 | INitial version from Simon Steele. | nyamatongwe | 1 | -0/+328 | |
2002-07-28 | Added new line cache validity level between invalid and positions correct | nyamatongwe | 1 | -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-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -3/+4 | |
handling of abandoned paints where styling causes fold markers to change. |