Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMEdit

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

keyword

A topic by yunzl created Mar 02, 2022 Views: 182 Replies: 4
Viewing posts 1 to 2

Developer(+1)

Auto-completion tries to figure out the context - e.g. if you have

test=1+
    <cursor here>

it is clearly an expression so showing repeat is inappropriate.

Unfortunately, this logic is also not very smart, which isn’t something that is easy to fix.

Perhaps I’ll look into it when the war in Ukraine is over.

thx

Can I have a portable version?

Setting is troublesome

When I want to bring a folder to another computer


Developer(+1)

In app.js, if you find

var path = Electron_App.getPath("userData") + "/GMEdit"

and replace it by something like

var path = "./Settings";

it will use a relative path