php.smarty/src/org/netbeans/modules/php/smarty/editor/lexer/TplTopLexer.java
Thu, 03 Mar 2011 00:03:37 +0100 removing UI freezing by change of default Smarty delimiters
Fri, 14 Jan 2011 16:46:16 +0100 #194222 - CharSequence.toString.endsWith replaced by CharSequenceUtilities.endsWith
Tue, 15 Jun 2010 15:42:30 +0200 additional fix for #186979 and code completion substitution fix for ending delimiters and variable modifiers
Mon, 17 May 2010 11:02:04 +0200 #185824 - literal ending malfunction in {literal}}{/literal}
Mon, 17 May 2010 08:57:45 +0200 #185410 - Smarty strings/variables should not be parsed
Thu, 29 Apr 2010 15:05:29 +0200 improved speed of detecting SMARTY framework, #185175 - Slowness when using smarty "literal" function
Fri, 09 Apr 2010 19:09:01 +0200 support for custom delimiters, built infrastructure for PHP APIs and EditorKit
Mon, 22 Mar 2010 11:36:03 +0100 improved performance for bigger .tpl files
Thu, 18 Mar 2010 16:22:48 +0100 fixed SH after PHP tag and one letter LITERAL tags, improved but disabled CC for PHP embedded code
Wed, 17 Mar 2010 09:21:32 +0100 updated top-level lexer for accepting any custom delimiters
Thu, 11 Mar 2010 16:58:01 +0100 rewritten top-level lexer for better accepting of {php} and {literal} tags, prepared for custom delimiters
Mon, 08 Mar 2010 16:51:29 +0100 smarty comments and PHP tags moved into top-level lexer, improved recognizing of function arguments
Wed, 03 Mar 2010 14:43:42 +0100 rewrited, simplified EmbeddingProvider, recognized PHP variables for syntax highlighting
Mon, 01 Mar 2010 17:54:56 +0100 improved top-level TokenId and Lexer, added and registered file with colors and fonts for SH, added fake for low-level Lexer and EmbeddingProvider
Fri, 26 Feb 2010 16:56:29 +0100 first version of top level Lexer and TokenId, fixed registration of lexer in layer.xml