Вопрос

I develop web applications (in PHP, JavaScript, CSS) using Geany, so I'm in no need for compile, run, make... functions of Geany. Yet Geany is spamming my project directories by creating geany_run_script.sh file in every one of them.

The question is: What can I do to make it stop doing this?

Это было полезно?

Решение

You don't need it. You can configure it via Preferences->Terminal->Execute programs in VTE + Don't use run script. This will need you to have libvte installed and will not work at Windows.

These scripts are generated once you hit F5 e.g. for previewing it inside a browser.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top