Re: [Pharo-project] bug in the code of CompiledMethod >> =

2010-05-07 Thread Mariano Martinez Peck
Hi. I am using Moose (an image that Cyrille Delaunay gave me) and I am having this problem. Is there a ticket for this ? I don't see analogousCodeTo: in PharoCore-1.1-11336-UNSTABLE should we integrate the fix ? Thanks Mariano On Tue, Mar 23, 2010 at 12:55 PM, Nicolas Cellier < nicolas.celli

Re: [Pharo-project] Settings Browser

2010-05-07 Thread Mariano Martinez Peck
On Fri, May 7, 2010 at 5:07 PM, Alain Plantec wrote: > Le 07/05/2010 16:21, Geert Claes a écrit : > > >> Alain Plantec-4 wrote: >> >> >>> from your screenshot - >>> don't forget that you have to accept your new value in text entries with >>> cmd-s or with the enter key. >>> >>> >>> >> Thanks Alai

[Pharo-project] We need a UI for Metacello/Loader

2010-05-08 Thread Mariano Martinez Peck
Hi folks. First of all let me clarify that all this email is though for new comers. I think Metacello is a wonderful project and that's why we are adopting it in Pharo. I know Metacello has it's own UI: http://code.google.com/p/metacello/wiki/MetacelloTools I also know there is Metaceller done b

Re: [Pharo-project] [Metacello] We need a UI for Metacello/Loader

2010-05-08 Thread Mariano Martinez Peck
o > Cheers, > Doru > > > > On 8 May 2010, at 16:53, Mariano Martinez Peck wrote: > > Hi folks. First of all let me clarify that all this email is though for >> new comers. >> >> I think Metacello is a wonderful project and that's why we are

Re: [Pharo-project] [vwnc] Survey: Changing method names in JNIPort?

2010-05-08 Thread Mariano Martinez Peck
On Sat, May 8, 2010 at 9:52 PM, Mariano Martinez Peck wrote: > > > On Sat, May 8, 2010 at 9:39 PM, stephane ducasse < > stephane.duca...@gmail.com> wrote: > >> >> On May 8, 2010, at 9:31 PM, Joachim Geidel wrote: >> >> > Hello everybody! >> &

Re: [Pharo-project] Emerging Languages Camp

2010-05-09 Thread Mariano Martinez Peck
I have just see the website and seems very interesting! Although Smalltalk is not an emerging language anymore, maybe Pharo does ? Cheers Mariano On Sun, May 9, 2010 at 7:02 AM, Serge Stinckwich wrote: > No one could talk about Pharo at this event ? > http://emerginglangs.com/speakers/ > > --

Re: [Pharo-project] Emerging Languages Camp

2010-05-09 Thread Mariano Martinez Peck
On Sun, May 9, 2010 at 3:57 PM, Michael Haupt wrote: > Hi Mariano, > > 2010/5/9 Mariano Martinez Peck : > > I have just see the website and seems very interesting! Although > Smalltalk > > is not an emerging language anymore, maybe Pharo does ? > > uh, sorry

Re: [Pharo-project] [Pharo-users] I'm new

2010-05-09 Thread Mariano Martinez Peck
On Sun, May 9, 2010 at 10:52 PM, Deathiop.dev wrote: > Hello everybody, > > I'm a recent Pharo user and I think it's pretty good. > Hi and welcome! > So I really want to help. I went on the bug tracker but it seems difficult > for me to resolve this kind of issues for the moment. > > I don't kn

Re: [Pharo-project] Metacello questions

2010-05-09 Thread Mariano Martinez Peck
My advice is not to specify versions in a project reference. If you have a baseline and in such baseline you reference a project, for example: "this piece of code is inside a baselind" project: 'UI Support' with: [ "One or more of the following attributes may be

[Pharo-project] Bug PackageInfo >> classes return also Traits

2010-05-10 Thread Mariano Martinez Peck
Hi folks. I've just discovered that PackageInfo >> classes return a collection of classes AND traits. This is incorrect. Solutions are: 1) Rename #classes to #classesAndTraits 2) Modify #classes so that it ONLY answer classes I would like to fix it but I am not sure the consequences of such chan

Re: [Pharo-project] Bug PackageInfo >> classes return also Traits

2010-05-10 Thread Mariano Martinez Peck
On Mon, May 10, 2010 at 11:18 AM, Lukas Renggli wrote: > > Hi folks. I've just discovered that PackageInfo >> classes return a > > collection of classes AND traits. This is incorrect. > > Why is this wrong? Collections are mostly polymorphic to traits. > > I think they are not the same. Even if

Re: [Pharo-project] Bug PackageInfo >> classes return also Traits

2010-05-10 Thread Mariano Martinez Peck
On Mon, May 10, 2010 at 1:06 PM, Stéphane Ducasse wrote: > not for 1.1 guy. it worked so far so let us finish 1.1 > > > Ok, I agree. I never said to include it in 1.1. I want just to discuss about it. > > On May 10, 2010, at 11:15 AM, Mariano Martinez Peck wrote: &g

[Pharo-project] Which fonts for Pharo 1.1 ?

2010-05-10 Thread Mariano Martinez Peck
Hi guys. Last Pharo 1.0 images have the TrueType fonts. Now, in Pharo 1.1 Cores we have a StrikeFonts. We have two possibilites: 1) let those (strike fonts) fonts also for the dev image 2) Continue to put TrueType in Pharo dev I am all ears. Cheers Mariano __

