aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2005-02-07Changed language from "forces" to "requests" because anyamatongwe1-1/+1
lexer may decide to defer styling.
2005-02-07Clarified SCN_KEY.nyamatongwe1-2/+2
2005-02-06A potential fix for bug reported to Scintilla mailing list "folding + undo = ↵nyamatongwe1-5/+1
problem". It changes the the deletion of lines of fold information to remove the line being deleted rather than the previous line. The deletion of the previous line looks like an attempt to avoid losing folding information when a line is deleted.
2005-02-06Removed BlitzBasic lexer as this will be incorporated intonyamatongwe9-226/+12
main Basic lexer.
2005-02-06Exits from dwell by firing SCN_DWELLEND when scroll performed.nyamatongwe2-0/+3
2005-02-04Exits from dwell by firing SCN_DWELLEND when scroll performed.nyamatongwe1-0/+3
2005-02-04Patch from Jakub Vrana to upgrade CSS support to CSS2.nyamatongwe1-2/+24
2005-02-04Patch from Jakub Vrana to upgrade CSS support to CSS2.nyamatongwe2-0/+2
2005-02-04Added BlitzBasic lexer and properties file.nyamatongwe10-12/+227
2005-02-04Avoid performing any actions when inserting a 0 length string.nyamatongwe1-8/+12
Added an undo action around setting line indenation so it is undone together.
2005-02-04Changed requisition height to be screen height so containers withnyamatongwe1-1/+1
no sizing policy are not expanded too far beyond screen bounds.
2005-02-03Removed old problem that no longer occurs.nyamatongwe1-4/+0
2005-02-03Added argument to SCI_SETSELECTIONMODE.nyamatongwe1-2/+2
2005-02-03Patch from Josiah Reynolds to prevent backwards searches fromnyamatongwe1-1/+3
matching when the search string extended beyond the end of the search range.
2005-02-02Added friend declaration so that wx copy of Platform.h does notnyamatongwe1-0/+1
need to be altered.
2005-02-02Added GLIntercept.nyamatongwe1-0/+5
2005-02-02Applied warning avoidance patch from SourceForge bug reportnyamatongwe1-1/+1
1080091.
2005-02-02Applied warning avoidance patch from SourceForge bug reportnyamatongwe1-1/+2
1080091.
2005-02-02Applied warning avoidance patch from SourceForge bug reportnyamatongwe1-2/+4
1080091.
2005-02-02Patch from Naba fixes crash on 64 bit platforms.nyamatongwe1-1/+1
2005-02-02Patch from Naba fixes crash on 64 bit platforms.nyamatongwe1-2/+2
2005-02-02Credit.nyamatongwe1-0/+1
2005-02-02Modification to avoid triggering document comment keywordnyamatongwe1-2/+5
unless preceded by space or '*'. This prevents email addresses from highlighting like document comment keywords.
2004-12-03Credit.nyamatongwe1-0/+1
2004-12-03Safest portion of patch from Régis Vaquette to allow compilationnyamatongwe2-8/+8
for Windows CE. Changes literal strings to have TEXT() so convert to Unicode when comiling for Windows CE.
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe1-1/+0
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe1-1/+0
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe1-1/+0
2004-12-03Patch from Regis Vaquette to allow compilation for Windows CE.nyamatongwe3-3/+6
2004-12-03Patch from Blair McGlashan to handle WM_PRINTCLIENT.nyamatongwe1-2/+37
2004-12-02Added Delphi Scintilla Interface Components.nyamatongwe1-0/+5
2004-11-21Moved RAD.On++ link.nyamatongwe1-1/+1
2004-10-31Updated sizes.nyamatongwe1-2/+2
2004-10-31Added lua scripting changes from Bruce.nyamatongwe1-1/+12
2004-10-31Added blurb for 1.62.nyamatongwe1-1/+2
2004-10-29Additions.nyamatongwe1-0/+8
2004-10-29Patch from Iago Rubio to allow <?xml to be included inside stringsnyamatongwe1-1/+2
without triggering xml recognition.
2004-10-25Added missing lexers.ssteele1-0/+8
2004-10-24Added 1.62 changes.nyamatongwe1-1/+189
2004-10-24Switching version number to 1.62.nyamatongwe5-48/+31
2004-10-24Patch from Stephan Deibel to handle autocompletion for wordsnyamatongwe1-2/+2
longer than 1000 characters.
2004-10-16VHDL lexer contributed by Phil Reid.nyamatongwe3-1/+7
2004-10-16VHDL lexer contributed by Phil Reid.nyamatongwe1-0/+473
2004-10-16VHDL lexer contributed by Phil Reid.nyamatongwe6-1/+40
2004-10-05Code page information.nyamatongwe1-0/+4
2004-10-04Patch from Carsten Sperber that colours line ends on commentnyamatongwe2-3/+4
and preprocessor lines in STYLE_DEFAULT rather than colouring first byte of line end in line style.
2004-10-03Patch from Stephan Deibel for GTK+ that makes rectangularnyamatongwe1-9/+12
selection use Alt rather than Ctrl on Windows so that it follows the platform convention.
2004-10-03Patch from Shane Caraveo for GTK+ 2 to make finishingnyamatongwe1-5/+10
autocomplete with a prefix not matching any item in the list not cause the prefix to be deleted.
2004-10-03Anonymous patch to use base fold level for properties files andnyamatongwe1-9/+30
the start of reg files before first [header] line.
2004-09-27Fix for bug 1025190 where a whole word find would match onnyamatongwe1-1/+1
a word at the end of the file despite the word having an additional non-matching letter.