Hi,
I have install geany 1.22 with plugins including the tree browser. Is there any way to open a folder such that I can select from one or more files?
In xemacs, I would type "xemacs ." to open the folder and be able to go in/out of multiple files. The geany tree browser lets you do this, but that doesn't appear to be a way to say "geany ." and go directly to the tree browser for the current directory (i.e. ".").
Any ideas for opening a folder in geany?
Thanks!
- Mark
[CONFIDENTIALITY AND PRIVACY NOTICE]
Information transmitted by this email is proprietary to Medtronic and is intended for use only by the individual or entity to which it is addressed, and may contain information that is private, privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please delete this mail from your records.
To view this notice in other languages you can either select the following link or manually copy and paste the link into the address bar of a web browser: http://emaildisclaimer.medtronic.com
On 14 October 2012 01:29, Moe, Mark mark.moe@medtronic.com wrote:
Hi,****
I have install geany 1.22 with plugins including the tree browser. Is there any way to open a folder such that I can select from one or more files?****
In xemacs, I would type “xemacs .” to open the folder and be able to go in/out of multiple files. The geany tree browser lets you do this, but that doesn’t appear to be a way to say “geany .” and go directly to the tree browser for the current directory (i.e. “.”).****
Any ideas for opening a folder in geany?
Hi,
(short answer) Unfortunately you can't.
(longer answer) The filebrowser is a plugin, it might not be present, Geany does not have a way of communicating directories from the command line to plugins, so since it can't do anything else with them either, it explicitly ignores any directories listed on the command line.
Cheers Lex
****
Thanks!****
- Mark****
[CONFIDENTIALITY AND PRIVACY NOTICE] Information transmitted by this email is proprietary to Medtronic and is intended for use only by the individual or entity to which it is addressed, and may contain information that is private, privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please delete this mail from your records. To view this notice in other languages you can either select the following link or manually copy and paste the link into the address bar of a web browser: http://emaildisclaimer.medtronic.com
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Am 13.10.2012 16:29, schrieb Moe, Mark:
Hi,
I have install geany 1.22 with plugins including the tree browser. Is there any way to open a folder such that I can select from one or more files?
In xemacs, I would type “xemacs .” to open the folder and be able to go in/out of multiple files. The geany tree browser lets you do this, but that doesn’t appear to be a way to say “geany .” and go directly to the tree browser for the current directory (i.e. “.”).
Any ideas for opening a folder in geany?
Not sure I Understand your request correct, but you could call geany like this:
$ geany tie/*
and make usage of featureset of your shell. This could also be done from inside the VTE of geany. At least it's how I'm usually doing it. ;)
However, I think it would be possible to do it also on e.g. treebrowser plugin, but this will need some patching.
Cheers, Frank