-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plugin: Add messages for 1.6.0 release
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"1.0.0": "messages/1.0.0.txt", | ||
"1.2.0": "messages/1.2.0.txt" | ||
"1.2.0": "messages/1.2.0.txt", | ||
"1.6.0": "messages/1.6.0.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
QML for Sublime Text 1.6.0 has been released! | ||
|
||
This minor version brings some quality-of-life improvements: | ||
|
||
- more hardcoded enum names from the standard library, | ||
- new: support for explicit enum values (numeric literals), | ||
- new: support for type casting `as` operator, which is a QML Engine's | ||
extension to JavaScript syntax. | ||
- new: support for the newer pragma syntax like this: | ||
|
||
pragma ValueTypeBehavior: Copy, Addressable | ||
|
||
- allow `void` and arbitrary gadget names for properties and function | ||
signatures. | ||
- keeping up with upstream changes to the JavaScript package. | ||
|
||
If you are a KDE developer, make sure to also check out kdesrc-build plugin | ||
for Sublime Text at https://github.com/ratijas/kdesrc-build-sublime |