[Pharo-project] Set and get values from the VM AND the image

2010-05-10 Thread Mariano Martinez Peck
Hi folks. I need to intercept all messages. For such purpose, I modified Interpreter >> normalSend like this: normalSend "Send a message, starting lookup with the receiver's class." "Assume: messageSelector and argumentCount have been set, and that the receiver and arguments have been

Re: [Pharo-project] Incremental garbage collection

2010-05-10 Thread Mariano Martinez Peck
On Mon, May 10, 2010 at 5:33 PM, Alexandre Bergel wrote: > Hi! > > The garbage collection offered by the Pharo VM has two divisions. One for > young objects, and another for old objects. I was wondering when a young > object become old? I start to have a pretty good idea for human beings, but > I

Re: [Pharo-project] Which fonts for Pharo 1.1 ?

2010-05-10 Thread Mariano Martinez Peck
: > On 10 May 2010, at 19:15, Stéphane Ducasse wrote: > > >> On May 10, 2010, at 4:01 PM, Mariano Martinez Peck wrote: >> >> Hi guys. Last Pharo 1.0 images have the TrueType fonts. Now, in Pharo 1.1 >>> Cores we have a StrikeFonts. We have two possibilites: >&

[Pharo-project] VMs for Pharo 1.1

2010-05-10 Thread Mariano Martinez Peck
Hi folks. We are moving on and we need to update VMs for Pharo 1.1. I would like to know the status of each platform and where to get them: Windows: I remember a new version 4.1 or similar that Andreas did. I remember there was a problem with the windows closing or similar...but I remember Torste

[Pharo-project] Migrating among different Pharo releases

2010-05-10 Thread Mariano Martinez Peck
Hi folks. I think we need to improve the changes/changelog between Pharo versions: 1.0, 1.1 etc. In addition, we need to document somewhere, how external packages maitainers should update their code. Sometimes, with a deprecated it is easy as you can say which other message to use instead. However,

Re: [Pharo-project] Single threaded Pharo IDE?

2010-05-10 Thread Mariano Martinez Peck
2010/5/10 Andrei Stebakov > > > I just started to use Pharo 1.0. So please bear with me since I may not > fully understand the full concept of the IDE. Sometimes the whole IDE > freezes indefinitely. Welcome ! we hope you enjoy ;) > So questions: > 1) Looks like evaluating anything from the W

[Pharo-project] "Tools" -> "more" removed from PharoCode 1.1...intentionally ? (alain ?)

2010-05-10 Thread Mariano Martinez Peck
Hi folks. In Pharo 1.0 we use to have under "Tools" -> "More" some tools like: Language Editor Language Editor For Monticello Browser Monticello Configurations Preference Browser Recent Submissions Search Browser Services Browser Test Runner However, in Pharo 1.1 there is not even a "more" menu i

Re: [Pharo-project] Single threaded Pharo IDE?

2010-05-10 Thread Mariano Martinez Peck
2010/5/11 Andrei Stebakov > > > 2010/5/10 Mariano Martinez Peck > > >> >> 2010/5/10 Andrei Stebakov >> >> >>> >>> I just started to use Pharo 1.0. So please bear with me since I may not >>> fully understand the full co

Re: [Pharo-project] [Vm-dev] Re: Freetype plugin archive

2010-05-10 Thread Mariano Martinez Peck
On Mon, May 10, 2010 at 9:53 PM, laurent laffont wrote: > > >> >> VMMaker class>>updateFromServer should now load FT2Plugin from the new >> FreetypePlugin repository. A similar update will be needed for >> ConfigurationOfVMMaker for Pharo. >> > > Done (version 1.4). All Pharo-1.0 tests green with

Re: [Pharo-project] Standard input in Pharo?

2010-05-11 Thread Mariano Martinez Peck
2010/5/11 Andrei Stebakov > I've been just going through "Computer Programming with GNU Smalltalk" book > using Pharo 1.0 as an actual ST implementation. > You may want to read also Pharo By Example: http://pharobyexample.org/ Cheers Mariano > The book mentions "stdin nextLine" as a way to

Re: [Pharo-project] [Vm-dev] Re: Freetype plugin archive

2010-05-11 Thread Mariano Martinez Peck
> > I think you're right. I will add this description. > > Indeed, with easy_squeakvm script you have reproducibility (all is > automated, explicit svn rev. and ConfigurationOfVMMaker). > > Yes, it is reproduceable. But it is the same, in the Conf version, I need the version of easy_squeakvm script

Re: [Pharo-project] Which fonts for Pharo 1.1 ?

