Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2000-07-26 | Updated for modular properties files. | nyamatongwe | 1 | -0/+1 | |
2000-07-26 | Updated download sizes. | nyamatongwe | 1 | -1/+1 | |
2000-07-26 | Ensured all messages are documented. | nyamatongwe | 1 | -1/+29 | |
2000-07-26 | Updated download size. | nyamatongwe | 1 | -1/+1 | |
2000-07-26 | Avoided warning on GTK+ because DBCS not supported. | nyamatongwe | 1 | -6/+7 | |
2000-07-26 | Updated downloads to refer to 1.30. | nyamatongwe | 1 | -4/+4 | |
2000-07-26 | Updated for 1.30. | nyamatongwe | 2 | -49/+30 | |
2000-07-26 | Added history entry for 1.30. | nyamatongwe | 2 | -3/+61 | |
Included Ralf's soft tab patch. | |||||
2000-07-25 | Updated version number to 1.30. | nyamatongwe | 1 | -4/+4 | |
2000-07-24 | Updated documentation for removal of WM_* and EM_* and addition of | nyamatongwe | 1 | -58/+115 | |
direct features. | |||||
2000-07-24 | Updated lexer state list. | nyamatongwe | 2 | -5/+45 | |
Added key codes and other constants to .iface. | |||||
2000-07-24 | Renumbered constants and added new messages to Scintilla.iface. | nyamatongwe | 2 | -43/+160 | |
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 | Converting key codes to SCK_* values on input so they can be handled in a | nyamatongwe | 1 | -9/+34 | |
cross platform way. | |||||
2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 4 | -27/+34 | |
Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
2000-07-22 | Moved structures used by API into Scintilla.h and made cross-platform. | nyamatongwe | 1 | -1/+11 | |
2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 7 | -26/+45 | |
2000-07-21 | Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows | nyamatongwe | 2 | -0/+16 | |
SendMessage intermediary code between client and Scintilla. | |||||
2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 12 | -182/+396 | |
for eventual removal of WinDefs.h. | |||||
2000-07-19 | Updated to 1.29. | nyamatongwe | 1 | -4/+4 | |
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 | |