Lines Matching refs:style

23   -  Code style update by avoiding create_function (cweiske)
92 - Allow for global setup of all keyword and comments style at once using '*' (BenBE)
288 * Added support for ::-style labels as comments (SF#2947393, BenBE)
359 * Fixed escape char regexp for C-style languages (BenBE)
378 - Added a possibility to allow setting the style for escape characters (BenBE)
415 * Minor style changes in COBOL to improve loading performance (BenBE)
439 * Implemented C-style Escapes in PHP (BenBE)
440 * Introduced support for \xAB and \007 style Char Escapes in PHP (BenBE)
456 - Minor style changes to the following languages:
520 - Added support for external style information files to override language defaults without modifying language files (BenBE)
573 - Second part of default style changes. Affected in this release:
593 - Fixed missing style information for ocaml language file (The_PHP_Jedi)
595 miss style information (The_PHP_Jedi, BenBE)
624 - Lots of other minor optimizations based on coding style improvements (Milian Wolff)
676 - Add possibility to handle more than one extra line style (SF #1698255, German Rumm, BenBE)
733 - Changed code style of geshi.php, and removed tabs
778 isn't used. Added a style for multiline comments.
787 - Minor style improvements to matlab
835 - Removed unnecessary keyword style index from ini
837 - Removed unnecessary regex style index from blitzbasic
903 - Bugfix: the line style for non-fancy lines when fancy highlighting is enabled
912 - Changed file comments to use phpdoc syntax, and changed code style to be more
1025 - Bug where spans had two quotes at the end of the attributes fixed (ie. <span style=".."">)