Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-05 | SetCursor implemented. | nyamatongwe | 2 | -8/+24 | |
2000-10-05 | Mouse capture doesn't always call ::GetCapture. | nyamatongwe | 2 | -17/+34 | |
Better line selection handling. | |||||
2000-10-03 | Mouse down captures now optional. | nyamatongwe | 2 | -2/+10 | |
Save and restore of assertion destination in paint. | |||||
2000-10-03 | Error status attribute created. | nyamatongwe | 2 | -0/+9 | |
2000-09-22 | An hasFocus flag was added to separate logical focus from environment | nyamatongwe | 2 | -3/+24 | |
determined focus. hasFocus determines whether the caret is displayed. | |||||
2000-09-18 | Added patch from Eric Hougaard to send the length in the need shown | nyamatongwe | 1 | -1/+1 | |
notification. | |||||
2000-09-14 | Markus added some more print modes. | nyamatongwe | 1 | -2/+9 | |
2000-09-08 | Implemented settable caret width. | nyamatongwe | 3 | -4/+23 | |
2000-09-07 | Changed back to two pass way of creating word arrays. | nyamatongwe | 1 | -1/+5 | |
2000-09-06 | Removed a couple of completed items from the TODO list and added a couple | nyamatongwe | 1 | -0/+1 | |
of bugs. Bug wuth not redrawing caret sometimes when performing undo fixed. | |||||
2000-09-06 | Fix from Tahir Karaca for LineVector::MergeMarkers. | nyamatongwe | 1 | -58/+65 | |
2000-09-06 | Dots inside identirifers are now in the operator lexical class. | nyamatongwe | 1 | -0/+7 | |
Added markus Gritsch to credits list. | |||||
2000-09-05 | Fixed indentation. | nyamatongwe | 1 | -6/+6 | |
2000-09-04 | Added SCFIND_WORDSTART. | nyamatongwe | 3 | -23/+36 | |
2000-09-04 | Small tweak from Steffen. | nyamatongwe | 1 | -2/+3 | |
2000-09-01 | Fix from Ferda to make the binary search work for autocompletion and | nyamatongwe | 1 | -14/+50 | |
calltips. | |||||
2000-08-31 | Changes from Ferda to put the sorting and searching here rather than in | nyamatongwe | 1 | -4/+267 | |
SciTEBase. | |||||
2000-08-31 | Added some fixes from Steffen to keep ch and chNext synchronised. | nyamatongwe | 1 | -3/+3 | |
2000-08-30 | Perl error format supported. | nyamatongwe | 1 | -7/+13 | |
SCE_ERR_* symbols replace inline constants. | |||||
2000-08-29 | Merged Jan's changes to SString. Has a size field and allows C++ standard | nyamatongwe | 1 | -0/+2 | |
library style iterator access. | |||||
2000-08-29 | Initial version. | nyamatongwe | 1 | -0/+1181 | |
2000-08-27 | Fixed sorting to use qsort by implementing a string comparison | nyamatongwe | 1 | -32/+6 | |
function rather than passing strcmp in directly. | |||||
2000-08-25 | Patches from Eric Prmislow and Steffen Goeldner to fix up here docs | nyamatongwe | 1 | -5/+32 | |
some quoting and pos handling. | |||||
2000-08-25 | Patch from Steve for handling comments in PHP. | nyamatongwe | 1 | -36/+26 | |
2000-08-22 | Added C# support to LexCPP with verbatime string literals and @ quoted | nyamatongwe | 1 | -1/+18 | |
keywords handled correctly. | |||||
2000-08-22 | Added SCE_H_VALUE class for HTML for unquoted values. | nyamatongwe | 3 | -7/+44 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 3 | -8/+41 | |
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. | |||||
2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 8 | -26/+141 | |
search. Some bits not quite done as well. | |||||
2000-08-16 | Invisible text. | nyamatongwe | 5 | -370/+422 | |
Fixes to ensure long lines do not overflow buffers. | |||||
2000-08-03 | Fixes from Philippe for preprocessor and HTML comments and one from Steve | nyamatongwe | 3 | -24/+39 | |
for HTML comments. | |||||
2000-07-29 | Patch to PHP lexer to handle multiple line strings. | nyamatongwe | 1 | -9/+9 | |
2000-07-26 | Avoided warning on GTK+ because DBCS not supported. | nyamatongwe | 1 | -6/+7 | |
2000-07-26 | Added history entry for 1.30. | nyamatongwe | 1 | -3/+9 | |
Included Ralf's soft tab patch. | |||||
2000-07-24 | Added SCI_CANPASTE. | nyamatongwe | 1 | -0/+1 | |
2000-07-23 | Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointer | nyamatongwe | 1 | -6/+2 | |
to a POINT structure. | |||||
2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 2 | -8/+13 | |
Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 2 | -12/+13 | |
2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 8 | -120/+205 | |
for eventual removal of WinDefs.h. | |||||
2000-07-19 | Speed ups by Steve. | nyamatongwe | 1 | -24/+28 | |
2000-07-19 | More Steve updates - allows folding of embedded Python. | nyamatongwe | 1 | -26/+76 | |
2000-07-18 | Updates from Steve to make Python strings and incremental styling work. | nyamatongwe | 1 | -3/+21 | |
2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 8 | -660/+258 | |
2000-07-15 | Fixed problem with CancelModes killing drag and drop by setting empty | nyamatongwe | 3 | -5/+4 | |
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code. | |||||
2000-07-14 | Added PositionFromPoint API function. | nyamatongwe | 1 | -0/+7 | |
2000-07-13 | Showing selection in grey when its not the primary selection on GTK+. | nyamatongwe | 4 | -4/+17 | |
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 6 | -18/+26 | |
size better. | |||||
2000-07-12 | Autocompletion cancel at start position available to API. | nyamatongwe | 2 | -1/+8 | |
Inverted default value to be compatible with older code. | |||||
2000-07-12 | John's changes to autocompletion. | nyamatongwe | 4 | -9/+21 | |
2000-07-10 | Dropped template as only ever instantiated for int and this allows | nyamatongwe | 2 | -10/+9 | |
Scintilla to be template free. | |||||
2000-07-08 | Included Steve Lhomme's PHP updates for the HTML lexer. | nyamatongwe | 1 | -210/+532 | |