aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2002-07-17Patch from John Ehresman to convert clipboard text to use the line endings ↵nyamatongwe1-49/+70
of the document.
2002-07-17Remove *.res from files zipped.nyamatongwe1-1/+1
2002-07-16Removed dead code.nyamatongwe1-3/+0
2002-07-14Added credit.nyamatongwe1-0/+1
2002-07-11Patch from Philippe to improve caret policy.nyamatongwe5-654/+1013
2002-07-07Using ContainerClass everywhere as the parent class of Scintilla rathernyamatongwe1-1/+1
than Fixed.
2002-07-07Made compatible with either GTK+ 1.x or GTK+ 2.x.nyamatongwe2-6/+26
2002-07-06Made static as that seemed to be done by GTK+ 2 code.nyamatongwe1-1/+1
2002-07-05Removed check that is now redundant.nyamatongwe1-1/+1
2002-07-05Added check in ScintillaBase::Context menu to stop popup when featurenyamatongwe1-12/+14
turned off. This check had been in the platform layer.
2002-07-05Take no action for SCI_GETTEXT with wParam == 0.nyamatongwe1-0/+2
2002-07-05Documented the incorrect values of SCEN_SETFOCUS and SCEN_KILLFOCUS.nyamatongwe2-1/+6
2002-07-05Moved new entries to top.nyamatongwe1-9/+9
2002-07-05Fix for Wing.nyamatongwe1-1/+1
2002-07-05Added new related projects and updates some others.nyamatongwe1-5/+13
2002-06-19TextHeight feature contributed by Josh Wingstrom.nyamatongwe5-3/+12
2002-06-13Added -Os space optimization compiler option.nyamatongwe1-1/+1
2002-06-12Patch from Gilles to make non debug targets force linking of lexers.nyamatongwe1-3/+5
2002-06-11Two enumerations incorrectly specified with "val".nyamatongwe1-2/+2
2002-06-10Avoid continuation lines due to hassles with old GCC.nyamatongwe1-3/+1
2002-06-09Compatibility with 64 bit systems.nyamatongwe2-10/+32
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-3/+3
2002-06-09Compatibility with 64 bit systems.nyamatongwe5-3/+14
2002-06-09Choose compile options that are more compatible with standard C++.nyamatongwe1-1/+1
2002-06-09Avoid type size warnings.nyamatongwe1-2/+1
2002-06-09Using lenpos_t to avoid typing problem.nyamatongwe1-1/+1
2002-06-08Added Olivier to credits.nyamatongwe1-0/+1
2002-06-08Changed autocompletion fill up character handling to ensure the fill up ↵nyamatongwe2-8/+13
character is added separately and is seen as a char added notification so that calltips can be shown.
2002-06-08Patch from Philippe to fix multiline string handling.nyamatongwe1-10/+12
2002-06-08Patch from Philippe to handling line continuation to suit Macintosh format ↵nyamatongwe1-6/+4
files.
2002-06-08Stopped switching out of JavaScript state when </ inside regex.nyamatongwe1-0/+1
2002-06-04Documented macro recording a bit.nyamatongwe1-2/+6
2002-05-28Credit Gerhard.nyamatongwe1-0/+1
2002-05-27Removed nonFuncChar as no longer used.nyamatongwe1-4/+0
2002-05-21Changed from GetTickCount to GetMessageTime as that retieves the time the ↵nyamatongwe1-2/+2
mouse was clicked rather than the current time and there may have been a delay.
2002-05-20Fold #if as well as #region but require fold.preprocessor property to be set ↵nyamatongwe1-3/+4
to allow folding preprocessor directives.
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a ↵nyamatongwe5-15/+25
document. Moved IsASpaceOrTab into StyleContext header.
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a ↵nyamatongwe2-0/+2
document. Moved IsASpaceOrTab into StyleContext header.
2002-05-18Folding implemented for fold comments //{..//} and C# #region..#endregion.nyamatongwe1-0/+36
2002-05-11Fixed spelling.nyamatongwe1-1/+1
2002-05-10Updated download size.nyamatongwe1-1/+1
2002-05-09Added credit.nyamatongwe1-0/+1
2002-05-09Provided comment for 1.46.nyamatongwe1-1/+3
2002-05-09Updated changes.nyamatongwe1-4/+11
2002-05-09Documented parameter.nyamatongwe1-1/+1
2002-05-08Changes for 1.46.nyamatongwe1-0/+101
2002-05-08Added VS.NET files.nyamatongwe1-0/+3
2002-05-08Updated version number to 1.46.nyamatongwe5-13/+25
2002-05-08Added a reference to Practival Ruby.nyamatongwe1-0/+4
2002-05-07Clear all does not clear the contractionstate if in read-only mode.nyamatongwe1-1/+3