After last update, Geany 1.27
When i push "Create new file", there is no possibility to specify the file name. The file is opened immediately. To enter the file name, it is necessary to rename it.
New file with name "newfile" creates immediately. It is problem.
I have to press a lot of buttons, simply create a new file. It is very hinders the work.
--- 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-plugins/issues/469
There's a plugin preference called "open new files", if you uncheck that, it goes straight to allow you to rename the file right away. If the plugin kept the renamed file selected, you could just press enter again to open the file, but it doesn't so you have to re-navigate to open the file.
--- 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-plugins/issues/469#issuecomment-235190862
Thank You!
I offer to set this preference to false by default. It's hard to find, and it's makes troubles.
Thanks!
--- 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-plugins/issues/469#issuecomment-235212519
Every time Geany is loaded, this preference set in TRUE by default. This is problem.
--- 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-plugins/issues/469#issuecomment-236421940
/home/{USER}/.config/geany/plugins/treebrowser/treebrowser.conf
There is parameter in last line: open_new_file=false
Every time Geany is started, this parameters automatically sets to "true". How to fix it?
--- 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-plugins/issues/469#issuecomment-237448835
There is a simple typo in the code which causes that a setting with key `open_new_file` is written but `open_new_files` is read. #473 fixes this.
--- 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-plugins/issues/469#issuecomment-238108158
Closed #469 via #473.
--- 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-plugins/issues/469#event-749390371
github-comments@lists.geany.org