Re: [gedit-list] Advanced Editing Plugin
- From: Frederic Back <fback web de>
- To: gedit-list gnome org
- Subject: Re: [gedit-list] Advanced Editing Plugin
- Date: Tue, 28 Mar 2006 15:02:13 +0200
Hi Marcus,
To correct the error, replace this:
manager.remove_action_ui(windowdata["ui_id"])
by this:
manager.remove_ui(windowdata["ui_id"])
Cheers,
Fred
On Tue, 28 Mar 2006 13:59:18 +0200
Marcus Lunzenauer <mlunzena uni-osnabrueck de> wrote:
> Hello!
>
> After switching from kate to gedit I missed some editing features.
> Although I do not know GTK or Python, I tried writing a such a plugin to
> enable certain editing functions which the GTK keybinding theme "Emacs"
> provides:
>
> 'Delete Char'
> 'Delete Char Backwards'
> 'Delete Word'
> 'Delete Word Backwards'
> 'Delete To End Of Line'
> 'Kill Line'
> 'Remove Whitespace'
> 'Reduce Whitespace'
>
> I am experiencing some bugs when disabling this plugin, but will pursue
> those issues in time.
>
> Perhaps this plugin is helpful for you too,
>
> Bye, Marcus
>
> P.S.: I did not provide keyboard shortcuts for this functions, as I
> enabled editable Menu Shortcuts with gconf-editor..
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]