[beta] More tweaks
GMEdit » Devlog
Additions:
- Added rainbow bracket support!
Aadd `"useBracketDepth":true` to your theme JSON, then use `#main .ace-tm .ace_curly.ace_paren.ace_depth1` and so on to match brackets
Fixes:
- Fixed it being possible to drag->close a tab, which would cause its document to get focus without having a tab attached to it anymore
- Fixed /**/ unfairly counting as an opening of a doc-comment
- Fixed #args doc generation not working (due to new @meta token), don't erase user-defined {types} that have no hint on the variable itself
- Fixed gms2 directory sorting option not showing up
Misc:
- Updated to Electron 7.1.9
Files
GMEdit-Beta-Windows.zip 62 MB
Version Jan 14, 2020 Jan 14, 2020
GMEdit-Beta-Mac.zip 65 MB
Version Jan 14, 2020 Jan 14, 2020
GMEdit-Beta-Linux.zip 71 MB
Version Jan 14, 2020 Jan 14, 2020
GMEdit-Beta-App-Only.zip 4 MB
Version Jan 14, 2020 Jan 14, 2020
Get GMEdit
Download NowName your own price
GMEdit
A high-end code editor for GameMaker: Studio / GameMaker Studio 2
Status | Released |
Category | Tool |
Author | YellowAfterlife |
Tags | GameMaker |
More posts
- `??` and various improvements39 days ago
- `??=` and return checks for functions51 days ago
- [beta] Smart completion and new JSDocs58 days ago
- [beta] Improvements and 2.3 fixes65 days ago
- [beta] 2.3 asset manipulation and various improvements93 days ago
- [beta] Keyboard shortcut editor! (and more)Sep 04, 2020
- [beta] 2.3 improvements and other fixesAug 08, 2020
- [beta] Better "find references", better 2.3 supportMay 31, 2020
- [beta] Template strings, smaller fixesMar 31, 2020
- [beta] Fixes for Electron updates, small additionsJan 27, 2020
Comments
Log in with itch.io to leave a comment.
Thanks for the quick fix!
I am playing with mfunc feature and get this error when I try the log example on the wiki:
After that the IDE does not allow me to type on anything (editor, rename resource, search) until I restart it.
This seems to be a bug with the new Electron version (any message box causes input to become cursed and you have to click away from GMEdit and back), I'll probably have to roll back
Awesome! Thanks Yal