On 20 Nov 2001 at 21:41, Peter Donald wrote:
> Hi,
> 6. Sometimes when IDEA stops to think (GC or processing) it will swallow
> keypresses. This is soooo annoying - can it be fixed ;)
Actually, the annoying part is the fact that it goes out to lunch so long while
garbage collecting. This is directly related to the excessive use of temporary
objects. I would rather have time spent on that, then on fixing a problem caused
by another problem.
> 7. source file formatter should have some method to sort methods/variables
> according to rules. ie sort on access (private/protected/public),
> static/instance, name, getter/setters, variable/method,
> constructor/destructor, user specified rules
This would be real nice..
> 11. reformat comments to be less than specified column width (excluding
> comments in <pre> blocks)
This would be nice as well.
> 12. reformat code to be under specified line length with user configurable
> rules on where to break lines
Yup
> 14. allow a refactoring that will go in an add "final" to start of all
> variables/parameters that are only assigned to once
This has been discussed, and we talked about having a "most restrictive access"
refactoring. It would take methods and make them as private and final as they
could given the current code. Ithink this is a good idea.
> 16. reformatting to put in brackets for single line if statements
I'd like a reformatting to take brackets out for single line if statements.
> 18. show all files in project list - dont hide ones that have no registered
> types
Give me a way to hide specific files in a project list.
> 23. a way to distinguish between Types and instances using color formatting
> in editor
I use the uppercase/lowercase convention. Is that not sufficient? I know it isn't
tool enforced (perhaps it could be). I would rather have color formatting for static
versus local versus member variables.
> 25. escape means different things depending on where you are (cancel on
> dialogs, return to editor on tools) It seems un-user friendly
By convention (unless you are a vi user), it should mean cancel the open dialog.
Of all these, the only one I have a burning desire to see fixed is the garbage
collection / excessive use of temporary objects problem.
Mike
---
[EMAIL PROTECTED]
To obtain my PGP public key, mail "SEND PUB KEY" in the
subject to "[EMAIL PROTECTED]"
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features