Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-25 Thread David Mitchell
I found that the FIF in the context menu on Win7 did not seem work in the same way as FIF with Shift-Click. Shift-Click seems to invoke FIF for the entire word under the mouse cursor, regardless of what is selected. The context Menu FIF options seem to invoke FIF only if you have preselected

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-25 Thread chris burke
The shift-click behavior has been removed, leaving ctrl-click to invoke fif. On Mon, Jan 24, 2011 at 11:52 PM, David Mitchell davidmitch...@att.net wrote: Interesting.  The use of shift+click for extended selection is one of the oldest mouse uses that I am aware of.  Virtually every editor

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-25 Thread David Mitchell
I just discovered that my first recollection was wrong. It seems my fingers know what I am doing better that I can describe it. I use Ctrl-Click for discontinuous selection, not Alt-click. So, Alt-click could also be used for FIF. For me, Ctrl-click is fine for Win FIF. I'm not sure I see a

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-24 Thread bill lam
This metaphor is new to me. The current behavior is hardcoded. You can edit the ide/gtk/gtk.ijs to disable link to fif. A better way is perhaps to assign an alternative way to link fif and leave extended selection usable. diff --git a/ide/gtk/source/main/event.ijs b/ide/gtk/source/main/event.ijs

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-24 Thread David Mitchell
Interesting. The use of shift+click for extended selection is one of the oldest mouse uses that I am aware of. Virtually every editor and most file managers I am aware of on Windows or Mac support it (including J6 editor). On 1/24/2011 10:01, bill lam wrote: This metaphor is new to me. The

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-24 Thread chris burke
No problem in changing this. What is the best alternative? Do we need an alternative? On Mon, Jan 24, 2011 at 11:52 PM, David Mitchell davidmitch...@att.net wrote: Interesting.  The use of shift+click for extended selection is one of the oldest mouse uses that I am aware of.  Virtually every

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-24 Thread bill lam
I seldom use mouse now and cannot comment based on ergonomic, but the right button can be used if Mac also gets a two button mouse. Втр, 25 Янв 2011, Chris Burke писал(а): No problem in changing this. What is the best alternative? Do we need an alternative? On Mon, Jan 24, 2011 at 11:52 PM,

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-24 Thread David Mitchell
I agree that the right mouse button for (Windows) context is not a bad option. Perhaps FIF could be added as an additional context menu entry. Another option could be to use the middle mouse button for FIF. Most wheel mice support clicking the wheel as a middle mouse button. I must admit my

Re: [Jbeta] J7 GTK - Shift Click in Editor starts Find in Files

2011-01-24 Thread bill lam
FIF is already inside the popup menu for right click. Whatever the choice would be, it will be nice to be compatible with Mac. Пнд, 24 Янв 2011, David Mitchell писал(а): I agree that the right mouse button for (Windows) context is not a bad option. Perhaps FIF could be added as an additional