Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+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


(+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