[Pharo-dev] [update 2.0] #20621

2013-09-26 Thread Marcus Denker
20621 - 11678 ConfigurationCommandLineHandler should allow multiple groups https://pharo.fogbugz.com/f/cases/11678 11628 Give Job its own announcer, no longer use the SystemAnnouncer [Backport] https://pharo.fogbugz.com/f/cases/11628 Diff information:

[Pharo-dev] [update 3.0] #30423

2013-09-26 Thread Marcus Denker
30423 - 11676 A user with no save right should not be asked https://pharo.fogbugz.com/f/cases/11676 11666 ClassOrganizationownCategories missing https://pharo.fogbugz.com/f/cases/11666 Diff information:

[Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
Hi, I would like to know if something like, a file browser ui containing a select button, exist ? Something really simple, just for browse and select one file. In my case i need it for import new icons. Thanks :) -- Best regards, Douaille Erwan douaille.er...@gmail.com

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Goubier Thierry
Hi, Why don't you want to use the default, as in: UIManager default chooseFileMatching: nil ? Thierry Le 26/09/2013 10:40, Erwan Douaille a écrit : Hi, I would like to know if something like, a file browser ui containing a select button, exist ? Something really simple, just for browse and

[Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Marcus Denker
Hello, The issue tracker is again at over 500 entries: https://pharo.fogbugz.com/f/filters/33/All-by-project Please, if you submitted a bug in the past, check it's status! - Maybe someone asked you a trivial question that *you* can answer in 10 seconds, but if you don't, the issue can

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
2013/9/26 Goubier Thierry thierry.goub...@cea.fr Hi, Why don't you want to use the default, as in: UIManager default chooseFileMatching: nil ? Because i didn't know than it exist :) It looks what i expected Thanks ! :) Thierry Le 26/09/2013 10:40, Erwan Douaille a écrit : Hi, I

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
It returns the file name, do you know how can i get the full path or a FileReference ? :) 2013/9/26 Erwan Douaille douailleer...@gmail.com 2013/9/26 Goubier Thierry thierry.goub...@cea.fr Hi, Why don't you want to use the default, as in: UIManager default chooseFileMatching: nil ?

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Goubier Thierry
Ouch. Looks like it's not really usable then if it returns only the file name. I'll have a deeper look and push an issue then. Thierry Le 26/09/2013 11:16, Erwan Douaille a écrit : It returns the file name, do you know how can i get the full path or a FileReference ? :) 2013/9/26 Erwan

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Goubier Thierry
Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: nil preview: nil) asFileReference We could probably clean up a bit those chooseXXX methods :) Thierry Le 26/09/2013 11:30, Goubier Thierry a écrit : Ouch. Looks like it's not really usable then if it

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Erwan Douaille
Ok thanks ! I was looking to return another kindof answer, by browsing codes ... Let me know when you fix it :) 2013/9/26 Goubier Thierry thierry.goub...@cea.fr Ouch. Looks like it's not really usable then if it returns only the file name. I'll have a deeper look and push an issue then.

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Erwan Douaille
2013/9/26 Goubier Thierry thierry.goub...@cea.fr Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: nil preview: nil) asFileReference So coool :) Thanks ! We could probably clean up a bit those chooseXXX methods :) Yes, just browsing it looks

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Goubier Thierry
Le 26/09/2013 11:47, Erwan Douaille a écrit : 2013/9/26 Goubier Thierry thierry.goub...@cea.fr mailto:thierry.goub...@cea.fr Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: nil preview: nil) asFileReference So coool :) Thanks ! We

[Pharo-dev] [OT] What's Your Next Language on the Javascript Platform?

2013-09-26 Thread Esteban Lorenzano
not bad :) http://www.infoq.com/research/languages-on-javascript-platform

[Pharo-dev] For those with arm / back problems - Code by Voice

2013-09-26 Thread kilon
Here is a very nice presentation for coding by voice using emacs. It should work for pharo too via shampoo ( https://github.com/dmatveev/shampoo-emacs https://github.com/dmatveev/shampoo-emacs ) Here is the presentation https://www.youtube.com/watch?v=8SkdfdXWYaI

Re: [Pharo-dev] [OT] What's Your Next Language on the Javascript Platform?

2013-09-26 Thread kilon
Voted . Ok be sincere how many of you actually use amber ? :D -- View this message in context: http://forum.world.st/OT-What-s-Your-Next-Language-on-the-Javascript-Platform-tp4710516p4710522.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-26 Thread kilon
yeap definetly excited. I love python, but really missed such an IDE as pharo. But now I can say I found the tool I was always looking for. :) Ok tried , latest PharoLauncher on windows. Brogress bars work well, it even displays a third one for unziping the files. But I found a bug, it cant

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Sean P. DeNigris
Thank you for taking care of this, Marcus! While we're on the subject, there have been some issues which were not resolved that were closed due to e.g. inactivity. I totally understand the need to keep the bug tracker to a manageable size, but I feel that something is lost when we do this. For

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Marcus Denker
On Sep 26, 2013, at 2:34 PM, Sean P. DeNigris s...@clipperadams.com wrote: Thank you for taking care of this, Marcus! While we're on the subject, there have been some issues which were not resolved that were closed due to e.g. inactivity. I totally understand the need to keep the bug

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Marcus Denker
On Sep 26, 2013, at 1:16 PM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 26/09/2013 11:47, Erwan Douaille a écrit : 2013/9/26 Goubier Thierry thierry.goub...@cea.fr mailto:thierry.goub...@cea.fr Solution: (UIManager default chooseFullFileName: 'Choose an Icon'

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Goubier Thierry
Le 26/09/2013 14:47, Marcus Denker a écrit : On Sep 26, 2013, at 1:16 PM, Goubier Thierry thierry.goub...@cea.fr wrote: Le 26/09/2013 11:47, Erwan Douaille a écrit : 2013/9/26 Goubier Thierry thierry.goub...@cea.fr mailto:thierry.goub...@cea.fr Solution: (UIManager default

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Sean P. DeNigris
Marcus Denker-4 wrote The problem is that if we have over 500 entries, people just give up. They say what use is it to fix 1, there are just too many. Okay, so I think a Resolved status like Stale would be a good compromise. Then we can close the issue, but it will be tagged as to the reason,

Re: [Pharo-dev] Pharo Launcher link

2013-09-26 Thread Damien Cassou
On Wed, Sep 25, 2013 at 3:11 PM, kilon theki...@yahoo.co.uk wrote: Its not far from that goal at all. Congratulation for you work, you can count me in as a contributor :) please send your code to smalltalkhub as soon as you have something and tell me. Thank you kilon -- Damien Cassou

[Pharo-dev] [update 3.0] #30424

2013-09-26 Thread Marcus Denker
30424 - 11684 Make Compiler unloadable part 1 https://pharo.fogbugz.com/f/cases/11684 11685 Make Compiler unloadable part 2 https://pharo.fogbugz.com/f/cases/11685 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/Traits-MarcusDenker.572.diff

[Pharo-dev] UI Mess

2013-09-26 Thread Sean P. DeNigris
We have FileDialogWindow, which is a cool little class which implements all the cool things you may want to do when selecting a file, for example: - answer either a directory, file, file entry, etc. - set an initial directory - set the sorting block Life is good. rant Then, we take the entire

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Camillo Bruni
On 2013-09-26, at 12:29, Sean P. DeNigris s...@clipperadams.com wrote: We have FileDialogWindow, which is a cool little class which implements all the cool things you may want to do when selecting a file, for example: - answer either a directory, file, file entry, etc. - set an initial

[Pharo-dev] [update 3.0] #30425

2013-09-26 Thread Marcus Denker
30425 - 11687 Merge Opal with Opal Repository https://pharo.fogbugz.com/f/cases/11687 11688 Pharo Kernel shrinking update for 30424 https://pharo.fogbugz.com/f/cases/11688 Diff information:

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-09-26 Thread btc
kilon wrote: yeap definetly excited. I love python, but really missed such an IDE as pharo. But now I can say I found the tool I was always looking for. :) Ok tried , latest PharoLauncher on windows. Brogress bars work well, it even displays a third one for unziping the files. But I

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Sean P. DeNigris
Camillo Bruni-3 wrote Just image that the UIManager should also work on the CommandLine After browsing UICommandLineManager#chooseFrom:lines:title:, I see where we are headed - mimicking the headful interactions via stdin/out. Very cool! Camillo Bruni-3 wrote Returning any window on UIManager

[Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
Hi guys, I have a link in a Seaside app that allow us to trigger a Metacello load to update the source code. It has a weird errorI get a FileDoesNotExistException with the .changes file, which indeed exists. The error is in #readOnlyFileNamed:. I attach an screenshot of the stack. What is

[Pharo-dev] Pharo Launcher cant launch Image on Windows

2013-09-26 Thread kilon
Pharo Launcher cant launch images it download on windows . Does not understand in ExternalWindowProcess value , nextPutAll:. There is however a comment inside the method that says : FIXME: Close the initial pipe handles. For now, I have not implemented passing these to the child, and there is no

Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
Of course, executing the SAME load code from the workspace in the image does workso this is only when I trigger it from a seaside button...weird... On Thu, Sep 26, 2013 at 3:31 PM, Mariano Martinez Peck marianop...@gmail.com wrote: ups...here is the screenshot. On Thu, Sep 26, 2013 at

Re: [Pharo-dev] UI Mess

2013-09-26 Thread GOUBIER Thierry
Thanks, Sean, I'm happy that after Erwan suggestion of an issue, someone took charge of cleaning that :) My own position is that current Pharo has unified the filesystem issue with FileReference, and that I'm not impressed by moving ten variants of an API for choosing files from one class to

Re: [Pharo-dev] [update 3.0] #30425

2013-09-26 Thread Pavel Krivanek
The update build failed on Linux slave -- Pavel 2013/9/26 Marcus Denker marcus.den...@inria.fr: 30425 - 11687 Merge Opal with Opal Repository https://pharo.fogbugz.com/f/cases/11687 11688 Pharo Kernel shrinking update for 30424 https://pharo.fogbugz.com/f/cases/11688

Re: [Pharo-dev] Strange FileDoesNotExistException when loading code from Seaside...

2013-09-26 Thread Mariano Martinez Peck
it is similar to an error that appears in some Jenkins jobs like: ASTCacheat: in Block: [31m Startup Error: FileDoesNotExistException: ' https://ci.inria.fr/pharo-contribution/job/Fuel/PHARO=30,VERSION=bleedingEdge,VM=vm/ws/Fuel.changes ' [0mMultiByteFileStream class(StandardFileStream

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Stéphane Ducasse
On Sep 26, 2013, at 11:35 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path: nil preview: nil) asFileReference We could probably clean up a bit those chooseXXX methods :) oh yes! If we could get more

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: A simple File browser ?

2013-09-26 Thread Erwan Douaille
https://pharo.fogbugz.com/default.asp?11690 just as a reminder :) 2013/9/26 Stéphane Ducasse stephane.duca...@inria.fr On Sep 26, 2013, at 11:35 AM, Goubier Thierry thierry.goub...@cea.fr wrote: Solution: (UIManager default chooseFullFileName: 'Choose an Icon' extensions: nil path:

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Sean P. DeNigris
Goubier Thierry wrote answer := UIManager default chooseFileReference: 'Select a file' path: aFileReference pattern: '*.png' name: nil I can't tell if that captures the full options of fileDialogWindow without a bit more investigation, but that would be a great improvement

Re: [Pharo-dev] A simple File browser ?

2013-09-26 Thread Stéphane Ducasse
Thanks we appreciate :) Bootstrap pharo, pharo consortium, and business is taking a lot of time and energy :) But we will do it. Yes, I know. I'm trying to close all the ones I have around at the moment before opening a new one :) Thierry -- Thierry Goubier CEA list Laboratoire des

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Stéphane Ducasse
If you remember a while ago I was thinking that the theme could be managed like settings (ie encapsulated in the widgets and that the widgets could encapsulate their default for theme), but sadly I was wrong because a theme oftn requires specific computation. So probably we should have a

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread Stéphane Ducasse
On Sep 26, 2013, at 3:57 PM, Camillo Bruni camillobr...@gmail.com wrote: On 2013-09-26, at 10:23, Sean P. DeNigris s...@clipperadams.com wrote: Marcus Denker-4 wrote The problem is that if we have over 500 entries, people just give up. They say what use is it to fix 1, there are just too

Re: [Pharo-dev] [Issue Tracker] input of submitters/bug fixers needed

2013-09-26 Thread kilon
I agree, closing bugs , or deleting them, on the grounds that none has comment on them for a very long time is a very bad idea. Pharo has a small crowd of users and I seriously doubt they care much of the bug report process. That does not make a bug any less important though. In the end of the

Re: [Pharo-dev] UI Mess

2013-09-26 Thread Camillo Bruni
On 2013-09-26, at 15:50, GOUBIER Thierry thierry.goub...@cea.fr wrote: Thanks, Sean, I'm happy that after Erwan suggestion of an issue, someone took charge of cleaning that :) My own position is that current Pharo has unified the filesystem issue with FileReference, and that I'm not

[Pharo-dev] SmalltalkHub use of LESS stylesheets

2013-09-26 Thread Esteban A. Maringolo
Hi all, The SmalltalkHub website seems to be using LESS stylesheets, which are downloaded in a sequential order, and it takes ~20sec to download the styles. Wouldn't it be better to compile the LESS stylesheets to regular CSS files (combined and minified in a single file would be great). LESS

Re: [Pharo-dev] SmalltalkHub use of LESS stylesheets

2013-09-26 Thread Sebastian Sastre
I'm curions on how this develops. Looking forward for hear about every tactic to make amber apps loading snappishly :D On Sep 26, 2013, at 11:27 PM, Esteban A. Maringolo emaring...@gmail.com wrote: Hi all, The SmalltalkHub website seems to be using LESS stylesheets, which are