Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
Stef - from what I can see, I think the refresh icon on the toolbar was supposed to do that - but it didn’t. I’m proposing a fix to make that work, as well as having file operations check the file they are working on is actually there - before attempting their operation (and tell you if not, and

Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
Thanks Ben - I think that makes sense, as I did notice doing that kind of compare seemed to pull things into my image. As I’m about to try again - I’ll try what you suggest (I’m sure I will get there in the end). Tim On 11 Aug 2014, at 13:32, Ben Coman wrote: > Tim Mackinnon wrote: >> >> Ste

Re: [Pharo-users] Roassal2 RTDraggable grid and synchronized movement

2014-08-11 Thread Alexandre Bergel
Ok, excellent! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Aug 11, 2014, at 4:37 AM, Peter Uhnák wrote: > Hi Alex, > > unfortunately I've been quite busy with other stuff however i

Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Ben Coman
Tim Mackinnon wrote: Stef - hmm thats an interesting feature as well, I’ll have a quick look. I tried committing my changes but I don’t have commit writes on that project. I have entered a Fogbugz issue in the Launcher category and attached my slice to it. I still think I’m doing something

Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
Stef - hmm thats an interesting feature as well, I’ll have a quick look. I tried committing my changes but I don’t have commit writes on that project. I have entered a Fogbugz issue in the Launcher category and attached my slice to it. I still think I’m doing something wrong with Monticello tho

Re: [Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread stepharo
Hi tim I would love a sync from file possibility because I often remove directly folders and after the launcher is dead. I think that to contribute you should commits code in the inbox of the project. Damien is on vacation now but I'm sure he will welcome help. Hi - I’ve added a few intere

[Pharo-users] How to contribute to PharoLauncher?

2014-08-11 Thread Tim Mackinnon
Hi - I’ve added a few interesting features to PharoLauncher, but I’m not sure what the steps are for contributing to a SmalltalkHub project? My proposed changes are as follows: - Change default image template name to include the parent folder name (e.g. Pharo 4.0 (beta)-540123 vs. 450123) - Add

Re: [Pharo-users] Roassal2 RTDraggable grid and synchronized movement

2014-08-11 Thread Peter Uhnák
Hi Alex, unfortunately I've been quite busy with other stuff however it's on my todo list so I'm planning to get back to it later this week. I'll keep you posted. Peter On Fri, Aug 8, 2014 at 11:57 PM, Alexandre Bergel wrote: > Hi Peter, > > How things are going with having a snapOnGrid behav

[Pharo-users] AST source interval isn't changed

2014-08-11 Thread Mark Rizun
Hello, I have MyTextModel class - a subclass of TextModel, it holds an ast of it's text. When I replace node of the ast using replaceWith: ast is changed, then I say text: ast formattedCode, so the text is changed too. But! when I inspect new ast(after replacing some node), I see that source inte