Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-13 | Check for fold flag and don't call Fold method if not set as this avoids | nyamatongwe | 1 | -2/+4 | |
checking in the Fold method. | |||||
2001-04-13 | Removed redundant Flush and check for fol as they are done by caller. | nyamatongwe | 1 | -61/+55 | |
2001-04-13 | Separated folding code into folding function. | nyamatongwe | 1 | -34/+57 | |
2001-04-13 | Added a string name to each lexer. | nyamatongwe | 11 | -17/+17 | |
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries. | |||||
2001-04-13 | Start of new lexer infrastructure. | nyamatongwe | 4 | -16/+85 | |
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID. | |||||
2001-04-13 | Separated folding from lexing. | nyamatongwe | 1 | -42/+63 | |
2001-04-13 | Added URL to find original code to comments. | nyamatongwe | 1 | -0/+4 | |
2001-04-12 | Fix from Philippe to a rectangular selection staing active after the user | nyamatongwe | 1 | -1/+2 | |
starts navigating with cursor keys. | |||||
2001-04-12 | Changed modification from setting a fold level to indicate that the marker | nyamatongwe | 1 | -1/+2 | |
column should change. | |||||
2001-04-11 | Added SetMultiple and ToString methods. | nyamatongwe | 1 | -22/+69 | |
Made argument to single argument Set be const. Added length arguments to several methds so they can be used on buffers without modifying the buffers to include \0 characters. | |||||
2001-04-11 | Avoided warnings on VC++ Pro. | nyamatongwe | 1 | -4/+2 | |
2001-04-11 | Patch from Philippe to make 'rem' work in batch files. | nyamatongwe | 1 | -133/+131 | |
Moved lex class values from LexOthers.cxx to Scintilla.iface. Added recognition of diff output to errorlist lexer so can see in output pane of SciTE. | |||||
2001-04-10 | Removed dead code. | nyamatongwe | 1 | -1/+0 | |
2001-04-10 | Calltip size fixing and listbox border tweaking. | nyamatongwe | 4 | -71/+77 | |
2001-04-10 | Turn off caret line when caret is turned off such as when don't have focus. | nyamatongwe | 1 | -1/+1 | |
2001-04-09 | Philippe provided fix for EM_GETLINE and reformatting. | nyamatongwe | 3 | -122/+167 | |
2001-04-09 | Initial version. | nyamatongwe | 1 | -0/+199 | |
2001-04-08 | Removed old unused code from SString. | nyamatongwe | 1 | -50/+8 | |
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 | 7 | -33/+140 | |
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 | 2 | -4/+32 | |
SetTargetEnd, and ReplaceTarget. | |||||
2001-04-04 | Moved to public domain regular expresion implementation. | nyamatongwe | 5 | -1214/+934 | |
2001-04-04 | Avoid compiler and BoundsChecker warnings. | nyamatongwe | 3 | -7/+31 | |
2001-04-03 | Regular expression find support. | nyamatongwe | 3 | -65/+124 | |
2001-04-03 | Fixed read of uninitialised memory when searching for '=' in properties | nyamatongwe | 1 | -1/+2 | |
files. | |||||
2001-03-31 | Added caret line feature. | nyamatongwe | 4 | -13/+41 | |
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 | 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-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 | 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-21 | Enumeration interface from Laurent. | nyamatongwe | 1 | -0/+40 | |
2001-03-02 | Update from Steve to make string style terminate after a variable. | nyamatongwe | 1 | -0/+1 | |
2001-03-02 | Update from Steve to PHP in the HTML lexer. | nyamatongwe | 1 | -3/+60 | |
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-02-27 | Option fold.html added. | nyamatongwe | 1 | -0/+4 | |
2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 13 | -149/+154 | |
2001-02-25 | Increased allocation chunk size for GetNearestWords as it was slow. | nyamatongwe | 1 | -1/+1 | |
2001-02-24 | Patch from Jan to allow folding multi-line C++ comments. | nyamatongwe | 1 | -5/+14 | |
2001-02-24 | Patch from Jan to avoid warnings. | nyamatongwe | 1 | -0/+4 | |
2001-02-24 | Patch from Jan Hercek to fix folding by using the display line rather than | nyamatongwe | 2 | -12/+13 | |
the document line when evaluating the visibility policy. | |||||
2001-02-24 | Added support for using ':' and another character to end identifiers in | nyamatongwe | 1 | -141/+105 | |
.api files as well as '('. Simplified GetNearestWords. Changed to using C++ allocation always rather than malloc and free. | |||||
2001-02-24 | Fixed font leak. | nyamatongwe | 1 | -0/+1 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 3 | -8/+22 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+4 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 5 | -8/+24 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -13/+27 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 29 | -138/+269 | |