2010-05-11 Thread Mariano Martinez Peck
PS. > Please call it FreeType. > Although the Freetype plugin (the interface to, and user of, you call > TrueType) supports using TrueType fonts, it would be nice to be able to > disambiguate it from the TrueType-Fonts/Support packages, which is something > different entirely: > - Parser for TT-fil

[Pharo-project] DEVImageCreator >> setDefaultPreferences (alain?)

2010-05-11 Thread Mariano Martinez Peck
Hi Alain. DEVImageCreator has to be updated to use the new preferences. I can do it but it will require much more than for me than for you ;) For preferences it is DEVImageCreator >> setDefaultPreferences it is using Preferences class for the moment. It should be updated to use Settings, isn't i

Re: [Pharo-project] [Vm-dev] Re: Freetype plugin archive

2010-05-11 Thread Mariano Martinez Peck
On Tue, May 11, 2010 at 10:57 AM, laurent laffont wrote: > > > On Tue, May 11, 2010 at 9:56 AM, Mariano Martinez Peck < > marianop...@gmail.com> wrote: > >> >> >> >> >> >>> >>> I think you're right. I will add this descr

Re: [Pharo-project] DEVImageCreator >> setDefaultPreferences (alain?)

2010-05-11 Thread Mariano Martinez Peck
On Tue, May 11, 2010 at 1:55 PM, Alain Plantec wrote: > Hi Mariano, all > Le 11/05/2010 11:43, Mariano Martinez Peck a écrit : > > Hi Alain. DEVImageCreator has to be updated to use the new preferences. I >> can do it but it will require much more than for me than fo

Re: [Pharo-project] [Vm-dev] [ANN] DTrace for Squeak/Pharo

2010-05-11 Thread Mariano Martinez Peck
Hi Adrian, this sounds AMAZING. I am reading the post and trying to make it work, but have a problem trying to lunch start.command I have Mac OS 10.5.8 /Users/mariano/Pharo/VM/pharo-dtrace/start.command ; exit; SQUEAK_ENCODING=UTF-8 SQUEAK_PATHENC=UTF-8 SQUEAK_PLUGINS=/Users/mariano/Pharo/VM/pharo

Re: [Pharo-project] Fwd: Re: DEVImageCreator >> setDefaultPreferences (alain?)

2010-05-11 Thread Mariano Martinez Peck
http://code.google.com/p/pharo/issues/detail?id=2410 http://code.google.com/p/pharo/issues/detail?id=2014 On Tue, May 11, 2010 at 2:21 PM, Stéphane Ducasse wrote: > > > >> > >> Do you know when Preferences class will be completely removed? Pharo > 1.2? > > I don't know. Maybe we can let it in

Re: [Pharo-project] VMs for Pharo 1.1

2010-05-11 Thread Mariano Martinez Peck
2010/5/11 John M McIntosh > > On 2010-05-10, at 11:16 PM, laurent laffont wrote: > > >> Mac: John, I am not sure which VM we should use for Pharo 1.1. Can you >> give us a hint ? known problems ? does it include freetype ? > > > > Let me build and upload a 32bit bias macintosh V5.x VM for people

Re: [Pharo-project] DEVImageCreator >> setDefaultPreferences (alain?)

2010-05-11 Thread Mariano Martinez Peck
On Tue, May 11, 2010 at 3:44 PM, Alain Plantec wrote: > Le 11/05/2010 15:22, Alain Plantec a écrit : > >> Le 11/05/2010 14:13, Mariano Martinez Peck a écrit : >> >>> >>> >>> >>> >>> But maybe the default value in the "PharoC

[Pharo-project] Issue 2418 and fix in inbox

2010-05-12 Thread Mariano Martinez Peck
http://code.google.com/p/pharo/issues/detail?id=2418 Fix is in inbox: Name: System-Tools-MarianoMartinezPeck.30 Author: MarianoMartinezPeck Time: 12 May 2010, 12:22:36 pm UUID: 4785af6c-1ebe-487d-af22-2640e763e9f5 Ancestors: System-Tools-StephaneDucasse.29 Fix to issue 2418

Re: [Pharo-project] DEVImageCreator >> setDefaultPreferences (alain?)

2010-05-12 Thread Mariano Martinez Peck
On Tue, May 11, 2010 at 9:47 PM, Alain Plantec wrote: > Le 11/05/2010 21:00, Mariano Martinez Peck a écrit : > > >> >> >> Ok...but how can I do the following: there is a setting that in Core has >> XXX value and I want to change it for the Dev ima

Re: [Pharo-project] Remove developing with Pharo

2010-05-12 Thread Mariano Martinez Peck
2010/5/12 Andrei Stebakov > Currently I have my web applications running on a Ubuntu box to which I > connect from a remote WinXP system via ssh. > I guess the subject should be "remote" instead of "remove" ? ;) Sorry I ask but why not you cannot just develop in your pc and with scp or simila

Re: [Pharo-project] Remove developing with Pharo

