-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: tools
According to implementation of /edit, if there are no arguments, all declarations should be presented in an editor. But it is not presented in documentation.
Clarify situation what happens if a user tries to edit two declaration by name.
-> class a {}
| Added class a
-> void a() {}
| Added method a
-> /e a
Clarify situation what happens if a user tries to edit two declaration by name.
-> class a {}
| Added class a
-> void a() {}
| Added method a
-> /e a