[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2010-09-16 Thread Bug Watch Updater
** Changed in: gedit
   Importance: Unknown = Medium

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2008-09-05 Thread Greg Auger
Fixed in Ubuntu Intrepid (8.10).

** Changed in: gedit-plugins (Ubuntu)
   Status: Confirmed = Fix Released

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-08 Thread Bug Watch Updater
** Changed in: gedit
   Status: In Progress = Fix Released

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-07 Thread Bug Watch Updater
** Changed in: gedit
   Status: Unknown = In Progress

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-07 Thread Steve Tayon
It works like charm! Thank you!

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-06 Thread Curtis Hovey
I submitted a patch to fix the issue. library.Tools._load is not loading
any tool properties. The accelerator (Shortcut) is obviously broken, but
so too is the Input and Output properties.

** Changed in: gedit
   Importance: Undecided = Unknown
 Bugwatch: None = GNOME Bug Tracker #484318
   Status: New = Unknown

** Changed in: gedit-plugins (Ubuntu)
   Status: New = Confirmed

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-06 Thread Curtis Hovey
If your impatient for the fix to arrive, you can fix the issue yourself
by editing one line.

use sudo to edit line 215 of /usr/lib/gedit-2/plugins/externaltools/library.py:
-if m.group(0) in self._properties:
+if m.group(0) not in self._properties:

Add 'not' to the test if the property is already in the dictionary.

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-05 Thread Steve Tayon
After posting this bug in a forum, some other gutsy users confirmed this
issue.

** Also affects: gedit
   Importance: Undecided
   Status: New

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 147634] Re: [gutsy] External Tools plugin does not save keybindings

2007-10-02 Thread Steve Tayon
The problem still exists with gedit-plugins 2.20.0-ubuntu1.

-- 
[gutsy] External Tools plugin does not save keybindings
https://bugs.launchpad.net/bugs/147634
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gedit-plugins in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs