aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2005-07-28Update from Filip Yaghob includes folder.nyamatongwe1-35/+65
2005-07-27RBR - update description of SCI_GETLINEENDPOSITION to match reality.rdaneelolivaw1-7/+5
2005-07-26Getting ready for 1.65.nyamatongwe5-14/+30
2005-07-26moved styling reentrance protection to avoid problems when triggerednyamatongwe1-37/+38
internally as was occurring for HTML leading to assertion failures.
2005-07-23Patch from Bruce Doson fixes folding of elseif.nyamatongwe1-1/+3
2005-07-22Ensure DCs are emptied of non-stock, non-default objects before they arenyamatongwe1-0/+2
released to keep BoundsChecker happy.
2005-07-22Ensure DCs are emptied of non-stock, non-default objects before they arenyamatongwe1-1/+4
released to keep BoundsChecker happy.
2005-07-22Ensure all pixmaps released.nyamatongwe1-0/+1
2005-07-22Ensure down arrow works for initial call.nyamatongwe1-6/+5
2005-07-22Patch from Steve Menard improves batch file lexing, recognizing morenyamatongwe2-67/+376
builtin syntax.
2005-07-22Support for FreeBasic.nyamatongwe1-0/+1
2005-07-22Addition from Elias Pschernig supports FreeBasic.nyamatongwe1-4/+43
2005-07-22Addition from Elias Pschernig supports FreeBasic.nyamatongwe2-0/+2
2005-07-19Patch from Kamen Stanev allows <% inside PHP strings.nyamatongwe1-1/+1
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