aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-08-31Added link to agast.nyamatongwe1-0/+5
2000-08-31Added some fixes from Steffen to keep ch and chNext synchronised.nyamatongwe1-3/+3
2000-08-31scintilla.mak is combined make file for both Microsoft and Borland.nyamatongwe2-0/+261
SciTE.properties contains some commands that are useful with scintilla.mak.
2000-08-30Sharing most of the definition of how to build objects in objs.mak.nyamatongwe3-268/+227
2000-08-30Added comments and improved the HFacer.py code.nyamatongwe3-30/+32
2000-08-30SciLexer.h and Scintilla.h now generated from Scintilla.iface.nyamatongwe3-446/+366
Scintilla.iface updated to be current.
2000-08-30Initial version.nyamatongwe2-0/+165
2000-08-30Added link to IBM SashXB for Linux.nyamatongwe1-0/+5
2000-08-30Perl error format supported.nyamatongwe3-7/+29
SCE_ERR_* symbols replace inline constants.
2000-08-29Merged Jan's changes to SString. Has a size field and allows C++ standardnyamatongwe2-21/+55
library style iterator access.
2000-08-29Initial version.nyamatongwe2-0/+1319
2000-08-28Character set names.nyamatongwe1-2/+28
2000-08-27Fixed sorting to use qsort by implementing a string comparisonnyamatongwe1-32/+6
function rather than passing strcmp in directly.
2000-08-25Patches from Eric Prmislow and Steffen Goeldner to fix up here docsnyamatongwe1-5/+32
some quoting and pos handling.
2000-08-25Patch from Steve for handling comments in PHP.nyamatongwe1-36/+26
2000-08-22Added C# support to LexCPP with verbatime string literals and @ quotednyamatongwe3-1/+20
keywords handled correctly.
2000-08-22Added SCE_H_VALUE.nyamatongwe1-0/+1
2000-08-22Added SCE_H_VALUE class for HTML for unquoted values.nyamatongwe4-8/+47
2000-08-21Merging patches from Ferda and Jan.nyamatongwe7-55/+147
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe14-36/+221
search. Some bits not quite done as well.
2000-08-16Invisible text.nyamatongwe2-0/+5
Fixes to ensure long lines do not overflow buffers.
2000-08-16Invisible text.nyamatongwe6-370/+423
Fixes to ensure long lines do not overflow buffers.
2000-08-03Fixes from Philippe for preprocessor and HTML comments and one from Stevenyamatongwe3-24/+39
for HTML comments.
2000-08-02Couple of typos found by Philippe.nyamatongwe1-2/+2
2000-07-31Added to TODO list.nyamatongwe1-1/+11
2000-07-29Patch to PHP lexer to handle multiple line strings.nyamatongwe1-9/+9
2000-07-26Updated for modular properties files.nyamatongwe1-0/+1
2000-07-26Updated download sizes.nyamatongwe1-1/+1
2000-07-26Ensured all messages are documented.nyamatongwe1-1/+29
2000-07-26Updated download size.nyamatongwe1-1/+1
2000-07-26Avoided warning on GTK+ because DBCS not supported.nyamatongwe1-6/+7
2000-07-26Updated downloads to refer to 1.30.nyamatongwe1-4/+4
2000-07-26Updated for 1.30.nyamatongwe2-49/+30
2000-07-26Added history entry for 1.30.nyamatongwe2-3/+61
Included Ralf's soft tab patch.
2000-07-25Updated version number to 1.30.nyamatongwe1-4/+4
2000-07-24Updated documentation for removal of WM_* and EM_* and addition ofnyamatongwe1-58/+115
direct features.
2000-07-24Updated lexer state list.nyamatongwe2-5/+45
Added key codes and other constants to .iface.
2000-07-24Renumbered constants and added new messages to Scintilla.iface.nyamatongwe2-43/+160
2000-07-24Added SCI_CANPASTE.nyamatongwe1-0/+1
2000-07-23Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointernyamatongwe1-6/+2
to a POINT structure.
2000-07-22Converting key codes to SCK_* values on input so they can be handled in anyamatongwe1-9/+34
cross platform way.
2000-07-22Changed key codes to not overlap printing keys.nyamatongwe4-27/+34
Mved the #ifs around DBCS support to avoid warnings on GTK+.
2000-07-22Moved structures used by API into Scintilla.h and made cross-platform.nyamatongwe1-1/+11
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe7-26/+45
2000-07-21Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windowsnyamatongwe2-0/+16
SendMessage intermediary code between client and Scintilla.
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe12-182/+396
for eventual removal of WinDefs.h.
2000-07-19Updated to 1.29.nyamatongwe1-4/+4
2000-07-19Speed ups by Steve.nyamatongwe1-24/+28
2000-07-19More Steve updates - allows folding of embedded Python.nyamatongwe1-26/+76
2000-07-18Updates from Steve to make Python strings and incremental styling work.nyamatongwe1-3/+21