Closed mbkma closed 4 years ago
IMHO it's redundant with the feature that currently offers GtkFileChooserDialog.
Open Location
dialogI saw also that Open Location
dialog is not modal, i.e. I was able to access to pluma main menu once the Open Location
dialog was displayed. It may be addressed with gtk_window_set_transient_for.
fair enough - closing this PR. Help Keyboard_Shortcuts should be updated though.
Named Open location
is misleading, you can only open an URI of an file with this dialog.
Eg. /home/rave/rpmbuild/SOURCES/pluma_0001-smart-converter-Fix-memory-leaks.patch
But using ~/rpmbuild/SOURCES/pluma_0001-smart-converter-Fix-memory-leaks.patch
doesn't work.
It should named open from location
which is basicly the same as with GtkFileChooser.
@raveit65 I can switch between location entry and breadcrumbs with ctrl+l
, then I can open a relative file location like ~/test.txt
.
Edit screenshot:
The location entry will also open if you press '.', '/' or '~'.
Good that it works with GtkFileChooser, it didn't work with the dialog from PR. Any way, PR is obsolete and closed.
Ok, confirmed crt+L
works with GtkFileChooser.
So, do we need to revert the shortcut with your new PR?
Or is this shortcut in GtkFileChooser code?
Maybe only help
needs updating?
Got it, new PR is only about help
:)
That feature was removed from gedit in 2009. I know that there is an option in file-chooser-dialog to open a file from location (ctrl+l), but most people don't. And this dialog here is fast accessible and features history entries. It is mostly the same code as 2009, but with some deprecation fixes.
Fixes #210