aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2003-08-14Added BOX indicator.nyamatongwe1-1/+1
2003-08-14Fixed bugs with displaying indicators with wrap turned on.nyamatongwe1-7/+11
2003-08-14Fixed bug where characters >= 128 were being displayed asnyamatongwe1-2/+6
down arrows.
2003-08-13Updates the command ID list in SciTEProps.cxx .nyamatongwe1-20/+35
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe1-0/+183
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe1-0/+1
2003-08-09Fixed warnings.nyamatongwe1-6/+2
2003-08-09Foldinf for INI files.nyamatongwe1-1/+58
2003-08-08Using interface definition for number of keyword lists.nyamatongwe1-1/+1
2003-08-03Added refresh of pixmaps when wrapping.nyamatongwe1-0/+3
Added some assertions.
2003-08-02New lexer from Philippe Lhoste replaces previous lexer.nyamatongwe1-87/+170
2003-08-02Patch from Philippe to allow '.' in 'keywords'.nyamatongwe1-12/+19
2003-08-02Now handles creating a file when no current one exists.nyamatongwe1-10/+17
2003-07-31Made some of PropSet protected so it can be overridden.nyamatongwe1-11/+1
2003-07-30Scriptol lexer from Denis Sureau.nyamatongwe2-0/+428
2003-07-30NSIS scripting language support from Angelo Mandato.nyamatongwe2-0/+347
2003-07-27Updates from Mathias Rauen to Pascal and to avoidnyamatongwe1-47/+68
unnecessary "Save changes ...?" dialogs.
2003-07-27Made safe with non-ASCII data by guarding is* calls with isascii.nyamatongwe1-15/+17
2003-07-26Fix to make backwards regular expression searches not skip over text.nyamatongwe1-4/+4
2003-07-26Bug fix for #761642 SCI_MARKERDELETEALL doesn't delete allnyamatongwe1-2/+2
2003-07-26Patch from Yair Siegel to include the string being inserted in anyamatongwe1-1/+1
SC_MOD_BEFOREINSERT notification.
2003-07-26Invisible indicator INDIC_HIDDEN.nyamatongwe1-0/+2
2003-07-23Patch from Shane to allow multiple pseudo-classes.nyamatongwe1-1/+2
2003-07-23Patch from Alexey to fold literal strings and comments.nyamatongwe1-1/+6
2003-07-22Changed lexer to use lower case keywords to be compatible with othernyamatongwe1-1/+1
lexers.
2003-07-21Added contact and license reference.nyamatongwe1-1/+2
2003-07-21Improve 64 bit portability.nyamatongwe2-21/+27
2003-07-21Converted some ints to size_t for 64 bit safety.nyamatongwe2-5/+5
2003-07-21Patch from Hiroshi-Saito to allow strings to use ' delimiters.nyamatongwe1-3/+13
2003-07-21Fixed unused parameter warning.nyamatongwe1-1/+1
2003-07-21Fixed warning from Borland.nyamatongwe1-2/+2
2003-07-21Added PostScript lexer from Nigel Hathaway.nyamatongwe2-0/+344
2003-07-21Fixed bug where assertions may not have been appearing when they should.nyamatongwe1-2/+2
2003-05-14INitial version.nyamatongwe1-0/+270
2003-05-14EScript lexer added.nyamatongwe1-0/+1
2003-05-14Moved lmNull into LexOthers.cxx as there was a report that the currentnyamatongwe2-17/+17
location trips a bug in MSVC 7.1.
2003-05-11Clipping copy range into document.nyamatongwe1-0/+2
2003-05-11Ensure text copied to clipboard is terminated at correct length.nyamatongwe1-10/+5
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe3-8/+59
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe1-0/+208
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe1-0/+1
2003-04-30More protection against recursive property settings.nyamatongwe1-16/+16
2003-04-29Removed hack that did not set the scroll bar when changing documents whichnyamatongwe1-4/+1
worked around a GTK+ 2 problem that is now fixed by using an extra window for the text.
2003-04-29Made Redraw only redraw the text area, not the scrollbars.nyamatongwe1-1/+3
2003-04-29Made DisplayCursor virtual so could be overridden by GTK+ platform code.nyamatongwe1-1/+1
2003-04-21New folding scheme that allows "} else {" to be a fold header.nyamatongwe2-251/+43
2003-04-18New methods for finding the next or previous position taking multi bytenyamatongwe2-24/+21
characters into account.
2003-04-18Added line end at end of file.nyamatongwe1-8/+8
2003-04-18Initial portable version.nyamatongwe1-0/+95
2003-04-18Initial portable version.nyamatongwe1-0/+256