haimat / GDScript-Geany

GDScript (Godot Engine) filetype spec for the Geany text editor
GNU General Public License v2.0
21 stars 4 forks source link

[discussion] Sane "execute" commands #2

Open sdfgeoff opened 6 years ago

sdfgeoff commented 6 years ago

This is just a discussion about if there should be an "execute" command. There are several options:

cd %p; godot
cd %d; godot -u

In my mind these should be bound to the "execute" button.

I did want to try not using the linux cd command, but for some reason I couldn't get godot %p to work.