Geany 1.32 What happend to the open file by typing the Location
I just upgraded to ubuntu 18.04. When I go to open a file in Geany I need to follow the graphical paths and can no longer type a location. When there are 100 folders in a folder it is easer to type.
18.04 geany
add a comment |
I just upgraded to ubuntu 18.04. When I go to open a file in Geany I need to follow the graphical paths and can no longer type a location. When there are 100 folders in a folder it is easer to type.
18.04 geany
1
In the file open dialog, press Ctrl + L. A location bar will appear.
– Jos
Feb 1 at 21:34
Thanks Jos. That is the answer I was looking for. You wouyld have got the Points if done in answers. I almost missed it.
– Walter
Feb 5 at 5:21
add a comment |
I just upgraded to ubuntu 18.04. When I go to open a file in Geany I need to follow the graphical paths and can no longer type a location. When there are 100 folders in a folder it is easer to type.
18.04 geany
I just upgraded to ubuntu 18.04. When I go to open a file in Geany I need to follow the graphical paths and can no longer type a location. When there are 100 folders in a folder it is easer to type.
18.04 geany
18.04 geany
asked Feb 1 at 19:51
WalterWalter
31
31
1
In the file open dialog, press Ctrl + L. A location bar will appear.
– Jos
Feb 1 at 21:34
Thanks Jos. That is the answer I was looking for. You wouyld have got the Points if done in answers. I almost missed it.
– Walter
Feb 5 at 5:21
add a comment |
1
In the file open dialog, press Ctrl + L. A location bar will appear.
– Jos
Feb 1 at 21:34
Thanks Jos. That is the answer I was looking for. You wouyld have got the Points if done in answers. I almost missed it.
– Walter
Feb 5 at 5:21
1
1
In the file open dialog, press Ctrl + L. A location bar will appear.
– Jos
Feb 1 at 21:34
In the file open dialog, press Ctrl + L. A location bar will appear.
– Jos
Feb 1 at 21:34
Thanks Jos. That is the answer I was looking for. You wouyld have got the Points if done in answers. I almost missed it.
– Walter
Feb 5 at 5:21
Thanks Jos. That is the answer I was looking for. You wouyld have got the Points if done in answers. I almost missed it.
– Walter
Feb 5 at 5:21
add a comment |
2 Answers
2
active
oldest
votes
In the file open dialog, press Ctrl + L.
A location bar will appear. If you type a path, Geany will even provide auto-completion.
add a comment |
I use the VTE (embeded terminal) to open file(s) easily :
- hit
<f4>to get focus on the VTE - type :
geany path/to/directory/with/files/inside/*- or
geany path/to/file.ext(use ″tab` like in a standard terminal to complete path)
- hit
<f2>to go back to editor : file(s) are now open in tab(s)
Easy & fast !
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114826%2fgeany-1-32-what-happend-to-the-open-file-by-typing-the-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
In the file open dialog, press Ctrl + L.
A location bar will appear. If you type a path, Geany will even provide auto-completion.
add a comment |
In the file open dialog, press Ctrl + L.
A location bar will appear. If you type a path, Geany will even provide auto-completion.
add a comment |
In the file open dialog, press Ctrl + L.
A location bar will appear. If you type a path, Geany will even provide auto-completion.
In the file open dialog, press Ctrl + L.
A location bar will appear. If you type a path, Geany will even provide auto-completion.
answered Feb 5 at 8:57
JosJos
14.5k53951
14.5k53951
add a comment |
add a comment |
I use the VTE (embeded terminal) to open file(s) easily :
- hit
<f4>to get focus on the VTE - type :
geany path/to/directory/with/files/inside/*- or
geany path/to/file.ext(use ″tab` like in a standard terminal to complete path)
- hit
<f2>to go back to editor : file(s) are now open in tab(s)
Easy & fast !
add a comment |
I use the VTE (embeded terminal) to open file(s) easily :
- hit
<f4>to get focus on the VTE - type :
geany path/to/directory/with/files/inside/*- or
geany path/to/file.ext(use ″tab` like in a standard terminal to complete path)
- hit
<f2>to go back to editor : file(s) are now open in tab(s)
Easy & fast !
add a comment |
I use the VTE (embeded terminal) to open file(s) easily :
- hit
<f4>to get focus on the VTE - type :
geany path/to/directory/with/files/inside/*- or
geany path/to/file.ext(use ″tab` like in a standard terminal to complete path)
- hit
<f2>to go back to editor : file(s) are now open in tab(s)
Easy & fast !
I use the VTE (embeded terminal) to open file(s) easily :
- hit
<f4>to get focus on the VTE - type :
geany path/to/directory/with/files/inside/*- or
geany path/to/file.ext(use ″tab` like in a standard terminal to complete path)
- hit
<f2>to go back to editor : file(s) are now open in tab(s)
Easy & fast !
answered Feb 2 at 21:02
freezedfreezed
1284
1284
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1114826%2fgeany-1-32-what-happend-to-the-open-file-by-typing-the-location%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
In the file open dialog, press Ctrl + L. A location bar will appear.
– Jos
Feb 1 at 21:34
Thanks Jos. That is the answer I was looking for. You wouyld have got the Points if done in answers. I almost missed it.
– Walter
Feb 5 at 5:21