Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-09 | Added Valery. | nyamatongwe | 1 | -0/+1 | |
2001-04-09 | Initial version. | nyamatongwe | 1 | -0/+199 | |
2001-04-09 | Updated version to 1.37. | nyamatongwe | 1 | -4/+4 | |
2001-04-08 | Removed old unused code from SString. | nyamatongwe | 2 | -144/+91 | |
Added method to change resize behaviour. Added detach() method to take over ownership of buffer. Cleaned up naming. Removed WordAccumulator class from PropSet as SString can do it all now. | |||||
2001-04-06 | Made regular expression searching work on a line by line basis, made ^ and | nyamatongwe | 3 | -23/+67 | |
$ work, made [set] work, and added a case insensitive option. | |||||
2001-04-05 | Replace target functionality to make find and replace operations faster | nyamatongwe | 9 | -35/+150 | |
by diminishing screen updates and allow for \d patterns in the replacement text. | |||||
2001-04-04 | Target API for changing document withot visible changes: SetTargetStart, | nyamatongwe | 4 | -4/+46 | |
SetTargetEnd, and ReplaceTarget. | |||||
2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 11 | -1372/+952 | |
2001-04-04 | Avoid compiler and BoundsChecker warnings. | nyamatongwe | 4 | -8/+34 | |
2001-04-03 | Regular expression find support. | nyamatongwe | 8 | -77/+151 | |
2001-04-03 | Fixed read of uninitialised memory when searching for '=' in properties | nyamatongwe | 1 | -1/+2 | |
files. | |||||
2001-03-31 | Documented the caret line. | nyamatongwe | 1 | -6/+19 | |
2001-03-31 | Added caret line feature. | nyamatongwe | 6 | -13/+57 | |
2001-03-31 | Removed debugging from URI drop. | nyamatongwe | 1 | -4/+0 | |
2001-03-31 | Support for URI drag and drop on GTK+. | nyamatongwe | 3 | -0/+12 | |
2001-03-31 | Start of file drag and drop on GTK+. | nyamatongwe | 1 | -0/+7 | |
2001-03-30 | Undo coalescing now allows deletes of size 1 or 2 to be coalesced. | nyamatongwe | 2 | -100/+100 | |
Document.cxx reformatted. | |||||
2001-03-30 | Added a contains method so it is easy to see if a string contains a | nyamatongwe | 1 | -0/+6 | |
particular character. | |||||
2001-03-30 | Fixed bug when single character deletions were being coalesced even though | nyamatongwe | 1 | -12/+15 | |
they were not adjacent. | |||||
2001-03-28 | Changed handling of the end of stream comments which was perturbed by | nyamatongwe | 1 | -4/+6 | |
changing way end of line was handled leading to shorter segments. | |||||
2001-03-28 | Patch from Stephan to prevent double recording of newlines in macros. | nyamatongwe | 1 | -4/+4 | |
2001-03-27 | Documented that SearchNext and SearchPrev do not ensure the selection is | nyamatongwe | 1 | -0/+2 | |
visible. | |||||
2001-03-25 | Future features available again. | nyamatongwe | 1 | -2/+0 | |
2001-03-23 | Hack around scroll bar size problem on GTK+ 1.2.9 / Gnome 1.4 by hardcoding | nyamatongwe | 1 | -0/+8 | |
width to 16 if width is 0. | |||||
2001-03-23 | Fixed CPP lexer to work correctly when the '{' starting a fold section | nyamatongwe | 1 | -41/+52 | |
that is folded is deleted. This leads to the fold being unfolded which leads to reentrant styling which failed. | |||||
2001-03-22 | Documentation of SCI_DELLINERIGHT, SCI_DELLINELEFT and CARET_XEVEN. | nyamatongwe | 1 | -1/+4 | |
2001-03-22 | Patch from James Larcombe to add Ctrl+Shift+BackSpace and Ctrl+Shift+Delete | nyamatongwe | 1 | -0/+2 | |
2001-03-22 | Patch from James Larcombe for SCI_DELLINERIGHT, SCI_DELLINELEFT and | nyamatongwe | 1 | -1/+20 | |
CARET_XEVEN. | |||||
2001-03-22 | Patch from James Larcombe. | nyamatongwe | 2 | -0/+12 | |
Functions to delete from caret to end of line and from start of line to caret. Mode for caret policy to be even handed with respect to left and right margins rather than favouring display to the left. | |||||
2001-03-21 | Enumeration interface from Laurent. | nyamatongwe | 1 | -0/+40 | |
2001-03-21 | Added enumeration interface from Laurent. | nyamatongwe | 1 | -0/+4 | |
2001-03-21 | Calling DefWindowProc if not showing context menu so container can do so. | nyamatongwe | 1 | -1/+2 | |
2001-03-02 | Initial version. | nyamatongwe | 2 | -0/+4 | |
2001-03-02 | Update from Steve to make string style terminate after a variable. | nyamatongwe | 1 | -0/+1 | |
2001-03-02 | Added *.lib to things that are deleted. | nyamatongwe | 1 | -1/+1 | |
2001-03-02 | Update from Steve to PHP in the HTML lexer. | nyamatongwe | 3 | -5/+62 | |
2001-03-02 | Removed use of Platform::SendScintilla as that is indirect was of talking | nyamatongwe | 1 | -5/+4 | |
to this - diret way should be used instead. | |||||
2001-03-02 | Avoid lots of warning messages for files that aren't there.rel-1-36 | nyamatongwe | 1 | -22/+1 | |
2001-03-01 | Added Edward to credits. | nyamatongwe | 1 | -123/+42 | |
2001-03-01 | Commented out future features page as it has not been maintained for some | nyamatongwe | 1 | -0/+2 | |
months. | |||||
2001-03-01 | Included 64 bit preparation in 1.36 highlights. | nyamatongwe | 1 | -1/+1 | |
2001-03-01 | INcluded not about escapes in Python triple quoted strings. | nyamatongwe | 1 | -0/+4 | |
2001-03-01 | Updated. | nyamatongwe | 1 | -0/+7 | |
2001-03-01 | Updated size of tgz. | nyamatongwe | 1 | -1/+1 | |
2001-03-01 | Fixed typo. | nyamatongwe | 1 | -1/+1 | |
2001-03-01 | Added TiLP, Anjuta and Filerx to related projects but TiLP is commented | nyamatongwe | 1 | -24/+40 | |
out as the web site is quite empty and has nothing Scintilla related. | |||||
2001-03-01 | Added recently requested to do items. | nyamatongwe | 1 | -6/+46 | |
2001-03-01 | Added changes since last version. | nyamatongwe | 1 | -9/+3 | |
2001-03-01 | Removed things already done and bugs not reported for over a year. | nyamatongwe | 1 | -23/+4 | |
2001-03-01 | Updates preparing for release of 1.36. | nyamatongwe | 3 | -18/+131 | |