Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-09-08 | Updated version number to 1.32. | nyamatongwe | 4 | -11/+28 | |
2000-09-07 | Incorporated Mark's patch to handle failing GetTextExtentExPoint. | nyamatongwe | 1 | -1/+5 | |
2000-09-07 | Changed back to two pass way of creating word arrays. | nyamatongwe | 1 | -1/+5 | |
2000-09-06 | Switched description of 1.31 with SciTE. | nyamatongwe | 1 | -2/+2 | |
2000-09-06 | Updated file sizes. | nyamatongwe | 1 | -1/+1 | |
2000-09-06 | Define either DEBUG or NDEBUG to compiler if DEBUG defined to make. | nyamatongwe | 1 | -1/+7 | |
2000-09-06 | Added change log for 1.31. | nyamatongwe | 2 | -5/+93 | |
Fixed up index.html with 1.31 changes. | |||||
2000-09-06 | Removed a couple of completed items from the TODO list and added a couple | nyamatongwe | 3 | -10/+15 | |
of bugs. Bug wuth not redrawing caret sometimes when performing undo fixed. | |||||
2000-09-06 | Added Tahir Karaca to credits. | nyamatongwe | 1 | -0/+3 | |
2000-09-06 | Fix from Tahir Karaca for LineVector::MergeMarkers. | nyamatongwe | 2 | -59/+66 | |
2000-09-06 | Dots inside identirifers are now in the operator lexical class. | nyamatongwe | 2 | -0/+10 | |
Added markus Gritsch to credits list. | |||||
2000-09-06 | Updated documentation for 1.31 release. | nyamatongwe | 3 | -6/+38 | |
2000-09-05 | Added StyleSetVisible. | nyamatongwe | 1 | -0/+1 | |
2000-09-05 | Updated for new build procedures for Microsoft and Borland compilers. | nyamatongwe | 2 | -63/+16 | |
2000-09-05 | Fixed indentation. | nyamatongwe | 1 | -6/+6 | |
2000-09-05 | Removed testing code for assert call. | nyamatongwe | 1 | -1/+1 | |
2000-09-05 | makefile_vc and makefile_bor are replaced with scintilla.mak | nyamatongwe | 3 | -189/+3 | |
2000-09-05 | Support for DEBUG or NDEBUG defines to make assert work. | nyamatongwe | 4 | -14/+26 | |
2000-09-04 | Updated version to 1.31. | nyamatongwe | 1 | -4/+4 | |
2000-09-04 | Added SCFIND_WORDSTART. | nyamatongwe | 5 | -27/+45 | |
2000-09-04 | Mention of Boa Constructor. | nyamatongwe | 1 | -1/+6 | |
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 | 2 | -5/+280 | |
SciTEBase. | |||||
2000-08-31 | Added link to agast. | nyamatongwe | 1 | -0/+5 | |
2000-08-31 | Added some fixes from Steffen to keep ch and chNext synchronised. | nyamatongwe | 1 | -3/+3 | |
2000-08-31 | scintilla.mak is combined make file for both Microsoft and Borland. | nyamatongwe | 2 | -0/+261 | |
SciTE.properties contains some commands that are useful with scintilla.mak. | |||||
2000-08-30 | Sharing most of the definition of how to build objects in objs.mak. | nyamatongwe | 3 | -268/+227 | |
2000-08-30 | Added comments and improved the HFacer.py code. | nyamatongwe | 3 | -30/+32 | |
2000-08-30 | SciLexer.h and Scintilla.h now generated from Scintilla.iface. | nyamatongwe | 3 | -446/+366 | |
Scintilla.iface updated to be current. | |||||
2000-08-30 | Initial version. | nyamatongwe | 2 | -0/+165 | |
2000-08-30 | Added link to IBM SashXB for Linux. | nyamatongwe | 1 | -0/+5 | |
2000-08-30 | Perl error format supported. | nyamatongwe | 3 | -7/+29 | |
SCE_ERR_* symbols replace inline constants. | |||||
2000-08-29 | Merged Jan's changes to SString. Has a size field and allows C++ standard | nyamatongwe | 2 | -21/+55 | |
library style iterator access. | |||||
2000-08-29 | Initial version. | nyamatongwe | 2 | -0/+1319 | |
2000-08-28 | Character set names. | nyamatongwe | 1 | -2/+28 | |
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 | 3 | -1/+20 | |
keywords handled correctly. | |||||
2000-08-22 | Added SCE_H_VALUE. | nyamatongwe | 1 | -0/+1 | |
2000-08-22 | Added SCE_H_VALUE class for HTML for unquoted values. | nyamatongwe | 4 | -8/+47 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 7 | -55/+147 | |
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 | 14 | -36/+221 | |
search. Some bits not quite done as well. | |||||
2000-08-16 | Invisible text. | nyamatongwe | 2 | -0/+5 | |
Fixes to ensure long lines do not overflow buffers. | |||||
2000-08-16 | Invisible text. | nyamatongwe | 6 | -370/+423 | |
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-08-02 | Couple of typos found by Philippe. | nyamatongwe | 1 | -2/+2 | |
2000-07-31 | Added to TODO list. | nyamatongwe | 1 | -1/+11 | |
2000-07-29 | Patch to PHP lexer to handle multiple line strings. | nyamatongwe | 1 | -9/+9 | |