+1 Already requested about 2 weeks ago
"Igor Karpov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Recenlty I had a related Idea.
> As you know, it's quite easy to convenient to jump over words with
Ctrl+Left
> and Ctrl+Right.
> But sometimes I found myself trying to navigate thru a
> longIdentifierWrittenInCamelNotation word-by-word, e.g. to cut a piece of
it.
>
> It would be nice if Ctrl+Left and Ctrl+Right behaved like this, or to have
> different keystroke (Ctrl+Alt+Right?) assigned to this. It's annoying to
> carefully position the cursor inside of the tong identifier.
>
>
> -----Original Message-----
> From: "Joe Pardi" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Thu, 18 Jul 2002 23:27:09 -0400
> Subject: Case insensitive variables
>
> >
> > It's apparent that IDEA keeps track of all variables and methods and
such
> > within my source file and project.
> >
> > One feature I'd love to see is for it to fix the case sensitivity of
these
> > things when I'm coding.
> >
> > For example, if there's a variable declared this way:
> >
> > String firstName = null;
> >
> > and I type:
> >
> > firstname = null;
> >
> > The editor will recognize this pattern and automatically fix it for me.
So
> > it would fix the above statement to be:
> >
> > firstName = null;
> >
> > Would save **alot** of keystrokes to the Shift key.
> >
> > Ideally, it would nice to be able to accomodate 3 different behaviours
using
> > a configurable editor setting.
> >
> > 1. Automatically fix variables/method names (behaviour mentioned above)
> > 2. Ask to fix (similar to how it works with detecting missing imports
and
> > Alt-Enter)
> > 3. Do nothing (what it currently does)
> >
> > If you're "for" this feature, please indicate which setting should be
the
> > default.
> >
> >
> >
> >
> > _______________________________________________
> > Eap-features mailing list
> > [EMAIL PROTECTED]
> > http://lists.jetbrains.com/mailman/listinfo/eap-features
> >
>
>
> ------------------------------------
> Mail.Ru - ������, ��������, �������!
> ------------------------------------


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to