2010-05-12 Thread Mariano Martinez Peck
2010/5/12 Andrei Stebakov > > > 2010/5/12 Mariano Martinez Peck > > >> >> 2010/5/12 Andrei Stebakov >> >> Currently I have my web applications running on a Ubuntu box to which I >>> connect from a remote WinXP system via ssh. >>> >&g

[Pharo-project] New packages to include in PharoDev 1.1

2010-05-12 Thread Mariano Martinez Peck
Hi folks. We need to think if we want new packages for PharoDev 1.1. For the moment, we think in adding: - Packages from http://www.squeaksource.com/PharoNonCorePackages - ScriptManager - WorkingSet or Algernon - I don't agree, but people wanted also FFI - ProfStefBrowser In PharoDev 1.0 we assu

Re: [Pharo-project] Remove developing with Pharo

2010-05-12 Thread Mariano Martinez Peck
> How do I install packages to the remote Pharo if I only have a command >>> line access to it via ssh? >>> >> >> Maybe I don't understand. At the beginning, at least once, you will have >> to copy the image and put it in the server. Before doing that, take that >> image in your desktop app, i

[Pharo-project] Issue 2420 and fix in inbox (alain can you check?)

2010-05-12 Thread Mariano Martinez Peck
Alain: we should check if these problem is not present in another place. Fix in Inbox: Name: Morphic-MarianoMartinezPeck.584 Author: MarianoMartinezPeck Time: 12 May 2010, 7:42:50 pm UUID: 33b351fa-fc71-4ae1-8e7b-019570597208 Ancestors: Morphic-StephaneDucasse.583 Fix to issue Issue 2420 World

Re: [Pharo-project] object that create other objects [meta-object]?

2010-05-12 Thread Mariano Martinez Peck
Hi Magique, you English is perfect for us ;) Regarding your question, I would recommend you to read: - Pharo by Example book: http://pharobyexample.org/ Chapter 13 "Classes and Metaclasses" - This is also interesting: http://stephane.ducasse.free.fr/Teaching/Lille/0910-MetaModelisation/ObjVl

Re: [Pharo-project] Scripting with Pharo?

