Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2002-07-28 | Added new line cache validity level between invalid and positions correct | nyamatongwe | 1 | -1/+2 | |
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. | |||||
2002-07-28 | Changed styling notifications to only include the range up to the last | nyamatongwe | 1 | -4/+7 | |
character that was actually modified. | |||||
2002-07-28 | Changed Contains to do semi-includive bounds correctly. | nyamatongwe | 1 | -2/+2 | |
2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -5/+5 | |
handling of abandoned paints where styling causes fold markers to change. | |||||
2002-07-26 | Patch from John Ehresman to return false from styling operations when | nyamatongwe | 2 | -10/+21 | |
reentering causes styling to not be performed. | |||||
2002-07-24 | Added Visual MinGW. | nyamatongwe | 1 | -0/+4 | |
2002-07-23 | Removed unnecessary line layout cache invalidation. | nyamatongwe | 1 | -11/+13 | |
Fixed problem where wrap needed was moving the last wrapped line forward past lines that were not yet wrapped. Minor improvement to LineLayout to handle lines that only need a single display line which is the majority most of the time. | |||||
2002-07-21 | Added Scriptol lexer. | nyamatongwe | 1 | -0/+21 | |
2002-07-21 | Initial version. | nyamatongwe | 1 | -0/+459 | |
2002-07-21 | Added Scriptol language. | nyamatongwe | 5 | -2/+9 | |
2002-07-21 | Added Scriptol lexer. | nyamatongwe | 1 | -0/+23 | |
2002-07-20 | Documented Scintilla_DirectFunction. | nyamatongwe | 1 | -2/+4 | |
2002-07-20 | Module definition file ensures exported symbols use sensible names. | nyamatongwe | 1 | -0/+2 | |
2002-07-20 | Exporting direct calling function from DLLs. | nyamatongwe | 3 | -8/+15 | |