aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2006-12-19Fix for comment terminating for ?> in VB ASP.nyamatongwe1-0/+1
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe11-2/+411
2006-12-12Corrected comment about LineLength.nyamatongwe1-1/+1
2006-12-11Updated Python version needed.nyamatongwe1-3/+3
2006-12-07Fixed problem on Solaris where "LATIN1" wasn't supported by iconv so typing haduid229441-1/+1
no effect.
2006-12-03Message about mailing lists.nyamatongwe1-0/+4
2006-11-22Michael Cartmell assigned copyright to me.nyamatongwe1-6/+2
2006-11-13Feature request #1593709 adds colouring for strings, both single and double ↵nyamatongwe1-2/+2
quoted.
2006-10-29Fix infinite loop when GetColumn called with position beyond end of text.nyamatongwe1-0/+2
2006-10-28Patch from Bob M to handle \\ at end of string.nyamatongwe1-9/+17
2006-10-17Added ECMerge.nyamatongwe1-0/+5
2006-10-17More for !if.nyamatongwe1-0/+3
2006-10-17Armel Asselin contributed a feature that adds the flag SC_STARTACTION tonyamatongwe6-22/+44
modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack.
2006-10-17Patch from Kein-Hong Man properly handles + or - as operators in numbersnyamatongwe1-1/+4
like 1+2.
2006-10-16Fold on !if.nyamatongwe1-3/+3
2006-09-23Credit.nyamatongwe1-0/+1
2006-09-23Modification from Eric Promislow / ActiveState to display interpolatednyamatongwe1-48/+220
strings as expressions and handle ?<ch> as a numeric value.
2006-09-20Credit.nyamatongwe1-0/+1
2006-09-18Update from Piotr Smyrak stops over flow.nyamatongwe2-2/+2
New image because Bryce 5 is freely downloadable.
2006-09-09Credit.nyamatongwe1-0/+1
2006-09-09Patch from Snow that avoids hang with file that ends with %%.nyamatongwe1-2/+4
2006-09-06Fix for bug 1552707 where doc keywords in line comments caused incorrectnyamatongwe1-2/+2
folding levels.
2006-09-01Matching now works for single character strings.nyamatongwe1-0/+2
2006-08-22Added key code for the right hand side Windows key.nyamatongwe4-2/+7
2006-08-22Removed mentioned of drag and drop change as that was not committed.nyamatongwe2-4/+4
2006-08-22Changed default drag action to move.nyamatongwe1-4/+7
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe4-0/+10
SCK_MENU so that these keys don't commands associated with their values ('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is mapped on Windows it executes both the mapped command and shows the context menu. Called "Win" and "Menu" in SciTE but only "Win" documented.
2006-08-20Updated blurb.nyamatongwe1-1/+2
2006-08-18Added information on modifications.nyamatongwe1-1/+43
2006-08-17Updated version numbers.nyamatongwe5-48/+30
2006-08-17Changes to horizontal scrolling.nyamatongwe1-13/+19
Patch from Stephan Deibel handles left/right scroll events. Changed horizontal page and step increments to be more useful.
2006-08-12Commented out assertion that stopped reporting of other assertions.nyamatongwe1-1/+2
2006-08-12Made some of the calls to ctype functions safer by checking isascii first.nyamatongwe1-21/+18
2006-08-12Identifiers allowed to contain UTF-8.nyamatongwe1-15/+26
2006-08-12Allow '$' in idnetifiers can be turned off with lexer.cpp.allow.dollars=0.nyamatongwe1-28/+56
SetOfCharacters class simplifies handling sets of characters.
2006-08-11Patch from Kein-Hong Man :nyamatongwe1-3/+19
* check for & and not && for bareword disambiguation * improved lexing for variables starting with '::'
2006-08-09Support for Thai.nyamatongwe1-2/+2
2006-08-09Fix for bug 1530313.nyamatongwe1-7/+7
2006-07-27Removed credit as real name already there.nyamatongwe1-1/+0
2006-07-26Use current set of word characters when picking the current word fornyamatongwe1-0/+1
commands such as Find.
2006-07-20Treat all characters >= 0x80 as word characters. This allows non-ASCIInyamatongwe1-2/+2
identifiers in Java to be treated as identifiers.
2006-07-20Added line and position to SCN_DOUBLECLICK notification.nyamatongwe2-4/+7
2006-07-19Credit.nyamatongwe1-0/+1
2006-07-19Fix for bug 1523787.nyamatongwe1-2/+10
2006-06-24If opening a converter in transliterations mode fails, try opening withoutnyamatongwe1-10/+21
transliterations.
2006-06-21Fix for bug 1508641.nyamatongwe1-2/+2
2006-06-18Updated for 1.70.nyamatongwe2-3/+27
2006-06-18Patch from Robert Roessler to support DROPFILES_DND as equivalent formatnyamatongwe1-1/+4
to text/uri-list.
2006-06-15Updating for 1.70.nyamatongwe5-13/+29
2006-06-15Only allow setting the code page to valid values.nyamatongwe4-2/+17