2010-05-12 Thread Mariano Martinez Peck
It seems the wiki is outdated. Please try this to install it: Gofer new squeaksource: 'Coral'; package: 'LoadCoral'; load. (Smalltalk at: #CoralLoader) load. DISCLAIMER: I have no idea of it is working or not. It just load. And I am not even sure if loads completely correct Cheers

[Pharo-project] Problem in Pharo 1.1 (Igor?) : You have reached the size limit of the changes file.

2010-05-12 Thread Mariano Martinez Peck
Hi. I have the following error: 'You have reached the size limit of the changes file. You must take action now to reduce it. Close this error. Do not attempt to proceed.' I know this is a known error, but I thought that with Igor's new method trailer this was fixed. Tested in 11355 Thanks Ma

Re: [Pharo-project] Problem in Pharo 1.1 (Igor?) : You have reached the size limit of the changes file.

2010-05-12 Thread Mariano Martinez Peck
Ahh, yes, and of course, the size of the .changes file is 32 MB On Thu, May 13, 2010 at 12:12 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi. I have the following error: > > 'You have reached the size limit of the changes file. > You must take action no

Re: [Pharo-project] A remote workspace

2010-05-12 Thread Mariano Martinez Peck
Hi Geoffroy! This sounds extremely cool. My little advice is try to concentrate in performance. I mean, you can have all the features you want, but if you have to wait 5 seconds for each character you type, then it will not make sense. So, from my point of view, is to get an acceptable performance

Re: [Pharo-project] Problem in Pharo 1.1 (Igor?) : You have reached the size limit of the changes file.

2010-05-13 Thread Mariano Martinez Peck
On Thu, May 13, 2010 at 1:17 PM, David T. Lewis wrote: > On Thu, May 13, 2010 at 10:56:17AM +0300, Igor Stasenko wrote: > > On 13 May 2010 10:33, St??phane Ducasse > wrote: > > > oops > > > Igor do you have more information? > > > how do we do that? > > > > > just replace CompiledMethod>>checkOK

Re: [Pharo-project] New packages to include in PharoDev 1.1

2010-05-13 Thread Mariano Martinez Peck
Great to know that works in Pharo 1.1...I was going to test it. Thanks mariano On Thu, May 13, 2010 at 1:34 AM, Alexandre Bergel wrote: > Thanks Torsten! > > Cheers, > Alexandre > > > On 12 May 2010, at 19:16, Torsten Bergmann wrote: > > > Alexandre wrote: > >>> - ScriptManager > >> > >> I am n

Re: [Pharo-project] A remote workspace

2010-05-13 Thread Mariano Martinez Peck
please please please take a look to the conversation we have with had with Eliot Miranda some time ago. His ideas were REALLY cool and interesting. yes, of course, that's much more than what we are saying here, but it is very interesting: http://forum.world.st/Fwd-squeak-dev-Smalltalk-vs-Eclipse-t

Re: [Pharo-project] #reversed and ANSI compatibility

2010-05-13 Thread Mariano Martinez Peck
Maybe it was easier to define reverse ^self reversed in a package of seaside with a category *Seaside-Pharo ? that's maybe what Dale did ? cheers mariano On Thu, May 13, 2010 at 6:12 PM, Stéphane Ducasse wrote: > Marcus just did it. > > Now this is a pity since sorted returns a new

[Pharo-project] RB and OB in Pharo 1.1 [WAS] Re: [Seaside] Loading Seaside 3.0 in Pharo 1.1

2010-05-13 Thread Mariano Martinez Peck
there may be a lot...I just tried a Class Rename refactor and I found this one, but I am sure there are more.. Cheers Mariano Lukas > > On 12 May 2010 23:09, Mariano Martinez Peck wrote: > > Hi folks. We are near to go (alpha?) to a first release of Pharo 1.1. I > have > > s

[Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-13 Thread Mariano Martinez Peck
Hi folks. I re-try (yes, yes, I re-insist hahaha) to have a background picture for the PharoDev 1.1. The last time I tried, we had a problem with the picture because in big screens instead of making it bigger, it put it several times, or it cut it. Now, thanks to Gary, it should work well. So, if

[Pharo-project] No autocompletion in ScriptManager

2010-05-13 Thread Mariano Martinez Peck
Hi Torsten: seems OCompletion doesn't work in the script panel of ScriptManager. Cheers Mariano ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] No autocompletion in ScriptManager

2010-05-13 Thread Mariano Martinez Peck
Ahh and ConfigurationOfScriptManager doesn't include Help package. Maybe we can add a new group and define that ? Thanks! Mariano On Thu, May 13, 2010 at 8:42 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Hi Torsten: seems OCompletion doesn't work in

Re: [Pharo-project] RB and OB in Pharo 1.1 [WAS] Re: [Seaside] Loading Seaside 3.0 in Pharo 1.1

2010-05-13 Thread Mariano Martinez Peck
On Thu, May 13, 2010 at 7:18 PM, Lukas Renggli wrote: > > Now, playing a little with RB I found a deprecated method send: > > > > hasSpecialSelector: aSymbol ifTrueSetByte: > > > > You are using it in: > > > > RBClass >> existingMethodsThatReferTo: > > > > here: > > > > special := self realC

Re: [Pharo-project] [Pharo-users] Help testing Pharo 1.1 in big screens!

2010-05-13 Thread Mariano Martinez Peck
results I gues... Now, I don't know where this image came from. Samuel Morello ? Can we ask someone for a new one with better resolution ? Thanks mariano > > Thanks mariano. > > > On May 13, 2010, at 8:39 PM, Mariano Martinez Peck wrote: > > > Hi folks. I re-t

[Pharo-project] Help (perfect for newcomers) migrating a technical FAQ

2010-05-13 Thread Mariano Martinez Peck
Hi folks. I had a good idea and and it perfect for someone that wants to help and don't know how. It is not the most entertained task, but I promise you will learn a lot. Mostly, if you are newcomer. The idea is basically to migrate the FAQ that is here: http://scg.unibe.ch/wiki/faq/pharofaq to

Re: [Pharo-project] (igor) Help for 1.1: condenseChanges does not work anymore

2010-05-13 Thread Mariano Martinez Peck
Ok...now it seems to be working again. However, It takes MUCH more time than in Pharo 1.0. I really don't care too much, I just want to know if this is expected or not. Cheers Mariano On Tue, May 11, 2010 at 8:41 PM, Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com> wrote: > 2010/5/10 Stéph

Re: [Pharo-project] (igor) Help for 1.1: condenseChanges does not work anymore

2010-05-13 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 12:15 AM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > > On May 13, 2010, at 11:33 PM, Mariano Martinez Peck wrote: > > > Ok...now it seems to be working again. However, It takes MUCH more time > than in Pharo 1.0. > > can you be mor

Re: [Pharo-project] RB and OB in Pharo 1.1 [WAS] Re: [Seaside] Loading Seaside 3.0 in Pharo 1.1

2010-05-13 Thread Mariano Martinez Peck
On Thu, May 13, 2010 at 9:13 PM, Lukas Renggli wrote: > > Now I saw a new package: AST-Semantic > > Which are the dependecies of that package? > > It depends on AST-Core. > Ok. > > > and who depends on it ? > > Nobody at the moment. It can annotate the AST with semantic > information. For exam

Re: [Pharo-project] Problem in Pharo 1.1 (Igor?) : You have reached the size limit of the changes file.

2010-05-13 Thread Mariano Martinez Peck
On Thu, May 13, 2010 at 8:26 PM, Stéphane Ducasse wrote: > mariano > > i just released a fix could you stress the system? > wiii My .changes is now 36MB. It seems to work ok. > > Stef > > On May 13, 2010, at 2:31 PM, Mariano Martinez Peck wrote: > > >

Re: [Pharo-project] Pharo by example book: copying/pasting code snippets

2010-05-13 Thread Mariano Martinez Peck
On Thu, May 13, 2010 at 11:35 PM, Stefan Marr wrote: > > On 13 May 2010, at 23:19, Stéphane Ducasse wrote: > >> > >> On May 13, 2010, at 11:13 PM, Andrei Stebakov wrote: > >> > >>> When I copy and paste code snippets from the book, the compiler > complains about the minus signs (which is differen

Re: [Pharo-project] keyboard shortcut for 'save image'

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 5:31 AM, Sean P. DeNigris wrote: > > Preliminarily... > > Keymapping > * adds names of shortcut groups, as symbols, in a morph's extension > properties > * changes Morph > - extends with about 15 methods > - overrides handleKeystroke: to invoke any key maps before normal

Re: [Pharo-project] maybe a stupid question :)

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 2:00 PM, Esteban Lorenzano wrote: > Hi, > Why SystemVersion current version answers 'PharoCore1.0' and not just > 'Pharo1.0'? > > Maybe to distinguish from PharoDev? PharoCore answers -> 'PharoCore1.0' PharoDev (a.k.a Pharo) answers -> 'Pharo-1.0' Cheers, > Esteban >

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 4:19 PM, Geert Claes wrote: > > > Mariano Martinez Peck wrote: > > > > - You should stretch the pharo image, make it very big, and the > background > > picture should stretch also together with the image. > > > > It does stretch,

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-14 Thread Mariano Martinez Peck
uestion about pharo is welcome" < > pharo-us...@lists.gforge.inria.fr> > Sent: Thursday, May 13, 2010 7:44 PM > Subject: Re: [Pharo-project] Help testing Pharo 1.1 in big screens! > > > > On my 30 inches screen >> opening in full show some little square due to t

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Mariano Martinez Peck
Javier, if people agree we can include it in PharoDev 1.1. Maybe not right now, but once it is stable and with several tips... what do you think ? Another idea: those tips are cool to read them there, but also would be cool to have such tricks in http://book.pharo-project.org/ So...what about a

[Pharo-project] better error for removing method [WAS] Fwd: [vwnc] Stupid Smalltalk question...

2010-05-14 Thread Mariano Martinez Peck
Hi. In VW they proposed the change I forward. I think it is very cool. Mostly for newcomers or people that come from static and typed languages. What do you think? Cheers Mariano -- Forwarded message -- From: Niall Ross Date: Fri, May 14, 2010 at 3:52 PM Subject: Re: [vwnc] Stu

Re: [Pharo-project] RB and OB in Pharo 1.1 [WAS] Re: [Seaside] Loading Seaside 3.0 in Pharo 1.1

2010-05-14 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 7:19 AM, Lukas Renggli wrote: > > Good to know. I add it for the moment. > > > > Now, another problems while running tests: > > > > Deprecation: The method ArrayedCollection asSortedArray has been > deprecated. > > Use asArray sort > > > > in BogusDamage >> repairCategorie

Re: [Pharo-project] Remove developing with Pharo

2010-05-14 Thread Mariano Martinez Peck
> >> >> telling us something about the amount of drawing that might be >> >> >> happening for >> >> >> no purpose??? It can be terribly slow, especially the response to >> >> >> typing. >> >> >> Bill >> >> >>

Re: [Pharo-project] Pharo tips

2010-05-14 Thread Mariano Martinez Peck
2010/5/14 Javier Pimás > Yes!! I was thinking of the same kind of things. We could use help from > someone who knows morphic better on how to detect things like > > - which window you are working > - what you are doing ;) > - what menu items / tools you use most. > - any intresting thing you coul

Re: [Pharo-project] A remote workspace

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 5:08 PM, Geoffroy Couprie wrote: > Hello, > > Here is a Metacello configuration for REPL: > > http://eleves.ec-lille.fr/~couprieg/divers/ConfigurationOfREPL-GeoffroyCouprie.3.mcz > > Is

Re: [Pharo-project] Pharo tips

2010-05-15 Thread Mariano Martinez Peck
2010/5/14 Javier Pimás > > > 2010/5/14 Mariano Martinez Peck > >> Javier, if people agree we can include it in PharoDev 1.1. Maybe not right >> now, but once it is stable and with several tips... >> >> what do you think ? >> >> > Of course! I&#

[Pharo-project] PharoTips architecture

2010-05-15 Thread Mariano Martinez Peck
Sorry Javier for "talking" too much about your project ;) I am just curious. 1) How to store tips? How are you going to store the tips? just class side variable with all stuff? 2) it would be great to be able to give properties to each tip. At least, to tell each tips in which context it shoul

