On Sep 16, 2013, at 11:12 AM, Friedrich Dominicus <frido@q-software-solutions.de> wrote:
Marcus Denker <marcus.denker@inria.fr> writes:
On Sep 13, 2013, at 8:50 AM, Friedrich Dominicus <frido@q-software-solutions.de> wrote:
I guess I found a bug in Browser>openAsMorphClassEditing
I can not find this method in Pharo3 or Pharo2.
Which version are you using? Pharo 2.0 with Nautilus.
In general, we should remove the old Browser soon. It is not used.
I don't know but it seemed to be used hereâ¦
This is really strange: there are no references to class Browser, both Smalltalk tools browser SystemBrowser default return Nautilus. Do you have an idea in which situation this happens? We can add the fix to openAsMorphClassEditing: (the missing asLayoutFrame), but the real problem is that this method should not be called normally. (for the asLayoutFrame I will open an issue) Marcus