-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After using method browser to create a new method with a new selector, cannot revert to original method in that browser #168
Comments
If I click yes I lose the changes in the method I am trying to save ... |
commit ids:
|
Testing in the current does not show the serious problem Dale saw 4 weeks ago. Perhaps it healed meanwhile. The only issue I see is the complaint about the method list and method pane not matching. After the save, the method pane shows the new method, which does not match the method name in the search results. If you unselect using control select and then select, the old method contents is shown (correctly), and you have to go to the PB to find your new method; but editing the old to call the new worked fine too. The mismatch is not ideal, but the alternatives are not great. When you edit the method to add a keyword you can just as well create a brand new unrelated method, so while this case seems like both should be visible since they look similar, the devil's in the details. We could: The bad part of this bug was a P2, but the remaining part is a P4, so I've made this a P3. Dale should retest the bad part of this bug, and Eric can look at what we might want to do (if anything) about the mismatch. |
Here's a case where I browsed the method
GsGenerator371Common>>generateGemStoneBootstrap:gsDestDir:doCompile:
and then extended the selector to includedoCheckTonelClassMethodOrder:doCheckTonelClassMethodOrder:
... Note that method listed in selection list no longer matches the method in the code page:I cannot deselect/select the original method selector and get back to the original method source ... I'm pretty sure this worked in earlier versions of JfP ... just not sure when it stopped working ...
The text was updated successfully, but these errors were encountered: