Reserve names starting with a dollar sign, closes #191.

This commit is contained in:
Lucien Greathouse
2019-06-12 15:54:28 -07:00
parent 90516e035d
commit 94cbe15b54
3 changed files with 24 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
* Added support for live-syncing `CollectionService` tags.
* Added a warning when building binary place files, since they're still experimental and have bugs.
* Added a warning when trying to use Rojo 0.5.x with a Rojo 0.4.x-only project.
* Added a warning when a Rojo project contains keys that start with `$`, which are reserved names. ([#191](https://github.com/LPGhatguy/rojo/issues/191))
* Added an icon to the plugin's toolbar button
* Changed the plugin to use a docking widget for all UI.
* Changed the plugin to ignore unknown properties when live-syncing.