When I press Ctrl-O over a filename, it opens the file.
I request your assistance please on the configs needed to specify a path to a folder to search for the filename, other than the current path (Windows). The file which must be opened is in a different folder to the current one.
I tried adding the folder to the PATH environment variable, without success.
--
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/2851
```
Chocolatey v0.10.15
Installing the following packages:
geany-plugins
By installing you accept licenses for the packages.
Progress: Downloading geany-plugins 1.37... 100%
geany-plugins v1.37 [Approved]
geany-plugins package files install completed. Performing other installation steps.
File appears to be downloaded already. Verifying with package checksum to determine if it needs to be redownloaded.
Hashes match.
Hashes match.
Installing geany-plugins...
WARNING: Setup was cancelled.
ERROR: Running ["C:\Users\Jatlivecom\AppData\Local\Temp\chocolatey\geany-plugins\1.37\geany-plugins-1.37_setup.exe" /S ] was not successful. Exit code was '2'. Exit code indicates the following: Setup was cancelled..
The install of geany-plugins was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\geany-plugins\tools\chocolateyinstall.ps1'.
See log for details.
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- geany-plugins (exited 2) - Error while running 'C:\ProgramData\chocolatey\lib\geany-plugins\tools\chocolateyinstall.ps1'.
See log for details.
```
If I manually install Geany 1.37 from https://download.geany.org/ then install geany-plugins using chocolatey, the `choco install -y geany-plugins` command automatically upgrades geany to 1.37.1 and installs geany-addons a second time, resulting in the same error and the plugins are not installed.
Note that Chocolatey seems to be the only way to get geany-plugins.
- [ ] I had a hard time finding it since the Geany plugin registry doesn't point to https://plugins.geany.org/install.html
- [ ] Running the geany-plugins install file manually from Windows Explorer reveals a warning dialog that warns that problems will occur if geany-plugins is installed since it is version 1.37 and Geany is 1.37.1.
- [ ] This is apparently what prevents silent install, but I actually get an error if I manually use the /S switch:
```
"C:\Users\Jatlivecom\AppData\Local\Temp\chocolatey\geany-plugins\1.37\geany-plugins-1.37_setup.exe" /S
At line:1 char:102
+ ... l\Temp\chocolatey\geany-plugins\1.37\geany-plugins-1.37_setup.exe" /S
+ ~
You must provide a value expression following the '/' operator.
At line:1 char:102
+ ... l\Temp\chocolatey\geany-plugins\1.37\geany-plugins-1.37_setup.exe" /S
+ ~
Unexpected token 'S' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ExpectedValueExpression
```
## Workaround
- Install geany-plugins using chocolatey (allow the install to fail, but note the location of the installer in Temp)
- Uninstall Geany
- Install Geany 1.37 from https://download.geany.org/
- Install the temporary geany-plugins
--
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/2849
When I highlight a few lines and select 'format->Comment lines` nothing happens. Is there a way I can customize something so that Geany would know which comment character to use for meson.build files?
--
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/discussions/2835
See title, installed and enabled geany-plugins on linux mint and enabled and tried the numbered bookmarks plugin, CTRL+shift+number and the respective CTRL+number appear to have no effect in geany 1.36. Can provide additional files on request.
--
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/1089
See [Emacs](https://www.gnu.org/software/emacs/manual/html_node/emacs/Recenterin…: Ctrl-L `Scroll[s] the selected
window so the current line is the center-most text line; on subsequent consecutive invocations, make the current line the top line, the bottom line, and so on in cyclic order`.
This is of little use on small screens or when `scroll_lines_around_cursor` is set, but in other cases it’s quite handy.
--
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/2846
AFAICT, F4 allows to open the terminal but doesn’t hide it.
It would be nice to be able to hit F4 a second time to hide it,
a third time to bring it back and so on.
(Unlike in e.g. Dolphin, I’m not suggesting that it should send
an EOF and kill the current terminal, merely that it could be
hidden and shown again.)
--
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/2847
at the moment there are 3 shortcuts; 2 shortcuts would be better with do/undo;
so, to split window with one shortcut would be the same shortcut to undo split the window
<br>
even better would be a 2x if-undo for each shortcut, like this:
shortcut for split up and down:
if window is splitted left and right, then: undo; if window is splitted up and down, then: undo, else: split up and down
shortcut for split left and right:
if window is splitted up and down, then: undo; if window is splitted left and right, then: undo, else: split left and right
--
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/2845
at the moment there are 3 shortcuts; 2 shortcuts would be better with do/undo;
so, to split window with one shortcut would be the same shortcut to undo split the window
<br>
even better would be a 2x if-undo:
shortcut for split up and down:
if window is splitted left and right, then: undo; if window is splitted up and down, then: undo, else: split up and down
shortcut for split left and right:
if window is splitted up and down, then: undo; if window is splitted left and right, then: undo, else: split left and right
--
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/1092