Re: [Pharo-project] Pharo tips

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 5:27 PM, Stéphane Ducasse wrote: > > On May 15, 2010, at 5:20 PM, Mariano Martinez Peck wrote: > > > > > > > 2010/5/14 Javier Pimás > > > > > > 2010/5/14 Mariano Martinez Peck > > Javier, if people agree we can include

[Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Mariano Martinez Peck
Hi (Doru?) I was just creating this page: http://book.pharo-project.org/book/TipsAndTricks/InterruptKey and seems there is no style for table, tr, td, etc. I checked with firebug and the html is correct. So I guess we could add style. I tried to go to the css component and check but it seems I do

[Pharo-project] CPUWatcher

2010-05-15 Thread Mariano Martinez Peck
Hi folks. This is why I like writing in books/wikis, because I always learn :) Now I writing in the book about the Interrupt Key and I come up with this guy I was not even aware of: CPUWatcher. It seemss very cool and useful. However, I am using it wrong, or there is too much dust on it. I want to

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 7:52 PM, Sean P. DeNigris wrote: > > Should I change the title of > http://book.pharo-project.org/book/bookHelp/viewing-the-edit-history/ to > mention RSS, to be more clear? > +1 and it would be cool to add the standard RSS picture/link in the header or footer like any no

Re: [Pharo-project] CPUWatcher

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 8:54 PM, Levente Uzonyi wrote: > On Sat, 15 May 2010, Mariano Martinez Peck wrote: > > Hi folks. This is why I like writing in books/wikis, because I always >> learn >> :) >> Now I writing in the book about the Interrupt Key and I come up with

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Mariano Martinez Peck
30 inches screen >> opening in full show some little square due to the limit of the png :) >> >> Thanks mariano. >> >> >> On May 13, 2010, at 8:39 PM, Mariano Martinez Peck wrote: >> >> Hi folks. I re-try (yes, yes, I re-insist hahaha) to have a back

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Mariano Martinez Peck
On Fri, May 14, 2010 at 8:20 PM, Stéphane Ducasse wrote: > Yes start a section :) > under tips and trick > > Done: http://book.pharo-project.org/book/table-of-contents/CustomizingPharo/PuttingABackgroundPicture/ > On May 14, 2010, at 8:15 PM, Mariano Martinez Peck wrote: >

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 10:47 PM, Tudor Girba wrote: > Hi, > > The RSS is accessible from the header of the page. Why is that not enough? > Which header? I don't see anything. Can you send us a screenshot ? Thanks! Mariano > Cheers, > Doru > > > > On 15 May 2010, at 20:11, Sean P. DeNigris w

