From 287053487f1b1cf7300b1a2db7e12c3150be30c9 Mon Sep 17 00:00:00 2001 From: guillermooo Date: Wed, 4 Sep 2013 19:52:48 +0200 Subject: [PATCH] added notification messages; admin stuff --- AUTHORS.txt | 1 + CONTRIBUTORS.txt | 1 + messages.json | 4 ++++ messages/0.5.0.txt | 41 +++++++++++++++++++++++++++++++++++++++++ messages/install.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 88 insertions(+) create mode 100644 AUTHORS.txt create mode 100644 CONTRIBUTORS.txt create mode 100644 messages.json create mode 100644 messages/0.5.0.txt create mode 100644 messages/install.txt diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 00000000..228d9d3d --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1 @@ +guillermooo (Guillermo López-Anglada) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt new file mode 100644 index 00000000..d7ab0cc4 --- /dev/null +++ b/CONTRIBUTORS.txt @@ -0,0 +1 @@ +FichteFoll diff --git a/messages.json b/messages.json new file mode 100644 index 00000000..06d65530 --- /dev/null +++ b/messages.json @@ -0,0 +1,4 @@ +{ + "install": "messages/install.txt", + "0.5.0": "messages/0.5.0.txt" +} diff --git a/messages/0.5.0.txt b/messages/0.5.0.txt new file mode 100644 index 00000000..893c4ea2 --- /dev/null +++ b/messages/0.5.0.txt @@ -0,0 +1,41 @@ +====================================================================================== +AAAPackageDev has received quite a few updates thanks to the hard work of FichteFoll. +This files contains a rundown of the main changes. +====================================================================================== + ++ Add PyYaml, ordereddict and plist_parser to Lib + +~ Changes to sublime_lib: + + Add `WindowAndTextCommand` class + + Add `Settings`, `FileSettings` and `view.ViewSettings` abstraction classes + + Add `view.OutputPanel` class + + Add `view.base_scope()` + + Add `view.unset_read_only()` context handler + + Add `view.extract_selector()` context handler + + Add `rel` parameter to `view.coorded_region()` and `view.substr()` + + Add scroll parameter to `view.append()` + + Add `path.file_path_tuple()` context handler + * Fix `view.relative_point()` returning wrong values in certain scenarios + +~ Rework file conversion (plist <-> json) completely and add YAML to form a "triangle" + Note: Build system has been renamed to "Convert to ..." + ++ Add syntax definition and dynamic completions for YAML syntax definitions + ++ Add `rearrange_yaml_syntax_def` command that rearranges and sorts YAML syntax definitions sanely + +* Fix #14 +* Fix #7: Random exceptions for setup.py +* Fix #19 and make parsing plists work on certain Linux distributions by using another plist parsing lib +* Fix eventual bugs when the package's folder is not ecactly "AAAPackageDev" by determining that dynamically +- Allow " " and "," in sublime completion syntax's "scope" key ++ JSON syntax definitions now support the "@" symbol in goto anything (as well as YAML) and highlights JavaScript-like comments, which can also be toggled ++ Add comment toggling for keymaps (closes #13) +* Fix highlighting of comments within sublime settings arrays +* Fix "*" not recognized in a sublime setting name +* Fix highlighting comments within "keys" array for keymaps +* Fix #18: No highlight of "keys" key when it is at the end of an object +* Fix #15: Weird highlighting of build variants +* Fix highlighting of non-alphanumeric simple completions in completion files +* Highlight `null` in sublime settings +~ Revamp Raw Snippets highlighting diff --git a/messages/install.txt b/messages/install.txt new file mode 100644 index 00000000..893c4ea2 --- /dev/null +++ b/messages/install.txt @@ -0,0 +1,41 @@ +====================================================================================== +AAAPackageDev has received quite a few updates thanks to the hard work of FichteFoll. +This files contains a rundown of the main changes. +====================================================================================== + ++ Add PyYaml, ordereddict and plist_parser to Lib + +~ Changes to sublime_lib: + + Add `WindowAndTextCommand` class + + Add `Settings`, `FileSettings` and `view.ViewSettings` abstraction classes + + Add `view.OutputPanel` class + + Add `view.base_scope()` + + Add `view.unset_read_only()` context handler + + Add `view.extract_selector()` context handler + + Add `rel` parameter to `view.coorded_region()` and `view.substr()` + + Add scroll parameter to `view.append()` + + Add `path.file_path_tuple()` context handler + * Fix `view.relative_point()` returning wrong values in certain scenarios + +~ Rework file conversion (plist <-> json) completely and add YAML to form a "triangle" + Note: Build system has been renamed to "Convert to ..." + ++ Add syntax definition and dynamic completions for YAML syntax definitions + ++ Add `rearrange_yaml_syntax_def` command that rearranges and sorts YAML syntax definitions sanely + +* Fix #14 +* Fix #7: Random exceptions for setup.py +* Fix #19 and make parsing plists work on certain Linux distributions by using another plist parsing lib +* Fix eventual bugs when the package's folder is not ecactly "AAAPackageDev" by determining that dynamically +- Allow " " and "," in sublime completion syntax's "scope" key ++ JSON syntax definitions now support the "@" symbol in goto anything (as well as YAML) and highlights JavaScript-like comments, which can also be toggled ++ Add comment toggling for keymaps (closes #13) +* Fix highlighting of comments within sublime settings arrays +* Fix "*" not recognized in a sublime setting name +* Fix highlighting comments within "keys" array for keymaps +* Fix #18: No highlight of "keys" key when it is at the end of an object +* Fix #15: Weird highlighting of build variants +* Fix highlighting of non-alphanumeric simple completions in completion files +* Highlight `null` in sublime settings +~ Revamp Raw Snippets highlighting