aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2007-01-03Remove [MSVC] compile-time warnings for "empty" controlled statement and ↵rdaneelolivaw2-7/+5
gboolean != bool
2007-01-02Added definition that stops MSVC from complaining about unsafe standard ↵nyamatongwe1-1/+1
string functions.
2007-01-02Separated the cell buffer into substance and style buffers.nyamatongwe9-149/+126
2007-01-01Major change to CellBuffer class with addition of Partitioning class and ↵nyamatongwe10-383/+607
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.
2006-12-31Fixed folding slowness when pasting a large amount of text on an empty line. ↵nyamatongwe2-2/+2
Does not propagate wgitespace flag onto new lines which made them subordinate. Setting a line visible in contraction state now only invalidates the data structure if line currently not visible.
2006-12-28Patch from Jason Haslam to optionally extend selection colour to left side whennyamatongwe7-0/+41
end of line selected.
2006-12-25Removed temporary mailing list.nyamatongwe1-4/+0
2006-12-19Patch from Stephan Deibel to disable the adaptive mouse wheel scrolling ↵nyamatongwe1-1/+10
algorithm on OS X because there the most common X11 server (Apple's) already includes an algorithm like this that ends up magnifying the magnifications.
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.rel-1-71nyamatongwe1-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