|
This was discussed before, and maybe its too late to change - but having
used it a while, I do find that the Ctrl-F find bar shows me too many
results.
I wish typing a Class name (with a capital letter) just showed me the
classes - and none of the methods in those classes (unless they are class
methods with a capital), and that typing a method name - beginning with a
lowercase letter just showed me methods.
Having the class and the methods all together means lots more typing to get
from one class to the next.
Interestingly I notice that in Eclipse (probably IntelliJ too) in their
lookup class dialogs they support just typing capital letters for faster
search. e.g. typing SB would show StringBuffer -this is a neat time saving
hack that I notice that many developers use.
If others are interested in this, I'll post it in the feature requests...
Personally find it very exciting that Dolphin is in league with the big guns
like Eclipse and IntelliJ - and when I show my ruby friends the IDE, they
cry... ;-)
|