Re: [Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Mariano Martinez Peck
Doru > > > > On 15 May 2010, at 18:21, Mariano Martinez Peck wrote: > > Hi (Doru?) >> >> I was just creating this page: >> http://book.pharo-project.org/book/TipsAndTricks/InterruptKey >> >> and seems there is no style for table, tr, td, etc. I checked

Re: [Pharo-project] pharo book RSS

2010-05-15 Thread Mariano Martinez Peck
never look the address bar. I always look in the header or footer of the webpage. But that's only me. If for the rest of the people is ok, no problem with now, now I know where it is ;) BTW, all the browsers have that? Thanks Doru. Mariano > Cheers, > Doru > > > > On 15 May

[Pharo-project] Opening browser pages Re: ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Mariano Martinez Peck
On Sat, May 15, 2010 at 11:16 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > ok thanks for the explanation. > > Stef > > On May 15, 2010, at 11:02 PM, Sean P. DeNigris wrote: > > > > >> What is an external web browser? > >> What are its goals? > > It's an alternative to Scamper. It fo

Re: [Pharo-project] CSS style for tables in http://book.pharo-project.org/

2010-05-15 Thread Mariano Martinez Peck
ok), you have to escape it with {{{}}}. > Ok, thanks. > > Cheers, > Doru > > > > On 15 May 2010, at 23:28, Mariano Martinez Peck wrote: > > >> >> On Sat, May 15, 2010 at 10:43 PM, Tudor Girba >> wrote: >> Hi Mariano, >> >> If you add h

Re: [Pharo-project] CPUWatcher

2010-05-15 Thread Mariano Martinez Peck
> >>> >> Hi Levente. Thanks for the answer, but I didn't understand. Which code do >> you mean? >> >> If you refer to: >> >> [ true ] whileTrue: [ 1+1 ] >> >> I am sending the message whileTrue: to BlockClosure and the message + to >> 1. >> So, I don't understand. >> > > In theory yes, but in pract

Re: [Pharo-project] Help testing Pharo 1.1 in big screens!

2010-05-15 Thread Mariano Martinez Peck
dImage: form layout: #scaled >]. > >1 minute asDelay wait. >] on: Error do: [:ex| ] ] repeat. > > ] newProcess name: 'Random background changer'; priority: Processor > userBackgroundPriority; resume > > > > > > 2010/

[Pharo-project] Making OCompletion work in Pharo 1.1

