-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ZeusPlugins/ZplGmlfmtPlugin
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# ZplGmlfmtPlugin | ||
|
||
A plugin for sanbox's gml_fmt tool. | ||
|
||
![image](https://user-images.githubusercontent.com/33228822/124254856-f1717080-db42-11eb-9574-f5946af334b8.png) | ||
|
||
# Installation | ||
- Install [Zeus Plugin Loader](https://github.com/ZeusPlugins/ZeusPluginLoader) if you haven't yet. | ||
- Download the zip archive from Releases. | ||
- Go to Preferences -> Plugins -> gml_fmt. | ||
- Point the plugin at the gml_fmt you wish to use, by default I provide a gml_fmt build that works with 2.3 projects. | ||
- Apply preferences and enjoy. | ||
|
||
# How to use | ||
You can run gml_fmt with a variety of ways: | ||
- Press CTRL-SHIFT-Q. (cannot be rebound for now) | ||
- A button in the menu bar. | ||
- Turn on a checkbox in Preferences that will run gml_fmt on every project save. | ||
|
||
# Known Issues | ||
- Does not properly reload the project yet. (you'll get what I mean once you start using the plugin) | ||
- GMS's Project File Watcher will have a seizure and throw it's hands up in the air. |