I like the F8 shortcut which allow to save and check syntax with a local tool.
But I would like F8 to save the file even if nothing is defined to check the syntax.
Is it possible?
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1050
It is possible for the build commands to be changed to do the save before checking the command, but it doesn't seem particularly necessary, there are plenty of other ways of saving a file. And you can always re-bind f8 to save.
A well written pull request that made it an option (since I can also see people not wanting it to happen) might be considered.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1050#issuecomment-223117781
Or just set the command to `echo | /dev/null` or something with no effect.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1050#issuecomment-223212848
Yes it works with the command `true` but I have to configure that for each filetype? Or there is a shortcut?
Also I don't want to think "wait this file has no syntax checker so I should press Ctrl+S" If I rebind F8 to save I won't have syntax check anymore.
I see F8 as "save file and applies syntax check if there is"
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1050#issuecomment-223280218
See [this](https://wiki.geany.org/howtos/configurebuildmenu) for details on configuring build menu commands. Anything you set will override the default filetype settings (which is as it should be), so yes you will have to set it for each filetype you want to behave that way..
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1050#issuecomment-223285228
github-comments@lists.geany.org