Hi Esteban - might it be possible to put your script and mock classes on
Smalltalk hub for future reference?
I might need to do something similar at some point - and it sounds workable
with what you did.
Thanks for mentioning it.
Tim
Sent from my iPhone
> On 18 Aug 2014, at 04:46 pm, "Esteba
On 18/8/14 20:21, Johan Fabry wrote:
Hi all,
it seems there is a regression issue with bug 12569 TextModel should not move
scroll when accepting text.
https://pharo.fogbugz.com/f/cases/12569/TextModel-should-not-move-scroll-when-accepting-text
I was looking for a report on this because I have
Hi all,
it seems there is a regression issue with bug 12569 TextModel should not move
scroll when accepting text.
https://pharo.fogbugz.com/f/cases/12569/TextModel-should-not-move-scroll-when-accepting-text
I was looking for a report on this because I have this issue in 3.0 release and
I can r
I solved it adding a few mock classes/methods, plus a bunch of regular
expressions to convert Dolphin chunk to Pharo chunk.
Dolphin uses methodsFor! and sets method category as a "do-it", while
Pharo defines the category and the stamp in methodsFor:stamp:!
It isn't super pretty, but got the job d
Hi esteban
let us know if we can help (if we are rather busy).
Stef
On 16/8/14 23:39, Esteban A. Maringolo wrote:
Hi,
Does anybody know if there is a tool/package or something to import
Dolphin's chunked fileouts into Pharo?
The chunk format is different, as well as some methods not present
ᐧ
And then, as if by magic, the problem vanished!
I think the problem must have been something I was doing wrong at the
Google end. Everything now works.
Thanks Sven