Issue 3807 in pharo: FileIn from FileContentsBrowser is broken when in presence of reorganize

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 3807 in pharo: FileIn from FileContentsBrowser is broken when in presence of reorganize

pharo
Status: Closed
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3807 by [hidden email]: FileIn from FileContentsBrowser is  
broken when in presence of reorganize
http://code.google.com/p/pharo/issues/detail?id=3807

We spent some time with Benjamin and probably the problem is that a  
ChangeRecord is not tagged as a reorganize. Now the code is so bad and  
circumvoluted that we decided to remove the possibility to file in code  
from the FileContentsBrowser and that the user performs a new drag and drop  
and select file in  (which works).

We do that because like that we make sure that the integrators do not get  
confused with different options and one breaking on reorganize in presence  
of class extension and MC recategorization.