Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMEdit

A high-end code editor for all things GameMaker · By YellowAfterlife

Enum entries don't always update throughout project if renamed

A topic by Fern Nigro created Mar 25, 2019 Views: 230 Replies: 1
Viewing posts 1 to 2

As the title says!

Enum entries don't always update throughout project if renamed.

Developer

To mirror the answer over DM: the deal was that GMEdit will update any auto-completion/syntax highlighting information only when a file is saved - both to avoid oddities related to the code not even being fully typed out yet (which is the case with GM's built-in editor) and to scale better (GMEdit can handle files containing tens of thousands lines of code)