[Pharo-project] new to pharo

2008-05-29 Thread Alain Plantec
Hi all, I would like to help. MVC removeall is a task I can achieve. now the question is how do I must proceed? what kind of result ? .cs, .mcz, script ... thanks alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] new to pharo

2008-06-01 Thread Alain Plantec
On Saturday 31 May 2008 14:24:05 you wrote: Alain, You have COMPLETELY missed the focus of my response; thanks for objecting so we can clarify it. My point was that it is a great start on explaining something that is indeed mysterious to many (including myself!), and deserves to be built

[Pharo-project] Mvc removing step1

2008-06-02 Thread Alain Plantec
Hi all I've upload SLICE-MvcRemoving-Step1 package to PharoInbox: - I update all methods with a #isMorphic send: Smalltalk isMorphic ifTrue: [XXX] ifFalse: [YYY] is replaced by XXX. - I remove some methods which are no more useful as DebuggerbuildMVCDebuggerViewLabel:minSize: alain

Re: [Pharo-project] milestone 1 (about squeak flap)

2008-06-26 Thread Alain Plantec
On Thursday 26 June 2008 08:48:58 Stéphane Ducasse wrote: I mean not having squeak in the flap name :) it's done (not really hard to achieve). I've uploaded PharoFlap package to PhariInbox (sorry, I've forgot SLICE in the name) : It simply rename squeak flap - 'Squeak' - 'Pharo'

Re: [Pharo-project] what happened to the load code updates button in the left flap?

2008-06-27 Thread Alain Plantec
On Friday 27 June 2008 09:36:17 Oscar Nierstrasz wrote: Hi guys, Haven't had time to look at Pharo for a while. I grabbed the latest version (Pharo0.1-10042-2008-06-24.zip) and there is no flap on the left hand side. Is there a short cut to load the code updates? Shared flaps are

Re: [Pharo-project] milestone 1 (front morph proposition)

2008-06-28 Thread Alain Plantec
On Saturday 28 June 2008 17:53:27 Stéphane Ducasse wrote: I have the impression that I would not bother with the buttons Because you do not want to have them on the background all the time. Stef yes, I agree, this is why it automatically hide himself when there are more than 3 opened

Re: [Pharo-project] new slices

2008-07-10 Thread Alain Plantec
On Thursday 10 July 2008 18:23:56 Stéphane Ducasse wrote: Yes I do not know the status of Etoy removal. It seems that alain went on holidays ? hello, I'm here! About Etoy removal, nothing new. I can work on it next week, but I prefer avoiding doing again what Gary has already done. Gary ?

Re: [Pharo-project] Fwd: Issue 367 in pharo: Shift pressed halos

2008-12-16 Thread Alain Plantec
Le mardi 16 décembre 2008 11:56:14 Stéphane Ducasse, vous avez écrit : On Dec 16, 2008, at 10:08 AM, codesite-nore...@google.com wrote: Comment #1 on issue 367 by beranger22: Shift pressed halos http://code.google.com/p/pharo/issues/detail?id=367 shift for halo is already in

[Pharo-project] MVCMenuMorph and Flaps status

2009-02-01 Thread Alain Plantec
Hi all, I'm on MVCMenuMorph removal (http://code.google.com/p/pharo/issues/detail?id=197), I'm just trying to isolate all impacted classes and methods. In current pharo core, MVCMenuMorph has only 3 users. One of them is Flaps classaddLocalFlap. Since they are no more reachable from menus (as far

[Pharo-project] About MVCMenuMorph removal

2009-02-02 Thread Alain Plantec
from issue http://code.google.com/p/pharo/issues/detail?id=197 MVCMenuMorph is used by PopUpMenu startUpWithCaption 's methods which themselves are used by MorphicUIManager. So, one can't get rid of MVCMenuMorph so simply even it has only 3 users. One have first to remove all non

Re: [Pharo-project] FileList fix

2009-02-05 Thread Alain Plantec
Stéphane Ducasse a écrit : I will intergate that as soon as there is negative feedback. FileBrowser can't be opened with last prebuild #10218 Cheers Alain Stef On Feb 2, 2009, at 10:06 PM, Alain Plantec wrote: Hi all, File list seems to be broken by last updates (was not in 10204

[Pharo-project] new SLICE-PopUpAndCoRefsRemoval

2009-02-06 Thread Alain Plantec
Hi all, I've uploaded SLICE-PopUpAndCoRefsRemoval-alain_plantec.1 in PharoInbox. It cleans out all PopUpMenu, FillInTheBlank, FillInTheBlankMorph and SelectionMenu references. They are raplaced by UIManager default standard dialogs. A little bit more cleaning is now possible with last Gary

[Pharo-project] Small Monticello fix in PharoInbox

2009-02-07 Thread Alain Plantec
Hi all, +Repository button on Monticello browser do not work anymore because of a bug I've introduced by PopUpRemoval updates. Monticello-alain_plantec.345 fixes the bug. Cheers Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] another slice for popups cleaning and some questions

2009-02-08 Thread Alain Plantec
Hi all, I've uploaded another slice for popup and co cleaning (SLICE-MorePopUpAndCustomMenuCleaning-alain_plantec.1) - it Removes last PopUpMenu references. - it Removes some of CustomMenu uses (wherever it is possible to replace it with a simpler UIManager dialog). I've three questions: -

Re: [Pharo-project] Problem with linux VM and Pharo

2009-02-10 Thread Alain Plantec
Damien Cassou a écrit : Every 5 minutes or so, my VM crashes and prints: squeak: /tmp/squeak-svn/platforms/unix/vm/sqUnixMemory.c:172: uxGrowMemoryBy: Assertion `newDelta = 0' failed. Aborted I'm using Squeak VM from SVN. Does that happen to anyone else? yes, It happens when I try to

Re: [Pharo-project] LogicalFont deepCopy infinite loop with Arial font

2009-02-11 Thread Alain Plantec
Alexandre Bergel a écrit : Go go Alain! This is great! Alexandre Thank, I'm sure that you are tired of having to set fonts each time you take a fresh image :) On 11 Feb 2009, at 16:22, Alain Plantec wrote: Hi all, I would like to improve the PreferencesBrowser so that it includes

Re: [Pharo-project] [ANN] fixed problems

2009-02-12 Thread Alain Plantec
Stéphane Ducasse a écrit : Alain can you check? The changeset code should be in. yep! all is ok :) thanks Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] LogicalFont deepCopy infinite loop with Arial font

2009-02-15 Thread Alain Plantec
of the system. I will provide a roadmap before any coding. Can I start working on it ? Cheers alain On 11 Feb 2009, at 16:22, Alain Plantec wrote: Hi all, I would like to improve the PreferencesBrowser so that it includes standard Fonts preferences (see joined snapshot). It's almost done

Re: [Pharo-project] Preferences refactoring

2009-02-15 Thread Alain Plantec
this part of the system. I will provide a roadmap before any coding. Can I start working on it ? Cheers alain On 11 Feb 2009, at 16:22, Alain Plantec wrote: Hi all, I would like to improve the PreferencesBrowser so that it includes standard Fonts preferences (see joined snapshot). It's

Re: [Pharo-project] Preferences refactoring

2009-02-16 Thread Alain Plantec
of preferenceHelper to LogicalFont. A preference helper is responsible for the input a the preference and for the building of the textual representation of the value which is used to code the preference method. alain Stéphane Ducasse a écrit : On Feb 15, 2009, at 6:05 PM, Alain Plantec wrote

Re: [Pharo-project] Preferences refactoring

2009-02-16 Thread Alain Plantec
^ something used somewhere Cheers alain Regards, Gary - Original Message - From: Alain Plantec berange...@gmail.com To: Pharo-project@lists.gforge.inria.fr Sent: Monday, February 16, 2009 12:25 PM Subject: Re: [Pharo-project] Preferences refactoring Here is a first proposition

Re: [Pharo-project] Preferences refactoring

2009-02-16 Thread Alain Plantec
Alain Plantec a écrit : Gary Chambers a écrit : Not sure I like having the code changed all the time. If the code is changed then the MC package will show changes... ok, but I liked the idea of not to have variable for simple preferences. and not to be forced to use a particular

Re: [Pharo-project] Preferences refactoring

2009-02-16 Thread Alain Plantec
Alain Plantec a écrit : Alain Plantec a écrit : Gary Chambers a écrit : Not sure I like having the code changed all the time. If the code is changed then the MC package will show changes... ok, but I liked the idea of not to have variable for simple preferences

Re: [Pharo-project] Preferences refactoring

2009-02-16 Thread Alain Plantec
Gary Chambers a écrit : I'll have a think. Some theme settings can currently be set (manually) on a per theme basis. Would be nice to handle that, though the pragma route suggests that a static facade would be needed to delegate to the defaults for the current theme... I'd see something

Re: [Pharo-project] Preferences refactoring

2009-02-16 Thread Alain Plantec
Michael Rueger a écrit : Gary Chambers wrote: I'll have a think. Some theme settings can currently be set (manually) on a per theme basis. Would be nice to handle that, though the pragma route suggests that a static facade would be needed to delegate to the defaults for the current

[Pharo-project] Preference refactoring again

2009-03-01 Thread Alain Plantec
Hi all, joined Zoo package is a attempt to translate in code what we discussed here before about preference refactoring. The framework is made of 3 classes: PreferenceCollector, PreferenceDefinition and PreferenceValue. In Zoo there are also 2 classes for testing: PrefProvider and

Re: [Pharo-project] Preference refactoring again

2009-03-01 Thread Alain Plantec
was breaking yet another wall in our kitchen) bon courage :) alain Stef On Mar 1, 2009, at 10:05 AM, Alain Plantec wrote: Hi all, joined Zoo package is a attempt to translate in code what we discussed here before about preference refactoring. The framework is made of 3 classes

Re: [Pharo-project] Preference refactoring again

2009-03-01 Thread Alain Plantec
notifications. (hence we could remove Preference and have a more OO design). I guess yes. Sorry not to reply earlier (I was breaking yet another wall in our kitchen) bon courage :) alain Stef On Mar 1, 2009, at 10:05 AM, Alain Plantec wrote: Hi all, joined Zoo

Re: [Pharo-project] Preference refactoring again

2009-03-02 Thread Alain Plantec
value. ... but note that such a preference should be set as a choice between two values #LCD or #CRT... hope things are a little bit clearer now. alain Alain Plantec wrote: I've joined 4 packages : - PrefCore contains PreferenceValue which is now the only mandatory class. 2 packages

Re: [Pharo-project] Preference refactoring again

2009-03-02 Thread Alain Plantec
see it as only useful from supporting tools (PreferencesBrowser...). but maybe I'm wrong, let me know. Cheers Alain Regards, Gary - Original Message - From: Alain Plantec alain.plan...@free.fr To: Pharo-project@lists.gforge.inria.fr Sent: Monday, March 02, 2009 8:41 AM Subject: Re

Re: [Pharo-project] Preference refactoring again

2009-03-02 Thread Alain Plantec
Alain Plantec a écrit : Perhaps the PreferenceValue could hold the types/description too to help tools... FreeTypeSettings classmonitorTypeLCD preference ^ MonitorTypeLCD ifNil: [ MonitorTypeLCD := PreferenceValue name: 'LCD monitor type' type

Re: [Pharo-project] Preference refactoring again

2009-03-02 Thread Alain Plantec
. it also seem would be nice to have a preference category name(s) yes, it will be added. thanks for your remarks. alain 2009/3/2 Alain Plantec alain.plan...@free.fr: Matthew Fulmer a écrit : Did anybody ever notice my suggestion to use Magritte for Preferences? http

Re: [Pharo-project] Fwd: [squeak-dev] [ANN] Preference pragmas

2009-03-04 Thread Alain Plantec
to this mail, previous version was not ok) Cheers alain Alain Plantec a écrit : Hi all, Here is a Preference engine based on pragma. please, check it and tell me if it is ok or not. If you prefer squeak version, no problem but tell me that I stop working on this. The set of system preferences

Re: [Pharo-project] A few more ideas about preferences

2009-03-05 Thread Alain Plantec
Igor Stasenko a écrit : It would be nice to have a message appear after package installation: 'A new preferences has been added , would you like to review them now' and if user answers yes - show him only those which is added. I'm not sure it is a good idea to change something in package

[Pharo-project] [Fwd: Re: [ANN] Preference pragmas]

2009-03-06 Thread Alain Plantec
Here is a comments of Andreas. He compares our two different approaches Cheers Alain ---BeginMessage--- Hi - To get back to the original question, Michael Rueger wrote: Looking at your version I see you made some slightly different design choices than in the design that has been in design

Re: [Pharo-project] [Fwd: Re: [ANN] Preference pragmas]

2009-03-06 Thread Alain Plantec
Matthew Fulmer a écrit : On Fri, Mar 06, 2009 at 10:36:13AM +0100, Alain Plantec wrote: themePreference preference ^ ThemePreference ifNil: [ThemePreference := MultiplePreferenceValue name: 'UITheme' description: 'The theme

Re: [Pharo-project] [Fwd: Re: [ANN] Preference pragmas]

2009-03-06 Thread Alain Plantec
Matthew Fulmer a écrit : On Fri, Mar 06, 2009 at 12:02:54PM +0100, Alain Plantec wrote: Anyway, it seems very interesting and I would like to learn a bit about Magritte even it is not possible to use it for preferences. As an example, could you explain how you specify the themePreference

Re: [Pharo-project] Application based preference (external)

2009-03-06 Thread Alain Plantec
Cédrick Béler a écrit : I was just wandering if we could use the framework in development to deal with preference/settings on an application base. I mean, for my app, I have say 10 parameters (implemented class side) and I want to collect them so as build a preference editor in seaside (or

[Pharo-project] Setting system categories ?

2009-03-18 Thread Alain Plantec
Hi all, I would like to know which system category/package to use for settings. Currently, I've : Setting-Core SettingSupport-Morphic SettingSupport-Browser other solution ? System-Setting-Core System-Setting-Morphic System-Setting-Browser or something else ? thanks alain

[Pharo-project] How to rename a package ?

2009-03-19 Thread Alain Plantec
Thanks Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Settings + Menu

2009-03-26 Thread Alain Plantec
Lukas Renggli a écrit : Looks cool and I would be glad to see this in Pharo. thanks previous: #wmSystemSettings; line: true; Instead of introducing these hard dependencies (and possiblity conflicts) to define the order and groups, why not use simple order/priority

Re: [Pharo-project] Exupery VM crashed with SegFault

2009-03-31 Thread Alain Plantec
works here also on ubuntu 8.10: squeak -version 3.10-3 #29 Fri Feb 27 22:09:30 GMT 2009 gcc 4.1.2 Pharo0.1 of 16 May 2008 [latest update: #10074] Linux localhost 2.6.24.4 #9 SMP Sat Jul 19 21:31:15 BST 2008 i686 Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz GenuineIntel GNU/Linux default plugin

Re: [Pharo-project] Random failures with Linux VM

2009-04-27 Thread Alain Plantec
Michael Rueger a écrit : Hi all, while trying to update a 10281 on the closure (exupery) Linux VM I'm running into random failures like DNUs, failed network access etc. I'm running ubuntu in VirtualBox. Has anybody seen anything similar? I was just preparing a mail about a similar

Re: [Pharo-project] Random failures with Linux VM

2009-04-27 Thread Alain Plantec
Damien Cassou a écrit : On Mon, Apr 27, 2009 at 1:44 PM, Alain Plantec alain.plan...@free.fr wrote: Under Ubuntu 9.04, Exupery VM 3.10-3 , What is this VM exactly? squeak -version 3.10-3 #32 Wed Apr 8 19:55:11 BST 2009 gcc 4.1.2 Pharo0.1 of 16 May 2008 [latest update: #10074] Linux

[Pharo-project] NetNameResolver problem on Linux Ubuntu 9.04

2009-05-05 Thread Alain Plantec
Hi all, Since one week I have network problems: system update is not working, Monticello can't open any http repository... I've investigated a little bit and found that NetNameResolver always fail when trying to resolve www.squeaksource.com as an example: NetNameResolver addressForName:

Re: [Pharo-project] NetNameResolver problem on Linux Ubuntu 9.04

2009-05-06 Thread Alain Plantec
Michael Rueger a écrit : Alain Plantec wrote: I'm on Ubuntu 9.04, I'm using Exupery VM 0.15.1. I do not have any problem on a VirtualBox/Ubuntu 8.10, same VM. Hmm, as that is a major version change in Ubuntu we may need to build a new VM? Anyone any ideas what changed between the two

Re: [Pharo-project] NetNameResolver problem on Linux Ubuntu 9.04

2009-05-06 Thread Alain Plantec
Alain Plantec a écrit : Hi all, Since one week I have network problems: system update is not working, Monticello can't open any http repository... I've investigated a little bit and found that NetNameResolver always fail when trying to resolve www.squeaksource.com as an example: NetNameResolver

Re: [Pharo-project] NetNameResolver problem on Linux Ubuntu 9.04

2009-05-06 Thread Alain Plantec
Bryce Kampjes a écrit : On Wed, 2009-05-06 at 08:38 +0200, Alain Plantec wrote: Michael Rueger a écrit : Alain Plantec wrote: I'm on Ubuntu 9.04, I'm using Exupery VM 0.15.1. I do not have any problem on a VirtualBox/Ubuntu 8.10, same VM. Hmm, as that is a major

Re: [Pharo-project] NetNameResolver problem on Linux Ubuntu 9.04

2009-05-07 Thread Alain Plantec
of: Monticello/ftp stopped working for me. The FTP side has another defect I mentioned... and I guess I need to learn where to enter that detail in the bug tracking system. -Cam On May 5, 2009, at 4:42 PM, Alain Plantec wrote: Hi all, Since one week I have network problems: system update

Re: [Pharo-project] Preferences - Settings: #browsing group

2009-05-11 Thread Alain Plantec
Stéphane Ducasse a écrit : Thanks this is cool to have such an evaluation. I would love that we start to refactor the system so that at the end we could unload preferences (this would show that the flow of a program does use a preference but does not rely on the class Preference) ok this

[Pharo-project] Preference to settings refactoring: #annotationPanes case

2009-05-13 Thread Alain Plantec
http://code.google.com/p/pharo/issues/detail?id=810 Alain -- annotationPanes : if true, a thin horizontal pane is used in browsers We have 3 implementations : Old browser and MC implementation in Pharo-core and OB one in Pharo-dev. Pharo-core Old

[Pharo-project] style preserving for code file out ?

2009-05-15 Thread Alain Plantec
Hi all, What is the usefulness of preserving code style for method logging ? I personally always answer no when, while accepting some code, I've to answer to This method contains style for the first time (e.g. bold or colored text). Do you really want to save the style info?. Regarding the

Re: [Pharo-project] style preserving for code file out ?

2009-05-18 Thread Alain Plantec
- Alain Alain Plantec a écrit : Hi all, What is the usefulness of preserving code style for method logging ? I personally always answer no when, while accepting some code, I've to answer to This method contains style for the first time (e.g. bold or colored text). Do you

[Pharo-project] Preferences to settings refactoring: #colorWhenPrettyPrinting case

2009-05-18 Thread Alain Plantec
http://code.google.com/p/pharo/issues/detail?id=824 colorWhenPrettyPrinting If true, then when browseWithPrettyPrint is in effect, the pretty-printing will be presented in color Action: Remove. In fact only clean-up because it is already removed (this preference has no more effect). a

Re: [Pharo-project] vm exits unexpectedly

2009-05-19 Thread Alain Plantec
Mariano Martinez Peck a écrit : But is this standard vm? Did you download it from http://squeakvm.org/unix/ ? is an exupery vm ? did you install it using apt-get ? Anyway, it seems to be already reported. See: - http://code.google.com/p/pharo/issues/detail?id=794 -

[Pharo-project] preferences clean-up

2009-05-20 Thread Alain Plantec
Hi all, I think we can remove following preferences: decorateBrowserButtons, menuButtonInToolPane, optionalButtons and smartUpdating. decorateBrowserButtons : always true menuButtonInToolPane : always false optionalButtons : always true smartUpdating: always true what do you think ? Cheers

Re: [Pharo-project] can you give feedabck to alain on preference cleaning

2009-05-22 Thread Alain Plantec
Igor Stasenko a écrit : annotation pane is very useful thing. This is first thing i turning on, when start using new image. Hi Igor, how do you makes it work on old browser. It is never updated. However, It is well implemented by OB, and works very well with it. So the question is can I

Re: [Pharo-project] can you give feedabck to alain on preference cleaning

2009-05-24 Thread Alain Plantec
Igor Stasenko a écrit : 2009/5/22 Alain Plantec alain.plan...@free.fr: Igor Stasenko a écrit : annotation pane is very useful thing. This is first thing i turning on, when start using new image. Hi Igor, how do you makes it work on old browser. It is never updated

[Pharo-project] [Fwd: Re: preferences refactoring]

2009-05-28 Thread Alain Plantec
classcolorWhenPrettyPrinting ^Preferences colorWhenPrettyPrinting In Pharo: DiffMorph classcolorWhenPrettyPrinting ^ColorWhenPrettyPrinting ifNil: [ ColorWhenPrettyPrinting := (SettingManager newSetting: 'Color pretty print') default: false] Regards, Gary - Original Message - From: Alain Plantec

Re: [Pharo-project] [Fwd: Re: preferences refactoring]

2009-05-28 Thread Alain Plantec
are re-factored such that they don't need it anymore. Cheers Alain Alexandre On 28 May 2009, at 03:08, Alain Plantec wrote: Hi all, We have to make important decisions about squeak/pharo compatibility regarding the new setting package. The problem is that some packages (as Polymorph but also

[Pharo-project] SystemDictionaryrecreateSpecialObjectsArray (TranslatedMethod is Undeclared)

2009-05-28 Thread Alain Plantec
Hi all, I've opened an issue for it: http://code.google.com/p/pharo/issues/detail?id=854 Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] preferences to settings refactoring: #colorWhenPrettyPrinting case

2009-05-29 Thread Alain Plantec
Hi, A slice is upload in pharoInbox. Cheers Alain Name: SLICE-colorWhenPrettyPrintingRemoval-alain_plantec.2 Dependencies: Compiler-alain_plantec.104, Kernel-alain_plantec.renggli.335, KernelTests-alain_plantec.109, Polymorph-Tools-Diff-alain_plantec.21, System-FilePackage-alain_plantec.6,

Re: [Pharo-project] preferences to settings refactoring: #colorWhenPrettyPrinting case

2009-05-29 Thread Alain Plantec
or do you rely on shout? and color in pharo (aka pharo-dev) relies on shout as always. alain Stef On May 29, 2009, at 9:39 AM, Alain Plantec wrote: Hi, A slice is upload in pharoInbox. Cheers Alain Name: SLICE-colorWhenPrettyPrintingRemoval-alain_plantec.2 Dependencies: Compiler

Re: [Pharo-project] Fwd: preferences to settings refactoring: #colorWhenPrettyPrinting case

2009-05-30 Thread Alain Plantec
Stéphane Ducasse a écrit : I could not believe so I checked :) and indeed this preference was totally not working :) I think that using shout for code colorizing is much better. Now could you deprecated the most important methods instead of simply removing them? I can integrate you

[Pharo-project] DNU while updating SqueakMap from the net

2009-06-05 Thread Alain Plantec
new issue http://code.google.com/p/pharo/issues/detail?id=865 Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] can we remove TabbedPalette

2009-06-05 Thread Alain Plantec
Hi all, I know it is used by the Smacc GUI. I can provide a new Smacc GUI implementation (old one is really messy) any other good reason to keep TabbedPalette ? thanks Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] class removal problem

2009-06-06 Thread Alain Plantec
Hi all, It is about the class load/unload logic. I'm trying to remove BooleanPreferenceView. But this class is registered as a preference view : --- BooleanPreferenceView classinitialize PreferenceViewRegistry ofBooleanPreferences register: self. ---

Re: [Pharo-project] Fwd: Issue 584 in pharo: SqueakPageCache generateURL - DNU because pathForFile is not defined on ServerFile

2009-06-06 Thread Alain Plantec
Adrian Lienhard a écrit : When removing SqueakPageCache, shouldn't one remove the whole morph saving logic (i.e., SqueakPage, ObjectOut, MorphObjectOut and maybe more)? certainely, I've investigated that. Removing SqueakPage etc also leads to ... TabbePalettte removal :) alain I have

Re: [Pharo-project] class removal problem

2009-06-06 Thread Alain Plantec
or is there a good reason for that ? alain . Cheers, Adrian On Jun 6, 2009, at 15:47 , Alain Plantec wrote: Hi all, It is about the class load/unload logic. I'm trying to remove BooleanPreferenceView. But this class is registered as a preference view : --- BooleanPreferenceView

Re: [Pharo-project] can we remove TabbedPalette

2009-06-06 Thread Alain Plantec
, Alain Plantecalain.plan...@free.fr wrote: in pharoInbox: SLICE-TabbedPaletteRemoval-alain_plantec.4 alain Stéphane Ducasse a écrit : On Jun 5, 2009, at 10:17 PM, Alain Plantec wrote: Hi all, I know it is used by the Smacc GUI. I can provide a new Smacc GUI implementation

Re: [Pharo-project] what happened to pretty-print?

2009-06-08 Thread Alain Plantec
Stéphane Ducasse a écrit : If I remember we removed the coloring which was broken. Alain did we remove the pretty printing too? no, it works well on my core image: In a browser, choosing 'pretty print' in the what to show button makes the code pretty printed. Code is always pretty

Re: [Pharo-project] About super initialize

2009-06-08 Thread Alain Plantec
Stéphane Ducasse a écrit : Hi in http://code.google.com/p/pharo/issues/detail?id=135 may be stupidly I was thinking that it would be nice to check all the initialize methods that are not doing a super call, and fix them. Alain did this crazy yes! and boring yes! :-D tasks and I was

Re: [Pharo-project] what happened to pretty-print?

2009-06-08 Thread Alain Plantec
Oscar Nierstrasz a écrit : I don't know what you mean by the what to show button it is the title of the dialog which is opened when you hit the right most button of the browser button bar. , but if I select view...PrettyPrint, I get a MessageNotUnderstood: Compiler

Re: [Pharo-project] About super initialize

2009-06-08 Thread Alain Plantec
Damien Cassou a écrit : On Mon, Jun 8, 2009 at 6:13 PM, Stéphane Ducassestephane.duca...@inria.fr wrote: I was thinking that it would be nice to check all the initialize methods that are not doing a super call, and fix them. Are we sure that no #initialize method avoid calling

Re: [Pharo-project] Why TTComposite is a subclass of TTGlyph

2009-06-08 Thread Alain Plantec
but in the subclass TTCompositeGlyphcontours ^contours ifNil:[contours := self computeContours] so if we change the initialize of the subclass then the countours will be never computed damn! :o ok, seen well ___ Pharo-project

Re: [Pharo-project] Fwd: Issue 584 in pharo: SqueakPageCache generateURL - DNU because pathForFile is not defined on ServerFile

2009-06-08 Thread Alain Plantec
Stéphane Ducasse a écrit : I was thinking to move ObjectOut and little friends out of kernel and out them in a dedicated package Then clean MorphObjectOut. There would be nice examples of reflective uses of Smalltalk but I'm not sure that they still work. Now I would do the following:

[Pharo-project] BookMorph removal slice

2009-06-08 Thread Alain Plantec
Stéphane Ducasse a écrit : Now I would do the following: remove BookMorph SLICE-BookMorphRemoval-alain_plantec.1 is in PharoInbox alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] About super initialize

2009-06-09 Thread Alain Plantec
Lukas Renggli a écrit : I do not think that we will hev speed impact but yes we should run that. Still I have the impression that for direct subclasses of Object super initialize is unnecessary If you follow this pattern refactoring code (moving classes in hierarchies) can easily

Re: [Pharo-project] what happened to pretty-print?

2009-06-09 Thread Alain Plantec
Oscar Nierstrasz a écrit : OK, I updated pharo0.1-10324dev09.06.1 to 10331. (Or should I update pharo-core?) no, it should be ok if you update from pharo0.1-10324dev09.06.1 Pretty-print is still missing when I right-click on the method source pane. see my comments below

Re: [Pharo-project] what happened to pretty-print?

2009-06-09 Thread Alain Plantec
With pharo0.1-10292dev09.04.6, with pharo0.1-10324dev09.06.1 the pretty print entry of the code pane menu is not present. So I guess the lost of the code pane menu pretty print entry results from some OB refactoring from 09.05.4 to 09.04.6. to 09.06.1 of course and yes, as it was for

Re: [Pharo-project] a plea for save and quit

2009-06-11 Thread Alain Plantec
Tudor Girba a écrit : Save Save as... Save and quit - Quit Hi all, I like this simple proposition. We still have 'recover lost changes' in the case of unwanted quit without saving. alain ___ Pharo-project

Re: [Pharo-project] Fixes for Numbers are ready (toward ANSI)

2009-06-11 Thread Alain Plantec
Nicolas Cellier a écrit : 2009/6/11 Stéphane Ducasse stephane.duca...@inria.fr: thanks nicolas BTW did you got feedback about this one? http://code.google.com/p/pharo/issues/detail?id=860colspec=ID%20Type%20Status%20Summary%20Milestonestart=200 None yet. I only see 3 explanations:

Re: [Pharo-project] [ANN] 10337

2009-06-13 Thread Alain Plantec
Stéphane Ducasse a écrit : issue 884: Bookmorph removal. Thanks alain! I think that something was wrong because BookMorph is still present after #10337. regarding SqueakPage removal. It seems to me that ObjectOut and MorphObjectOut would not be fonctional at all after SqueakPage and

Re: [Pharo-project] [ANN] 10337

2009-06-13 Thread Alain Plantec
Stéphane Ducasse a écrit : can you check ? because book~LikeMorph and bookMorph in 320 were not in the same hierarchy anymore. checked, my slice didn't completely remove BookMorph. =-O my next will. alain Stef On Jun 13, 2009, at 10:39 PM, Alain Plantec wrote: Stéphane Ducasse a écrit

Re: [Pharo-project] [ANN] 10337

2009-06-14 Thread Alain Plantec
Stéphane Ducasse a écrit : ok I prefer that than a merging bug. the LongTestCase #DecompilerTests method is touched by the BookMorph removal. Unfortunately, the class LongTestCase is unpackaged. I guess that is is the reason why it was not in the slice. - new issue

Re: [Pharo-project] [ANN] 10337

2009-06-14 Thread Alain Plantec
Alain Plantec a écrit : Stéphane Ducasse a écrit : ok I prefer that than a merging bug. the LongTestCase #DecompilerTests method is touched by the BookMorph removal. Unfortunately, the class LongTestCase is unpackaged. oups, this is the class DecompilerTests that is unpackaged

[Pharo-project] BrowsercopyClass is lost

2009-06-16 Thread Alain Plantec
Hi all, I've edited a new issue : http://code.google.com/p/pharo/issues/detail?id=894 DNU when choosing 'copy class' from the browser class menu. Fixed by retrieving the last version which was found in #304. The new Tools package is uploaded to pharoInbox. Name:

Re: [Pharo-project] Monticello connecting to ftp repo on non-standard port

2009-06-16 Thread Alain Plantec
Michael Rueger a écrit : Adrian Lienhard wrote: Thanks, Mike, is http://code.google.com/p/pharo/issues/detail?id=794 a duplicate? I just tested on Virtualbox Ubuntu 8.04 and it worked. So I guess I have to set up a 9.x environment... yes. It worked well with 8.04, the problem

Re: [Pharo-project] class removal problem

2009-06-16 Thread Alain Plantec
Stéphane Ducasse a écrit : so this is an issue :) http://code.google.com/p/pharo/issues/detail?id=895 alain Stef On Jun 6, 2009, at 6:49 PM, Adrian Lienhard wrote: On Jun 6, 2009, at 17:47 , Alain Plantec wrote: Adrian Lienhard a écrit : Hi Alain, Just this morning

Re: [Pharo-project] Monticello connecting to ftp repo on non-standard port

2009-06-16 Thread Alain Plantec
Michael Rueger a écrit : Alain Plantec wrote: It worked well with 8.04, the problem is with 9.04. well, works for me here. Fresh 9.04 install on Virtualbox 2.2.4., Linux VM downloaded from the pharo site. strange, I will do exactly the same and give you feedbacks. is the 32 or the 64 bits

Re: [Pharo-project] Monticello connecting to ftp repo on non-standard port

2009-06-16 Thread Alain Plantec
I've installed ubuntu 32 and 64-bit with virtualbox. ubuntu 32 bit (virtualbox) : ok, no network problem - host is broken ubuntu 64 bit :) ubuntu 64 bit (virtualbox) : broken as my host is Alain Michael Rueger a écrit : Alain Plantec wrote: Michael Rueger a écrit : Alain Plantec wrote

Re: [Pharo-project] idea to have a better methodFinder :)

2009-06-18 Thread Alain Plantec
PragmaCollector could be very useful for the purpose of collecting pragma for a MethodFinder (or other client) I can provide more help if needed. Alain Marcus Denker a écrit : On 17.06.2009, at 16:16, Bernardo Ezequiel Contreras wrote: where can i find Pragma? do you have a link?

Re: [Pharo-project] Making pharo more tdd oriented

2009-06-19 Thread Alain Plantec
sorry but what is the meaning of TDD ? Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] [ANN] 10344

2009-06-29 Thread Alain Plantec
Stéphane Ducasse a écrit : super initialize second part Thanks alain. fortunately you reviewed what I did, so thanks to you Steph. ;-) Alain Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] BrowsercopyClass missing issue

2009-07-08 Thread Alain Plantec
Hi all, I think that this issue is a good candidat for 1.0 http://code.google.com/p/pharo/issues/detail?id=894 Cheers Alain ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Making some progress, and a few observations

2009-07-15 Thread Alain Plantec
Adrian Lienhard a écrit : Bill, Could you post the results of the following benchmark? 0 tinyBenchmarks On my MacBook Pro with 2.4GHz and the Mac 4.1.1beta2U VM I get: '543236074 bytecodes/sec; 12101592 sends/sec' On Intel Core2 Duo T7700 at 2.4 GHz, Linux Ubuntu 9.04, 64 bit

Re: [Pharo-project] Fwd: about setting and preference.

2009-08-27 Thread Alain Plantec
Stéphane Ducasse a écrit : On Aug 27, 2009, at 4:47 PM, Lukas Renggli wrote: I see. Let us reply alain and we talk about that at ESUG satruday or sunday. Yes, let's do that. I will arrive saturday evening. Yes it will be a busy week. Why isn't a setting simply a

Re: [Pharo-project] [update] #10435

2009-09-05 Thread Alain Plantec
Marcus Denker a écrit : 10435 - Issue 1159: System-Settings package must disappear Hi all, After the update, following setting test classes from the Tests-System-Settings system category are still in the image: PragmaCollectorTest, PragmaSettingDeclarationsTest,

Re: [Pharo-project] MorphTreeMorph

2009-09-08 Thread Alain Plantec
Hil all, MorphTreeMorph and related are still not mature enough to be considered as part of standard widgets. This is why it is private to the settings package. For 1.0, I think it is better to not integrate it Cheers Alain Marcus Denker a écrit : On 07.09.2009, at 20:10, Tudor Girba wrote:

Re: [Pharo-project] Fwd: about setting and preference.

2009-09-21 Thread Alain Plantec
just forgot to indicate the entry point. In order to open the setting browser: SystemSettingBrowser open. Cheers Alain Alain Plantec a écrit : Hi all, I've changed the new setting implementation. The new proposition is attached. I think that this implementation is in sync with Lukas remarks

  1   2   3   4   5   >