2010-05-15 Thread Mariano Martinez Peck
Hi Romain. I was testing a little OCompletion in Pharo 1.1 and I found a bug in ECUntypedModel >> initializeSelectors as it is doing: [ Smalltalk keysDo: [ :each | selectors add: (ECGlobalEntry contents: each type: #globalVar) ]

[Pharo-project] So...we freeze 1.1 ? (next steps?)

2010-05-16 Thread Mariano Martinez Peck
We said that for middle May we were going to freeze 1.1. This means, no more new features or refactors. Just bug fixes. So, the next steps can be: - Release a PharoCore1.1 with the last version we have so far tagged as alpha1 (please, put this tag in the zip, .image and .changes). This may be, for

[Pharo-project] Anyone wants to put style to the welcome workspace?

2010-05-16 Thread Mariano Martinez Peck
Hi folks. Any volunteer to make the welcome workspace nicer? Now it is just plane text. Maybe adding some style to title, colors etc may be cool. I don't know how to do it, neither I have too much time. If you want to see where it is such code it is in DEVImageWorkspaces >> openWelcomeWorkspace i

Re: [Pharo-project] [Pharo-users] Newbie: Does Socket ping: 'addr' work in Pharo3.11.8 ?

2010-05-16 Thread Mariano Martinez Peck
On Sun, May 16, 2010 at 4:28 AM, RickT wrote: > > I installed the one-click version on Windows (XP) recently and am learning > Smalltalk. Welcome! we hope you enjoy :) > I am under the impression that in a Shout Workspace I can > execute the line > > Socket ping: 'localhost' > > (or some vali

Re: [Pharo-project] Remove developing with Pharo

2010-05-16 Thread Mariano Martinez Peck
5900:localhost:5900 usern...@doman.com). > After that start a VNC client (in my case I installed TightVNC) and connect > to your local machine. > That will automatically establish a tunneled traffic between those two > systems va ssh tunneling. > > > 2010/5/14 Mariano Martinez Pe

Re: [Pharo-project] how to change the default size of the Pharo host windows?

2010-05-16 Thread Mariano Martinez Peck
/master/scripts/resize-window.sh > > OMG. WHAT A HACKbut works hahahah. I cannot believe such thing could work...but in fact, it does! It is sad this cannot be done with Smalltalk, just evaluating something in the image. Thanks! Mariano > Lukas > > 2010/5/16 Marian

[Pharo-project] Managing Pharo external packages with Metacello, please read!

2010-05-16 Thread Mariano Martinez Peck
Hi folks. We have been discussing a lot what to do with the Metacello configurations of all projects and MetacelloRepository. We want several things: - Have an specific catalog of the working and tested packages/projects for each Pharo release (1.0, 1.1, etc). - Be able to have a hudson server run

[Pharo-project] Installing and testing Seaside 2.8.4, Magritte and Pier in Pharo 1.1

2010-05-16 Thread Mariano Martinez Peck
Hi seasideers. I was loading all this stuff of PharoCore 1.1 and see if everything seems to be working. At this is the case :) However, I have 2 tests with errors and this is due to send to BlockClosure >> fixTemps which is deprecated in Pharo 1.1 The fix is easy, just remove the send of fixTemps,

Re: [Pharo-project] how to change the default size of the Pharo host windows?

2010-05-16 Thread Mariano Martinez Peck
2010/5/16 Eliot Miranda > > > 2010/5/16 Mariano Martinez Peck > >> >> >> On Sun, May 16, 2010 at 4:42 PM, Lukas Renggli wrote: >> >>> I asked the same question a few weeks back and the only working >>> solution I found was to p

Re: [Pharo-project] Managing Pharo external packages with Metacello, please read!

2010-05-16 Thread Mariano Martinez Peck
On Sun, May 16, 2010 at 6:24 PM, Stéphane Ducasse wrote: > Mariano > > I really want to have a separate folder for each version. > If this does not work then we will try something else. Why because I would > like to have distribution. > Dale implemented a kind of freeze mechanism that copies all

Re: [Pharo-project] [Pharo-users] Newbie: Does Socket ping: 'addr' work in Pharo3.11.8 ?

2010-05-16 Thread Mariano Martinez Peck
out. > > Ok...I know very little about network but maybe someone can help you. cheers mariano > (I am running on a Dell M90 Precision laptop. FWIW) > > Thanks very much for your help. > > > Mariano Martinez Peck wrote: > > > > On Sun, May 16, 2010 at 4:28 AM,

Re: [Pharo-project] [Pharo-users] Newbie: Does Socket ping: 'addr' work in Pharo3.11.8 ?

2010-05-16 Thread Mariano Martinez Peck
Hi guys. No, it doesn't work for me neither. I have checked in Pharo 1.0 and 1.1 with both: useOldNetwork as true and false. I have debugged a little the: Socket ping: 'localhost' And the problem I found is that after calling "connectNonBlockingTo: hostAddress port: port" self primSocketConnec

Re: [Pharo-project] Managing Pharo external packages with Metacello, please read!

2010-05-16 Thread Mariano Martinez Peck
Yes, it is similar to Andreas post. We were thinking about this since a lot of time but without making progress. Now, with the post of Andreas, we remembered about it. And I am happy both proposal are similar. Little differences: - They want one only package for all confs. We want one package per

Re: [Pharo-project] Managing Pharo external packages with Metacello, please read!

2010-05-16 Thread Mariano Martinez Peck
2010/5/16 Eliot Miranda > > I think Andreas' recent post to > squeak-devis > most cogent o this topic: > > why ? > >> Thanks >> >> Mariano >> >> ___ >> Pharo-project mail

<    4   5   6   7   8   9   10   11   >