Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Dieter Plaetinck
On Fri, 20 Nov 2009 15:51:41 +0300 Michael wrote: > On Fri, Nov 20, 2009 at 15:47, Anselm R Garbe wrote: > > Aehm I was saying vertical will become mainstream... > > Sorry, got to read more English. Happy to hear it, thanks. > I also read the original message as "will take it upstream (but no

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Michael
On Fri, Nov 20, 2009 at 15:47, Anselm R Garbe wrote: > Aehm I was saying vertical will become mainstream... Sorry, got to read more English. Happy to hear it, thanks.

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Anselm R Garbe
2009/11/20 Michael : > On Fri, Nov 20, 2009 at 14:15, Anselm R Garbe wrote: >> There is a patch already for this (written by Gottox) which I consider >> to make mainstream as well for surf integration (apart from vertical >> items and an overhaul of the Key handling). > > Hello, Anselm, can you de

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Tadeusz SoĊ›nierz
Methinks editing such a small thing like url with vim is a bit too much. However, idea of editing postdata and cookies sounds really good to me. Regards On 20-11-2009 13:23:00, c...@wzff.de wrote: > That's a *great* idea. > I don't really like to edit my url with dmenu anyway... liked the GTK > b

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread crap
That's a *great* idea. I don't really like to edit my url with dmenu anyway... liked the GTK box better and I think editing it with vim would be a lot better than GTK boxes. Moritz On Fri, Nov 20, 2009 at 01:10:41PM +0100, pancake wrote: > We can also use $EDITOR to edit the URL address. > > 12:

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Michael
On Fri, Nov 20, 2009 at 14:15, Anselm R Garbe wrote: > There is a patch already for this (written by Gottox) which I consider > to make mainstream as well for surf integration (apart from vertical > items and an overhaul of the Key handling). Hello, Anselm, can you describe why you don't want to

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread pancake
We can also use $EDITOR to edit the URL address. 12:16 < pancake> (get uri, write in file, launch $EDITOR, set contents of file in clipboard, set uri) A cool thing would be to extrapolate this functionality to also edit cookies and post data. Moritz Wilhelmy wrote: On Fri, Nov 20, 2009 at

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Moritz Wilhelmy
On Fri, Nov 20, 2009 at 11:20:32AM +, Kai Hendry wrote: > I use a scary Firefox extension "It's all text!" to get my text area > editable in vim. > > Perhaps something like double clicking a textarea (I don't care for > editing input type=text), would simply launch $EDITOR on it. > > yes, s

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Kai Hendry
I use a scary Firefox extension "It's all text!" to get my text area editable in vim. Perhaps something like double clicking a textarea (I don't care for editing input type=text), would simply launch $EDITOR on it.

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread Anselm R Garbe
2009/11/20 pancake : > I always find a limitation to use dmenu instead of gtk entry text > because you cannot edit the URL in a decent way. There is a patch already for this (written by Gottox) which I consider to make mainstream as well for surf integration (apart from vertical items and an overh

Re: [dev] [surf] editing textboxes with external command

2009-11-20 Thread pancake
I always find a limitation to use dmenu instead of gtk entry text because you cannot edit the URL in a decent way. markus schnalke wrote: [2009-11-19 18:57] Moritz Wilhelmy [...] editing text boxes within an external editor. You took the words right out of my mouth. meillo

Re: [dev] [surf] editing textboxes with external command

2009-11-19 Thread markus schnalke
[2009-11-19 18:57] Moritz Wilhelmy > > [...] editing text boxes within an external editor. You took the words right out of my mouth. meillo

Re: [dev] [surf] editing textboxes with external command

2009-11-19 Thread Peter John Hartman
I second this motion! Elinks allows you to launch an external editor too, which is very convenient. I haven't seen a patch though. Peter On Thu, 19 Nov 2009, Moritz Wilhelmy wrote: Hi there, vimperator includes a keybinding for editing text boxes within an external editor. Since I really d

[dev] [surf] editing textboxes with external command

2009-11-19 Thread Moritz Wilhelmy
Hi there, vimperator includes a keybinding for editing text boxes within an external editor. Since I really don't like the limited editing possibilities of GTK textboxes, I wanted to ask it it is possible to add a keybinding to open the content of a textbox within an external editor and if somebod