Methodmarks would be like bookmarks, except they just point to a method. That way if you refactor, the methodmark would still point to the same (logical) method.
Furthermore, you would allow the users to create their own classes of methodmarks. For example, a user might create a methodmark for "FIXME" and color it red, or a methodmark for "OPTIMIZE" and color it green, or a methodmark for "TESTED" and color it blue. Then the user could search for all instances of a certain type of method (those to be optimized or those to be fixed). This would also be useful with the code folding you plan to implement. For example, fold all methods except "FIXME" methods. Then the user would only see code that needed to be fixed. I have never seen a better IDE than IDEA. Thanks for all your work. -Mark _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
