@@ -15,6 +15,7 @@ h3. General changes
15
15
* *NEW*: The new Diff scanner colorizes code inside of the diff, and highlights inline changes.
16
16
* *NEW*: Extended support and usage of HTML5 and CSS 3 features.
17
17
* *NEW*: Direct Streaming
18
+ * *CHANGED*: Token classes (used as CSS classes) are readable names; breaks you stylesheet!
18
19
* *IMPROVED* documentation
19
20
* *IMPROVED* speed: faster startup (using @autoload@), scanning, and encoding
20
21
* *IMPROVED* Ruby 1.9 encodings support
@@ -103,7 +104,7 @@ The HTML encoder was cleaned up and simplified.
103
104
* *ADDED* support for @:line_number_anchors@.
104
105
See "#208":http://redmine.rubychan.de/issues/208.
105
106
* *CHANGED* the default style to @:alpha@.
106
- * *CHANGED*: Use double click to toggle line numbers in table mode (as single
107
+ * *CHANGED*: Use double click to toggle line numbers in table mode (as single
107
108
click jumps to an anchor.)
108
109
* *REMOVED* support for @:line_numbers => :list@.
109
110
* *FIXED* splitting of lines for @:line_numbers => :inline@, so that the line
@@ -211,7 +212,6 @@ h3. @Scanners::Diff@
211
212
212
213
h3. *RENAMED*: @Scanners::ERB@ (was @Scanners::RHTML@)
213
214
214
-
215
215
h3. @Scanners::HTML@
216
216
217
217
* *FIXED*: Closes open string groups.
@@ -226,6 +226,10 @@ h3. @Scanners::Java@
226
226
* *NEW*: Package names are highlighted as @:namespace@.
227
227
See "#210":http://redmine.rubychan.de/issues/210.
228
228
229
+ h3. *REMOVED*: @Scanners::NitroXHTML@
230
+
231
+ Nitro is "dead":http://www.nitrohq.com/.
232
+
229
233
h3. *RENAMED*: @Scanners::Text@ (was @Scanners::Plaintext@)
230
234
231
235
* *IMPROVED*: Just returns the string without scanning (faster).
@@ -248,7 +252,7 @@ h3. @Scanners::Ruby@
248
252
* *IMPROVED* support for singleton method definitions.
249
253
See "#147":http://redmine.rubychan.de/issues/147.
250
254
* *FIXED*: Don't highlight methods with a capital letter as constants
251
- (eg. GL.PushMatrix).
255
+ (eg. @ GL.PushMatrix@ ).
252
256
* *NEW*: Highlight buggy floats (like .5) as @:error@.
253
257
* *CLEANUP* of documentation, names of constants and variables, state handling.
254
258
0 commit comments