Joined: 11 Apr 2010 |
Posts: 90 |
Location: Prague, Czech Republic |
|
|
Posted: Mon May 24, 2010 3:19 am |
|
|
|
|
|
Airspray wrote: | I would like to sort functions by the name of the function, not by it's type (public, private, etc.).
Now:
- private B()
- static final private C()
- public A()
- public B2()
Hopefully:
- public A()
- private B()
- public B2()
- static final private C()
|
I agree, but I think there should be an option to switch between sorting types (i.e. "by type" / "by name").
Airspray wrote: | And I wouldn't mind if I could hide keywords like static and final from Code Navigator. |
The same request is here http://forum.nusphere.com/code-navigator-icons-instead-of-full-words-t7117.html .
|
|
Joined: 23 Jun 2008 |
Posts: 32 |
|
|
|
Posted: Mon May 24, 2010 3:25 am |
|
|
|
|
|
fibiza wrote: | I agree, but I think there should be an option to switch between sorting types (i.e. "by type" / "by name"). |
I agree.
So it seems. I commented that request, too.
|
|