> 1.) With the "root path" there are 14 template files included by default. > Lets just say that a user does not want any of these templates to end up in > `File - New (With Templates` flyout in Menu Bar. Is there currently any way > to "turn off" this path location so that they do not appear in flyout? Rather > then user having to enter a root based directory and removing these template > files / moving them (backup) to a different location.
No (not without modifying the source code). > 2a.) Is there any way for user to be able to change the default "home path" > to a different folder? Only by changing the whole Geany configuration directory, e.g. by starting Geany like `geany -c /home/<user>/geany_config` But you cannot change just the template directory, it is also expected to be within the Geany configuration directory. > 2b.) Is there any way for user to be able to use default "home path" but also > ADD another template folder in a different user determined path? No (not without modifying the source code). > 3.) Any way to setup a hotkey to load a specific template? No (not without modifying the source code). > 4.) In certain programs user can assign a file to use as a template for what > gets used for `New` document `Ctrl+N` I know you can setup templates in > flyout, but is there any way to set template for the actual `New` document > that gets used? No (not without modifying the source code). All of this could possibly be implemented, it's nothing too difficult. But, as usual, it needs someone willing to do it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4382#discussioncomment-13979787 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4382/comments/[email protected]>
