aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2001-01-13Comment lines at end of JavaScript now allow end: //--></script>nyamatongwe1-2/+16
Handle non-inline scripts that use the src attribute. Multiple line tags are read fully - previously seeked back to beginning of tag but used the original length rather than adding the characters moved over. XML end tags: /> detected correctly in simple <tag/> case.
2001-01-10Patch from Steffen to clean up quote handling in a class.nyamatongwe1-78/+71
2001-01-06Patch from Steffen to separate long quote into qq, qz, qr, and qw states.nyamatongwe1-5/+20
2001-01-05Patch from Eric to fix bug in file ops.nyamatongwe1-1/+1
2001-01-04Fixed some warnings.nyamatongwe2-2/+1
2001-01-04Patch from Eric Promislow to treat file test operators like keywords.nyamatongwe1-33/+52
2001-01-04Dropped unused parameter to avoid warning.nyamatongwe1-1/+1
2001-01-04Reformatted.nyamatongwe1-31/+28
2001-01-04Unused SString::npos removed.nyamatongwe1-2/+0
2001-01-02From Philippe.nyamatongwe1-43/+116
More batch file features are recognised when NEW_BATCH defined. Make lexer understands variables, operators, and preprocessor.
2001-01-02Philippe added % and : operators and support for initial # line.nyamatongwe1-2/+10
2001-01-02Addition of SCE_C_COMMENTLINEDOC by Philippe.nyamatongwe1-2/+7
2000-12-28Tweak to display the last character on a line correctly if it is italics.nyamatongwe1-1/+8
2000-12-21Patch from James for SetVisiblePolicy.nyamatongwe2-0/+29
2000-12-19Perl updated.nyamatongwe2-163/+131
If property line has no '=' it is treated as '=1'.
2000-12-17Added Laurent's User List.nyamatongwe2-1/+23
2000-12-14Patch from Steffen for quotes in SCE_PL_LONGQUOTE.nyamatongwe1-0/+4
2000-12-10Removed file IO code from PropSet to SciTE.nyamatongwe1-74/+4
Updated make files to know about SString being moved into its own header.
2000-12-07Steffen removed SCE_PL_REF state.nyamatongwe1-5/+0
2000-12-07Fix from ActiveState for PODs at start of document.nyamatongwe1-17/+18
2000-12-01Patch from Steffen for treating % as an operator more often.nyamatongwe1-4/+6
2000-11-30Patch from ActiveState for better clipboard handling.nyamatongwe1-3/+8
2000-11-30Patches from Stephan to slow down autoscrolling, exposednyamatongwe2-61/+79
MoveCaretInsideView as part of the API and did some other work on macros.
2000-11-26Patches from Philippe to improve Lua lexer, handle '\' continuationnyamatongwe3-247/+241
at end of line inside strings and to allow 5 digit line numbers when printing.
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe2-0/+48
2000-11-21Steffen's patch for here documents.nyamatongwe1-32/+160
2000-11-16Line mode selection forces stream selection instead of rectangularnyamatongwe1-0/+1
selection.
2000-11-12John's patch to handle Unicode u", raw r", and Unicode raw ur" strings.nyamatongwe1-34/+100
2000-11-08Patch from Steffen for regex.nyamatongwe1-4/+14
2000-11-08Clipping redraw rectangles to client rectangle in Editor::RedrawRect.nyamatongwe1-1/+15
2000-11-08Changed keystroke handling so that GTK+ stops keys that are mapped tonyamatongwe2-4/+9
commands which allows them to propogate up to containers rather than requiring explicit propogation.
2000-11-08Added Pascal Lexer.nyamatongwe1-1/+0
2000-11-08Initial version by Laurent le Tynevez.nyamatongwe1-0/+208
2000-11-06Fix from laurent so binary search works when ignoring case.nyamatongwe1-2/+2
2000-11-06Fix from Steve for handling '\' in PHP strings.nyamatongwe1-1/+4
2000-11-05Avoid scrolling when mouse down near right margin and scolled to left.nyamatongwe1-6/+2
2000-11-03Smoother EnsureCaretVisible from Stephan.nyamatongwe1-38/+41
2000-11-03Shift+Tab when selection on one line moves cursor backwards to tab stopsnyamatongwe1-12/+23
just as it does in VC++.
2000-11-01Ahmad's Apache CONF lexer.nyamatongwe1-0/+179
2000-11-01Change from Stephan to scroll to horizontal 0 position when possible.nyamatongwe1-2/+13
2000-10-27Added support for JavaScript regular expressions.nyamatongwe2-4/+50
2000-10-16Merged Jason's WordPart left and right movement patch.nyamatongwe3-0/+107
2000-10-13Made whole word searching work again.nyamatongwe1-1/+1
2000-10-13Fix from Peter to make tab key fill up to tab stop when using spaces.nyamatongwe1-2/+6
2000-10-06Patch from Mark for SCN_PAINTED notification at end of painting.nyamatongwe2-45/+62
2000-10-06Added call to NotifyMove in MovePositionTo to cause SCN_POSCHANGED to benyamatongwe1-0/+1
sent.
2000-10-06patch from John Ehresman to autocompletion when cancelAtStartpos is falsenyamatongwe1-25/+13
and user backspaces into pre-existing text.
2000-10-05Made SCI_SETCURSOR take effect immediately.nyamatongwe1-0/+1
2000-10-05SetCursor implemented.nyamatongwe2-8/+24
2000-10-05Mouse capture doesn't always call ::GetCapture.nyamatongwe2-17/+34
Better line selection handling.