Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-22 Thread vijayvithal jahagirdar
For vim/gvim check mouse options and gui options as it impacts some of the selection behavior. On Thu, Jun 22, 2017 at 11:01 AM, Jan Ingvoldstad wrote: > Hah, I see that my original response only went to ToddAndMargo, how > dull-witted I must have been. > > On Wed, Jun 21,

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread Jan Ingvoldstad
Hah, I see that my original response only went to ToddAndMargo, how dull-witted I must have been. On Wed, Jun 21, 2017 at 10:13 PM, The Sidhekin wrote: > > On Wed, Jun 21, 2017 at 1:35 PM, Luca Ferrari wrote: >> >> > I like Geany, but it does not

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread The Sidhekin
On Wed, Jun 21, 2017 at 1:35 PM, Luca Ferrari wrote: > > I like Geany, but it does not support the "Secondary Selection" > > clipboard. This clipboard would save me a bunch of time as > > I would not lose my cursor hot spot. > > Emacs

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread Luca Ferrari
On Tue, Jun 20, 2017 at 10:32 PM, ToddAndMargo wrote: > Hi All, > > I like Geany, but it does not support the "Secondary Selection" > clipboard. This clipboard would save me a bunch of time as > I would not lose my cursor hot spot. Emacs

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread ToddAndMargo
On 06/20/2017 07:35 PM, Stephen Wilcoxon wrote: Huh. If GTK2 supports secondary selection, I would have expected gvim compiled with it to support it. I may have to do with what vi expects from "insert". Pasting stuff in other places than the cursor hot spot may be forbidden. --

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread Stephen Wilcoxon
Huh. If GTK2 supports secondary selection, I would have expected gvim compiled with it to support it. On Tue, Jun 20, 2017 at 7:53 PM, ToddAndMargo wrote: > On 06/20/2017 05:48 PM, Stephen Wilcoxon wrote: > >> If you do :version within gvim, does it say it was compiled

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread ToddAndMargo
On 06/20/2017 05:48 PM, Stephen Wilcoxon wrote: If you do :version within gvim, does it say it was compiled with gtk2? :version VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 21 2016 09:07:37) Included patches: 1-160 Modified by Compiled by Huge

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread Stephen Wilcoxon
If you do :version within gvim, does it say it was compiled with gtk2? On Tue, Jun 20, 2017 at 7:44 PM, ToddAndMargo wrote: > On 06/20/2017 05:43 PM, Stephen Wilcoxon wrote: > >> Did you compile it from scratch or verify that yours is compiled using >> gtk2? It can be

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread ToddAndMargo
On 06/20/2017 05:43 PM, Stephen Wilcoxon wrote: Did you compile it from scratch or verify that yours is compiled using gtk2? It can be compiled with several different gui toolkits. On Tue, Jun 20, 2017 at 7:39 PM, ToddAndMargo > wrote:

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread Stephen Wilcoxon
Did you compile it from scratch or verify that yours is compiled using gtk2? It can be compiled with several different gui toolkits. On Tue, Jun 20, 2017 at 7:39 PM, ToddAndMargo wrote: > On 06/20/2017 04:31 PM, Stephen Wilcoxon wrote: > >> gvim is (sort of) a GUI

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread ToddAndMargo
On 06/20/2017 04:31 PM, Stephen Wilcoxon wrote: gvim is (sort of) a GUI editor. I just checked and it can support gtk2 (--enable_gui=gtk2 when compiling) so it might actually work for your secondary selection. Rats. It just moved the cursor on mine.

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread Stephen Wilcoxon
gvim is (sort of) a GUI editor. I just checked and it can support gtk2 (--enable_gui=gtk2 when compiling) so it might actually work for your secondary selection. On Tue, Jun 20, 2017 at 5:36 PM, ToddAndMargo wrote: > On 06/20/2017 02:57 PM, Andy Bach wrote: > >> >> On

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread ToddAndMargo
On 06/20/2017 02:57 PM, Andy Bach wrote: On Tue, Jun 20, 2017 at 4:43 PM, ToddAndMargo > wrote: Bummer on the VI ! It inserts above the cursor try :help insert a - append after cursor A - append at end of line i - insert before

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread Andy Bach
On Tue, Jun 20, 2017 at 4:43 PM, ToddAndMargo wrote: > Bummer on the VI ! It inserts above the cursor try :help insert a - append after cursor A - append at end of line i - insert before cursor I - insert before first non-blank in the line o - open a line below cursor O

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread ToddAndMargo
On Tue, Jun 20, 2017 at 3:32 PM, ToddAndMargo > wrote: Hi All, I like Geany, but it does not support the "Secondary Selection" clipboard. This clipboard would save me a bunch of time as I would not lose my cursor hot spot.

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-20 Thread Stephen Wilcoxon
Interesting but not something I've ever worried about. Personally, I just use [g]vim on all platforms but it definitely does NOT support secondary selection. On Tue, Jun 20, 2017 at 3:32 PM, ToddAndMargo wrote: > Hi All, > > I like Geany, but it does not support the