> * Shouldn't the editor flag methods in a class that have duplicate
> signatures?

This is just not implemented yet (as well as flagging of many other types of
sytax errors). This will be done in Ariadna.

> * How about an option in "Move Inner to Upper Level" that allows you to
> place the class in the current java source file as a non-nested class?

Why do you need this? Isn't one-class-per-file technique much more
convenient?

> * Bookmarks are lost when you Layout Code

This problem is planned to be fixed in Ariadna.

>
> Code completion--
> * For autocomplete, I assume there is no way to combine SmartType with
> Basic in one keymap, but I think such a combined code completion
> technique would be helpful. Ideally, SmartType would take effect if
> possible but if it cannot then Basic completion would be in effect.

This is actually not that straightforward. For example in the following
code:

String s = a<code completion here>

you can either get

String s = aStringVar;
with SmartType code completion, or

String s = aNonStringVar.getSomeString();

by using normal completion. So the choice is up to you.

> * Another small autocomplete enhancement would be for it to use a
> different color or shade for the letters (if any) before the current
> caret position when there is one match compared to multiple matches (and
> also different for no matches). Maybe even red (no matches), yellow
> (multiple matches), and green (one match).

Do you mean letters in the editor or in the lookup list? Please explain your
suggestion with some example.

Valentin Kipiatkov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"

----- Original Message -----
From: "Jon Steelman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 8:04 AM
Subject: [Eap-list] a few 614 issues


> Hi all,
>
> I'm very new to IDEA and quite enjoying it. I wanted to mention these
> issues with build 614:
>
> * Shouldn't the editor flag methods in a class that have duplicate
> signatures?
> * How about an option in "Move Inner to Upper Level" that allows you to
> place the class in the current java source file as a non-nested class?
> * Bookmarks are lost when you Layout Code
>
> Code completion--
> * For autocomplete, I assume there is no way to combine SmartType with
> Basic in one keymap, but I think such a combined code completion
> technique would be helpful. Ideally, SmartType would take effect if
> possible but if it cannot then Basic completion would be in effect.
> * Another small autocomplete enhancement would be for it to use a
> different color or shade for the letters (if any) before the current
> caret position when there is one match compared to multiple matches (and
> also different for no matches). Maybe even red (no matches), yellow
> (multiple matches), and green (one match).
>
> Thanks,
> Jon
>
>
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to