Hi,

I have to say I'm very impressed by IDEA, it's the best IDE I've ever used. To 
add my 2 cents, here is a list of my suggestions (I've left out suggestions 
I've already read on this list):

[Project]
1  Separation of project settings like "open files" and "last cvs comment"
   from real project settings because these don't have to be under source
   control. It's nice to have the project settings like paths, exclude from
   compile, etc. under source control.
2  Checkout project from source control without any project currently being
   loaded, i.e. opening a project from source control; checkout would open the
   project right away (in combination with suggestion 1).
3  Support for multiple projects in workspace (including debugging each one
   at the same time).
4  Rescan jars in classpath if they have changed. If I change a jar outside
   IDEA then it marks all references to the jar code as errors (but it
   compiles fine). Perhaps this will already be fixed with the upcoming
   library support though.

[Refactoring]
5  Warning when renaming a field or local variable if it causes the field to be
   hidden by the local variable.

[Navigation]
6  Navigation to end of current word (I like this better than start of next
   word). If already at the end of the current word, it should go to the end
   of the next word.
7  Navigation to next/previous sibbling in a tree (e.g. with Alt+PgDn/PgUp).
8  More than one docked window open on the same sidebar (e.g. project and
   structure stacked on the left).

[Keys]
9  Key bind for bringing up the context menu.
10 Key bind for the re-running the specific run configuration/ant build target
   within a run/debug/messages tab.
11 Shift+escape in editor to close all docked windows.
12 When using completion with ctrl+space, and ')' to complete the name, append
   the ')' itself (like '.', ',', ';', ':', '=', etc. already do).
13 Holding shift when executing cvs command to always show dialog, even if it
   was turned off.

-Rene Smit


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

Reply via email to