Hernán Morales Durand
Hernán Morales Durand
I could reproduce it but I don't know what should happen instead
I checked a bit the [SDL support](https://github.com/libsdl-org/SDL/issues/7625) for this issue, although they mention there is some kind of support, the [source](https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_clipboard.h) does not seem to reflect this yet. An ugly...
> I have a question why the code is not "as simple as" `FileReference new withPath: ....` Apparently the file name re-"encoding" is just to replace characters such as $/...
> Hi @hernanmd Can you have a look because I would like to integrate it? In #781
> I think it's good now. I didn't see it in the changes, but is `SycMethodNameEditorPresenter` now removed in the PR? (since it shouldn't be referenced anymore, it would be...
It would involve replacing the backend packages which uses Morphs: - [X] Create SHStylePresenter to replace `SHPreferences class>>#styleTableRow` - [x] Replace `ShortcutReminder>>#createResetCountButtonMorph` - [x] Replace `IceTipCredentialsSettings class>>#settingsOn:` - [x] Replace...
Today I checked how this works. I leave here some notes as I work on this front. The dialog is a Block, that is, it works as a callback. And...
I will have a look tomorrow. The key method here is: ```smalltalk evaluateWithTimeOut: anInteger | runner result | runner := TKTLocalProcessTaskRunner new. runner schedule: [ result := [ self evaluate...
I'm not an expert in Metacello, but from what I've seen, in P13, Metacello loads **statements**, each one of which is a "script" loaded in a session using dynamic variables...
I think the problem comes from (some?) Morphic step methods are processed twice: ```smalltalk runStepMethodsIn: aWorld "Perform periodic activity inbetween event cycles" | queue nextInQueue| "If available dispatch some deferred...