Hello Graeme.

About changing original behavior of mseide.

What do you think to enable selection without shift key by "define" ?

If you want selection without shift, add -dnoshiftedit.

And in code:

{$ifdef noshiftedit}
// code without using shift key
{$else}
// code using shift key
{$endif}

The idea of Martin was to use 2xclick to jump to the declaration of
selection.

I prefer to do the reverse (see ideU)  2xclick+shift to jump to the
declaration of selection.
And 2xclick alone to select a word (or line if re-2xclick).

So, to resume, option or not?

Fre;D









--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to