[beta] Improvements and 2.3 fixes
GMEdit » Devlog
Additions:
- You can now drag and drop scripts from one project to another to copy.
- Added an “autocompletion delay” setting to code editor settings.
- Further expanded upon
/// @hint
and wrote a wiki page for it.
Improvements:
- Plugin list now uses little subcategories so that plugins can add controls into them.
- Added some preferences for Outline View.
- Added more auto-completion options (include keywords, don’t suggest snippets in strings/comments).
- Linter now accepts trailing commas in 2.3 object literals (
{...}
). - Variable auto-completion now catches fields in object literals and non-top-level function declarations.
- Broken API files no longer cause GMEdit to fail (shows a popup instead).
Fixes:
- Fixed 2.3 script renaming not renaming the .gml file.
- Fixed GMEdit trying to open extra
--args
as files in general. - Fixed object names in collision #events not highlighting accordingly.
- Fixed an error in 2.3 projects when inserting items out of order into an empty tree node.
- Fixed an error in 2.3 when creating the first asset of kind (thus there being no folder to put it in).
- Fixed newly created 2.3 scripts having
.yy
extension in resource tree metadata (otherwise fixed by reloading). - Fixed
/// @param
inside 2.3 constructors overriding constructor params (#80. - Fixed #import magic discarding
new
keyword in 2.3 projects in specific circumstances (#81). - Fixed some things not working with nested local variables.
- Fixed bracket counting in 2.3 projects for code of kind
var a = method({...}, function(){...})
. - Fixed asset variable definitions not working for 2.3 projects.
Files
GMEdit-Beta-Windows.zip 90 MB
Version Nov 23, 2020 Nov 23, 2020
GMEdit-Beta-Mac.zip 82 MB
Version Nov 23, 2020 Nov 23, 2020
GMEdit-Beta-Linux.zip 84 MB
Version Nov 23, 2020 Nov 23, 2020
GMEdit-Beta-App-Only.zip 3 MB
Version Nov 23, 2020 Nov 23, 2020
Get GMEdit
Download NowName your own price
GMEdit
A high-end code editor for all things GameMaker
Status | Released |
Category | Tool |
Author | YellowAfterlife |
Tags | GameMaker |
More posts
- [stable, beta] Small fixes and Return Of Coroutines22 days ago
- [stable, beta] GM2023.4 and multi-level tabsJun 08, 2023
- [stable, beta] GM2023.1 support and small thingsMar 12, 2023
- [stable, beta] GM updatesDec 24, 2022
- [stable, beta] Arrow functions and various improvementsOct 19, 2022
- [beta] Arrow functions!Jun 10, 2022
- [beta] Electron updates, ARM64May 29, 2022
- An update amid a warMar 09, 2022
- [stable] Types, icons, multiline tabsDec 06, 2021
- Multiline tabs and a whole lot of types!Aug 23, 2021
Comments
Log in with itch.io to leave a comment.
Fantastic, thank you very much!
Works great, thanks yellow!