File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "1.0.0" : " messages/1.0.0.txt"
3
+ }
Original file line number Diff line number Diff line change
1
+ QML for Sublime Text 1.0 has been released!
2
+
3
+ Enjoy the complete rewrite of a syntax highlighter which is now so featureful
4
+ and robust that it's fully capable of parsing even the most bizarre snippets
5
+ with lesser known QML constructs. Use the built-in GoTo Definition action to
6
+ locate objects by their id, property declarations and inline components!
7
+
8
+ Additionally,
9
+ - all built-in enum values from QtQml, QtQuick, QtQuick.Dialogs and
10
+ QtQuick.Controls, such as Text.AlignHCenter or StandardButton.Cancel are
11
+ highlighted with a special different color,
12
+ - signal handlers (including those defined as methods in Connections) are
13
+ parsed, stripped from 'on' prefix and 'Changed' suffix (if any) such that
14
+ some color schemes display the middle part (the actual property/signal
15
+ name) as underlined or as different color.
You can’t perform that action at this time.
0 commit comments