Kaydet (Commit) 9290e0bf authored tarafından Enrico Tröger's avatar Enrico Tröger

Add '-' (dash) to the wordchars when using 'open selected filename'.

Please open a bug report if this will break any filenames.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2926 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 89ac2e87
......@@ -13,6 +13,9 @@
Rename all toolbar widgets for consistent names.
* doc/geany.html, doc/geany.txt:
Fix typo.
* src/callbacks.c:
Add '-' (dash) to the wordchars when using 'open selected filename'.
Please open a bug report if this will break any filenames.
2008-09-01 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
......
......@@ -1853,7 +1853,7 @@ on_menu_open_selected_file1_activate (GtkMenuItem *menuitem,
if (doc == NULL)
return;
sel = editor_get_default_selection(doc, TRUE, GEANY_WORDCHARS"./");
sel = editor_get_default_selection(doc, TRUE, GEANY_WORDCHARS"./-");
if (sel != NULL)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment