aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22Folding patch from Bruce Dodson that does not fold header comments withnyamatongwe1-20/+26
the previous block.
2002-11-22More of the icons in autocompletion patch.nyamatongwe1-4/+21
2002-11-21pragma to avoid MSVC warning.nyamatongwe1-0/+5
2002-11-21Protect against foreach over null pointer.nyamatongwe1-2/+4
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe8-49/+143
2002-11-21Added CSS lexer.nyamatongwe1-0/+3
2002-11-21Update from Shen to fix the wrong folding with TYPE defining and wrongnyamatongwe1-17/+33
color highlighting with continucated lines in some cases.
2002-11-21Added copy constructor and operator= to avoid blind copy of XPM pointernyamatongwe1-0/+15
leading to problems when double freed.
2002-11-20Added Computer Science Lab.nyamatongwe1-0/+4
2002-11-20Changed default layout caching to just the caret line.nyamatongwe1-1/+1
2002-11-19Protect against null pointer dereference when out of memory.nyamatongwe1-1/+3
2002-11-19Using strncpy to avoid crashes with long font names.nyamatongwe1-14/+14
2002-11-17Fixed warnings.nyamatongwe2-14/+14
2002-11-17Large update by Greg Smith.nyamatongwe1-1437/+3104
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe15-20/+334
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-11-15Fix to lines in make files that start with "=".nyamatongwe1-6/+8
2002-11-08Patch to add fold level boxing from Wilhelm Pflueger.nyamatongwe4-30/+332
2002-11-08Copy list type into notification listType for SCN_USERLISTSELECTION.nyamatongwe1-1/+2
2002-11-04phpSciTE is for Windows.nyamatongwe1-2/+2
2002-11-04Added link to phpSciTE.nyamatongwe1-0/+5
2002-11-02Added Instant Source.nyamatongwe1-1/+5
2002-11-01Added RAD.On++.nyamatongwe1-0/+4
2002-11-01Updated.nyamatongwe1-4/+12
2002-11-01AppendText documented.nyamatongwe1-0/+6
2002-11-01Removed items that are done.nyamatongwe1-32/+29
2002-11-01Updated download sizes.nyamatongwe1-2/+2
2002-11-01Updated date. Added blurb.nyamatongwe1-3/+4
2002-11-01Updated.nyamatongwe1-1/+1
2002-11-01More updates.nyamatongwe1-0/+3
2002-11-01MARKERDEFINEPIXMAP.nyamatongwe1-0/+6
2002-10-31Added Unicode on GTK+ section.nyamatongwe1-2/+16
2002-10-31Added updates for 1.49.nyamatongwe1-1/+89
2002-10-31Added mention of .dsp files being unsupported.nyamatongwe1-1/+4
2002-10-27Updating version number to 1.49.nyamatongwe5-12/+25
2002-10-26Fixed bug when appending one SString to another with +=.nyamatongwe1-1/+1
2002-10-26Update from Shen to handle continuation.nyamatongwe1-29/+49
A couple of warnings fixed.
2002-10-26Patch from Philippe to handle tabs and spaces in preprocessor linesnyamatongwe1-1/+1
correctly.
2002-10-26Patch from Philippe to handle block comments, and the deep nesting ofnyamatongwe1-17/+48
strings and block comments.
2002-10-26Using unsigned ints because of change to StyleContext.nyamatongwe1-4/+4
2002-10-26Patch from Philippe to hoist getting of next char into method, add anyamatongwe2-30/+35
Forward(n) method and use unsigned integers for positions.
2002-10-26Made credit styles not exceed 127 to avoid weirdness.nyamatongwe1-0/+1
Added credit.
2002-10-26Patch from Jakub Vrána to recognise PHP errors.nyamatongwe3-0/+4
2002-10-26Added some wx projects.nyamatongwe1-0/+9
2002-10-24Deprecated features protected by #ifdef.nyamatongwe1-0/+6
2002-10-22Added #include Platform.h to avoid compiler warnings.nyamatongwe1-0/+2
2002-10-21Added credit.nyamatongwe1-0/+1
2002-10-21Folder added for Perl by Martin Steffensen.nyamatongwe1-1/+56
2002-10-15Keyboard redefinition feature added by Ryan Christianson.nyamatongwe1-0/+1
2002-10-12Fixed some tab timmy problems when files use line feeds as line ends.nyamatongwe1-2/+18
2002-10-11Patch from Shane that adds a font cache on GTK+.nyamatongwe3-38/+54