Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-15 | More non-ASCII safety. | nyamatongwe | 1 | -15/+14 | |
2007-10-15 | Safety with non-ASCII. | nyamatongwe | 1 | -1/+1 | |
2007-10-15 | Patch from Iago Rubio to allow </ inside a VB comment within HTML. | nyamatongwe | 1 | -0/+3 | |
2007-07-28 | Fix for bug #1762727. Use an int rather than char to hold character values | nyamatongwe | 1 | -46/+60 | |
as that is expected by CharacterSet. | |||||
2007-07-26 | XML script indicator is only active if only whitespace before it. | nyamatongwe | 1 | -1/+8 | |
2007-06-25 | Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts. | nyamatongwe | 1 | -12/+12 | |
2007-06-02 | Moving CharacterSet class into own header so can be used by more | nyamatongwe | 1 | -15/+20 | |
lexers. Updated LexCPP to match changes. Added use of CharacterSet to LexHTML. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2007-05-07 | Fix for bug #1709848 by Ariden01 allows folding of all tags in | nyamatongwe | 1 | -9/+22 | |
XML and only terminates script mode with script end tag rather than any tag in XML. | |||||
2007-03-16 | Using extra variable to simplify expressions. | nyamatongwe | 1 | -2/+3 | |
2007-03-14 | Fix bug #1680012 by not styling past range when PHP heredoc | nyamatongwe | 1 | -1/+1 | |
end encountered. | |||||
2007-02-28 | Fix bug #1670851 by checking that not trying to style backwards. | nyamatongwe | 1 | -1/+3 | |
2006-12-19 | Fix for comment terminating for ?> in VB ASP. | nyamatongwe | 1 | -0/+1 | |
2006-05-02 | Fix for bug #1476445. | nyamatongwe | 1 | -1/+1 | |
Changed extraction of language when a <? is found so that it doesn't look at the whole line but just after the <? for the case where PHP is used to fill in a script URL. | |||||
2006-02-23 | Recognise more scripting states as strings or comments that do not allow | nyamatongwe | 1 | -3/+20 | |
termination of server side scripts with "?>" or "%>". | |||||
2005-12-02 | Using isascii rather than < 0x80 as argument char, not int. | nyamatongwe | 1 | -1/+1 | |
2005-11-29 | Patch from Kein-Hong Man improves regular expression detection | nyamatongwe | 1 | -2/+27 | |
when disambiguating character on previous line or separated from '/' by a comment. Includes trailing lowercase regex flags in the regex style. | |||||
2005-11-15 | Fix negative fold levels caused by <?xml?> header tag. | nyamatongwe | 1 | -7/+6 | |
2005-10-08 | Terminate ASP scripting when a ?> is seen outside a string. This allows use | nyamatongwe | 1 | -1/+1 | |
with the Kid template language. | |||||
2005-08-30 | Added StyleBitsNeeded property and implemented to return 5 for all lexers | nyamatongwe | 1 | -5/+5 | |
except HTML, XML, ... (7) and Ruby (6). | |||||
2005-07-19 | Patch from Kamen Stanev allows <% inside PHP strings. | nyamatongwe | 1 | -1/+1 | |
2005-06-23 | Patch from Jakub allows there to be a space after '<<<' in PHP. | nyamatongwe | 1 | -0/+2 | |
2005-05-16 | Patch from Robert Roessler allows hexadecimal literals in PHP. | nyamatongwe | 1 | -1/+4 | |
2005-04-01 | PHPScript is for standalone PHP scripts not part of web pages. | nyamatongwe | 1 | -1/+18 | |
2005-03-03 | Deprecated SCLEX_PHP and SCLEX_ASP. | nyamatongwe | 1 | -0/+1 | |
2005-03-03 | Fix from Iago Rubio to make the text <!--> start a comment but not end it. | nyamatongwe | 1 | -5/+6 | |
2005-03-01 | Patch from Iago Rubio to fix problem with end of script detection. | nyamatongwe | 1 | -33/+40 | |
Extracted into a function some common code for copying from document into a string for checking and changed to use safer lower casing. | |||||
2005-02-07 | Fix for three bugs from Iago Rubio. Mailing list thread "Scite ↵ | nyamatongwe | 1 | -3/+11 | |
HTML/ASP/JScript again". | |||||
2004-10-29 | Patch from Iago Rubio to allow <?xml to be included inside strings | nyamatongwe | 1 | -1/+2 | |
without triggering xml recognition. | |||||
2004-07-23 | Patch from Jakub Vrana to allow 'e' inside numbers in PHP. | nyamatongwe | 1 | -3/+3 | |
2004-05-02 | Fix for folding of PHP when braces inside strings. | nyamatongwe | 1 | -0/+2 | |
2004-03-02 | Patches from Jakub for PHP complex variables and here docs. | nyamatongwe | 1 | -5/+36 | |
2004-02-26 | PHP variables inside strings. | nyamatongwe | 1 | -3/+16 | |
2003-07-27 | Made safe with non-ASCII data by guarding is* calls with isascii. | nyamatongwe | 1 | -15/+17 | |
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 1 | -1/+1 | |
2003-01-27 | Patch from Steve Schoettler for case sensitive tags. | nyamatongwe | 1 | -10/+13 | |
2002-11-28 | Patch from Bernd Kreuss to optionally turn off folding of preprocessing | nyamatongwe | 1 | -29/+59 | |
tags. | |||||
2002-11-23 | Fix to PHP folding from Bernd. | nyamatongwe | 1 | -3/+3 | |
2002-11-17 | Fixed warnings. | nyamatongwe | 1 | -4/+4 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 1 | -16/+26 | |
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-06-08 | Stopped switching out of JavaScript state when </ inside regex. | nyamatongwe | 1 | -0/+1 | |
2002-04-22 | Script tag recognised in XML mode. | nyamatongwe | 1 | -1/+3 | |
2002-04-03 | Patch from Brian Quinlan to include metdata about keyword lists within | nyamatongwe | 1 | -4/+14 | |
lexers. | |||||
2002-02-20 | Patch from Steve to fix SGML handling and to be more type safe. | nyamatongwe | 1 | -28/+37 | |
2002-02-12 | Made LexerModule objects not be const again as that was impairing static | nyamatongwe | 1 | -4/+4 | |
linking. | |||||
2002-02-12 | Made lexer objects const so they do not show up in map as static / globals. | nyamatongwe | 1 | -8/+8 | |
File specific inline functions marker as static to ensure no bad linking. | |||||
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-14 | Made buffer for PHP keywords larger as some of the predefined functions | nyamatongwe | 1 | -2/+2 | |
have long names. | |||||
2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -4/+4 | |
2001-11-15 | Fixed warnings from Borland. | nyamatongwe | 1 | -3/+3 | |