aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2005-07-19Patch from Kamen Stanev allows <% inside PHP strings.nyamatongwe1-0/+1
2005-07-18RBR - make documented SC_SEL_* values match actually defined ones.rdaneelolivaw1-4/+4
2005-07-18Support for Cyrillic code page 1252 on GTK+.nyamatongwe1-0/+1
2005-07-18Support for Cyrillic code page 1252 on GTK+.nyamatongwe1-0/+1
2005-07-18Support for Cyrillic code page 1252 on GTK+.nyamatongwe1-0/+4
2005-07-18Fix for bug #1239832 where typing in overstrike mode was undone in twonyamatongwe1-0/+6
steps rather than one.
2005-07-14Fixed up and down button handling so they work when not on first line ofnyamatongwe1-2/+2
calltip.
2005-07-14Fixed up and down button handling so they work when not on first line ofnyamatongwe1-15/+12
calltip.
2005-07-12Patch from Kein-Hong Man improves performance.nyamatongwe1-86/+113
2005-07-08Patch from Kein-Hong Man to disambiguate bareword and keywords.nyamatongwe1-50/+60
2005-07-08Patch #1234222 for EM_EXSETSEL.nyamatongwe1-1/+1
2005-07-08MINGW GCC 3.4 warns about using char as subscript so added command linenyamatongwe1-1/+1
argument to disable the warning as is already done for GTK+ compilations.
2005-07-08Patch from Michael Cartmell improves string parsing and reduces number ofnyamatongwe1-323/+241
states.
2005-07-08Patch from Michael Cartmell improves string parsing and reduces number ofnyamatongwe2-62/+38
states.
2005-07-03A set of patches from Kein-Hong Man to improve handling of barewords,nyamatongwe1-144/+274
numbers, special variables, and here documents.
2005-06-30Patch from Kein-Hong Man fixes folding lines starting with '#' that are notnyamatongwe1-77/+81
comments and to correctly fold a pod after __END__.
2005-06-30Credit.nyamatongwe1-0/+1
2005-06-29In error list lexer, detect lines that start with "+++ " as diff messagesnyamatongwe1-4/+10
rather than additions.
2005-06-29Prevent reentance of styling which could occur when a styler added a foldnyamatongwe1-0/+2
point and this caused a search for subordinate lines which then tried to style further.
2005-06-29Prevent reentance of styling which could occur when a styler added a foldnyamatongwe1-8/+17
point and this caused a search for subordinate lines which then tried to style further.
2005-06-27Changed list box maximum size calculation to take scroll bar width andnyamatongwe1-1/+3
image width into account which may help avoid truncation when using some fonts.
2005-06-23Patch from Jakub allows there to be a space after '<<<' in PHP.nyamatongwe1-0/+2
2005-06-21Credit.nyamatongwe1-0/+1
2005-06-21Patch from Ben Harper enables autocompletion lists to display on anyamatongwe1-4/+14
secondary monitor above or to the left of the main monitor.
2005-06-20Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENTnyamatongwe1-7/+100
states and a second keyword set.
2005-06-20Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENTnyamatongwe3-0/+9
states and a second keyword set.
2005-06-16Fixes to folding in Scintilla and SciTE as described in Bug #1219354.nyamatongwe1-0/+5
2005-06-15When inserting text, the needshown notification is made for a 0 lengthnyamatongwe1-1/+1
range so that only the insertion point is unfolded. Previously the length of the insertion was used but that range is not yet in the document.
2005-06-10Patch from Kein-Hong Man improves folding.nyamatongwe1-27/+49
2005-06-10Patch from Kein-Hong Man improves folding.nyamatongwe1-14/+27
2005-06-09Avoid uninitialised fields warnings from GCC 4.nyamatongwe2-0/+5
2005-06-07Patch from Blair McGlashan fixes failure to display autocompletion listnyamatongwe1-1/+1
text on original Windows XP.
2005-06-07Added virtual destructor to avoid warning from GCC 4.nyamatongwe1-0/+2
2005-06-07Moved increment out of statement to avoid potential uncertain orderingnyamatongwe1-1/+2
warning from GCC 4.
2005-06-07Added virtual destructor to avoid warning from GCC 4.nyamatongwe1-0/+2
2005-06-07Added virtual destructor to avoid warnings from GCC 4.nyamatongwe1-0/+3
2005-06-07Commented out currently unused size measurement string.nyamatongwe1-2/+4
Hiding sizing measurement string with ifdef except when used.
2005-06-06Updated release date.nyamatongwe2-3/+3
2005-06-06Removal of fold.comment.python.nyamatongwe1-0/+3
2005-06-06Fixed line end.nyamatongwe1-1/+2
2005-06-04RBR - "Modernization": optimize for SIZE, P6 arch, MT (no C runtime req)rdaneelolivaw1-5/+5
2005-06-04Checked mail since last release.nyamatongwe1-0/+3
2005-06-04Updated file sizes.nyamatongwe1-1/+1
2005-06-04Updated sizes.nyamatongwe2-2/+3
2005-06-04Addition of SCE_PL_POD_VERB by Kein-Hong Man.nyamatongwe3-12/+25
2005-06-04RBR - Added descriptions for the GetProperty* functions from Robert Roessler.rdaneelolivaw1-1/+33
2005-06-04Updating for 1.64 release.nyamatongwe5-14/+107
2005-06-03GetProperty* methods from Robert Roessler.nyamatongwe3-0/+39
2005-06-03Fixed bug 1214067 Alt+Shift+Click not displaying rectangular selectionnyamatongwe1-0/+1
fully by setting rectangular range in mouse down processing. Hoisted this code into new method SetRectangularRange as used in 4 places.
2005-06-03Fixed bug 1214067 Alt+Shift+Click not displaying rectangular selectionnyamatongwe1-12/+11
fully by setting rectangular range in mouse down processing. Hoisted this code into new method SetRectangularRange as used in 4 places.