On 30 Dec 2013, at 12:37, jannik.laval <jannik.laval@gmail.com> wrote:
Hi all,
I am porting Phratch in Pharo 3.0 and I have some problems with the interface. I uses a one-click Pharo3.0 #30664
Here is a list of what I have:
- in a debugger, it is not possible to do a Cmd-p to evaluate an expression. This appears only if I select with the mouse. If I make the selection with shift-arrow it works. It means that the selection with mouse or with shift-arrow are not the same.
yes, this is a known bug (I donât remember number)
- In monticello browser: when I select my project, all the repositories available in Pharo are shown. As in Pharo 2.0, it should show only the concerned repositories (2 or 3 max).
Nope, there is a change with this. There is no more relation 1->N in MC, now is N->N. There is a preference if you want the old behaviour.
- In a browser, when I did a change in the source code of a method, then I select another method, the changes are lost, without asking if I want to save changes.
yep⦠also a known bug. so, 2 bugs, 1 âfeatureâ :) Esteban
Could one confirm that they are bugs (not new features) ? and if they are already reported.
Cheers, Jannik