Tim Mackinnon

Results 63 issues of Tim Mackinnon

I created a branch for an experiment - decided not to use and then went back to master to try again. However if I want to cherry pick code (particularly...

When trying to create a minimal image on Pharo, there is a #cleanUp and/or #cleanUp: protocol for classes with registry's to clean themselves up. I discovered lots of post load...

New users don’t easily understand that when you make settings modifications (like vm and image paths or theme) that there is a separate save settings button that will preserve those...

When I save my .py extension on iCloud using Pythonista, when I run the extension it always gives me the “script not found” error with a locate button. Using locate...

If you load a metacello script in a pharo image (but assume this applies to all smalltalks) and then decide to fork that project, and you want to reload the...

In Pharo 7, you can't seem to change the open shortcut from Shift-Tab to anything else. If you type something in, and then try to save it it just adds...

#writeClass: and #writePackage: aren't listed as private and yet they can't be used standalone as they internally call #writeClassSideMethodDefinitions: aClassDefinition on: aStream and it references a snapshop. Would be useful...

backlog

**Bug description** In a default metacello baseline for a project - referencing a dependency and aliasing it so that you can load a specific group, fails to honour that group...

**Bug description** When you get an Iceberg authentication error, the resulting alert box shows a message on a single line that extends beyond the size you can stretch the message...

Adds a simple MoveTo menu item for taskbar items (useful to move something like the Transcript or Repository window to the front of the Taskbar)