aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2002-07-29Added capability to work with multiple substitution lists in one file.nyamatongwe1-24/+57
2002-07-29Avoid Borland warning.nyamatongwe1-1/+1
2002-07-29Removed Scriptol lexer.nyamatongwe6-12/+2
2002-07-29Dropped as the Scriptol package not completely correct.nyamatongwe1-459/+0
2002-07-29Added the scintilla_vc6.mak makefile.nyamatongwe1-0/+1
2002-07-29INitial version from Simon Steele.nyamatongwe1-0/+328
2002-07-28Added new line cache validity level between invalid and positions correctnyamatongwe1-82/+147
for when some text or style may or may not have been changed. Allows optimization of the common case where a modification only changes the style of a small range of the document. Changed styling notifications to only include the range up to the last character that was actually modified. Full paint now paints all of the margins as well. Required to simplify handling of abandoned paints where styling causes fold markers to change. Tab key, in insert spaces mode, is treated as a single undo action.
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-3/+4
handling of abandoned paints where styling causes fold markers to change.
2002-07-28Added new line cache validity level between invalid and positions correctnyamatongwe1-1/+2
for when some text or style may or may not have been changed. Allows optimization of the common case where a modification only changes the style of a small range of the document.
2002-07-28Changed styling notifications to only include the range up to the lastnyamatongwe1-4/+7
character that was actually modified.
2002-07-28Changed Contains to do semi-includive bounds correctly.nyamatongwe1-2/+2
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-5/+5
handling of abandoned paints where styling causes fold markers to change.
2002-07-26Patch from John Ehresman to return false from styling operations whennyamatongwe2-10/+21
reentering causes styling to not be performed.
2002-07-24Added Visual MinGW.nyamatongwe1-0/+4
2002-07-23Removed unnecessary line layout cache invalidation.nyamatongwe1-11/+13
Fixed problem where wrap needed was moving the last wrapped line forward past lines that were not yet wrapped. Minor improvement to LineLayout to handle lines that only need a single display line which is the majority most of the time.
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+21
2002-07-21Initial version.nyamatongwe1-0/+459
2002-07-21Added Scriptol language.nyamatongwe5-2/+9
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+23
2002-07-20Documented Scintilla_DirectFunction.nyamatongwe1-2/+4
2002-07-20Module definition file ensures exported symbols use sensible names.nyamatongwe1-0/+2
2002-07-20Exporting direct calling function from DLLs.nyamatongwe3-8/+15
2002-07-20Added export libraries, *.exp, to list of unwanted temporary files.nyamatongwe2-2/+2
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