Re: [Pharo-project] How to manage todo?

2010-04-07 Thread laurent laffont
On Wed, Apr 7, 2010 at 10:48 PM, Stéphane Ducasse wrote: > tx > I checked the inria task is too complex (the idea is to manage dependency > and produce gantt about tasks). > Like this: http://trac.edgewall.org/milestone/0.12 ? Laurent Laffont > > Stef > > > In Moose we use mainly: > > Type-E

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Tudor Girba
Hi, Aaron and Dale added the missing Shout plugin for Pier. Now, using == at the beginning of the line shows highlighted code. Cheers, Doru On 7 Apr 2010, at 10:36, Simon Denier wrote: Doru, another missing thing in the current config is the == syntax for Smalltalk highlighting See http

Re: [Pharo-project] Show Actions of a SystemWindow: bug?

2010-04-07 Thread Carla F. Griggio
Whoops! It is Morph>> showActions :P I'll submit the bug and the fix :) I don't usually use that menu either, but I was playing with Morphs and I recalled that I had seen that menu before and it could be usefull. Actually, I didn't remember how to open it, I tried several key combinations until I

[Pharo-project] Potato and jSqueak ...

2010-04-07 Thread James Ladd
Hi, Please could those discussing Potato and jSqueak change the reply to subject from Redline Smalltalk? Rgs, James. _ Browse profiles for FREE! Meet local singles online. http://clk.atdmt

Re: [Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread Dale Henrichs
In the link there's also mention of a change in the search path ... Dale - "Wilhelm K Schwab" wrote: | Dale, | | That *cannot* be the only option for arbitrary external libraries - | that will break things like odbc, or at best force people to create | links in order to compensate. Hopeful

Re: [Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread Schwab,Wilhelm K
Laurent, Probably the best starting point is to install the odbc package and use it to connect to a datasource. Then load the new vm and see if breaks. Thanks!! Bill From: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforg

Re: [Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread Schwab,Wilhelm K
Dale, That *cannot* be the only option for arbitrary external libraries - that will break things like odbc, or at best force people to create links in order to compensate. Hopefully, you are thinking of plugins. Bill -Original Message- From: pharo-project-boun...@lists.gforge.inria

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Michael Roberts
so it seems that indeed it is fine at home. I confirmed that the in the former setup, the redirects (I assume) go missing. every execution of the command goes back to the the page I started from. Even the edit of a typo on a page, caused the page to reload and revert the edit. anyway i was only

Re: [Pharo-project] How to manage todo?

2010-04-07 Thread Stéphane Ducasse
tx I checked the inria task is too complex (the idea is to manage dependency and produce gantt about tasks). Stef > In Moose we use mainly: > Type-Engineering = (Re)engineering the code base to enhance its quality > Type-Defect = Report of a software defect > Type-Enhancement =

Re: [Pharo-project] Handle Close Event in Image - necessary for 1.0?

2010-04-07 Thread Stéphane Ducasse
On Apr 7, 2010, at 5:54 PM, Henrik Johansen wrote: > > On Apr 7, 2010, at 12:38 25PM, Stéphane Ducasse wrote: > >> Thanks Henrik >> this is something I understand. I will integrate that for 1.1 > > Yes, there's some new stuff there which won't work well if we ever move > towards multi-window

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Stéphane Ducasse
Ok good to know. Stef >> Maybe add a new Setting for Shout for Pharo 1.1 ? > > Yeah, but it is difficult because the code is built around these > specification arrays. > > You can already today change the settings without touching the code > (in a load script for example): > >SHTextStylerS

Re: [Pharo-project] Thanks for license agreement :)

2010-04-07 Thread Stéphane Ducasse
you are welcome! There is a lot of simple things to do. On Apr 7, 2010, at 6:45 PM, Justin Langhorst wrote: > No problem Stéphane, now I just need to get around to contributing :) > BTW, hi everyone. > > On Wed, Apr 7, 2010 at 10:41 AM, Stéphane Ducasse > wrote: >> Hi Justin and Yanni >> >> I

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Tudor Girba
Try this one: Gofer new squeaksource: 'setup'; package: 'Setup'; load. Cheers, Doru On 7 Apr 2010, at 17:55, Stéphane Ducasse wrote: I know that people around me use Setup something so probably somebody will mention it to you. What you can also do is to define

Re: [Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread laurent laffont
Hi Bill, I don't really understand what you're doing, too many mails in my inbox, I'm lost :) What simple test / code can I run to reproduce your problem and try to help you ? It seems interesting. Cheers, Laurent Laffont On Wed, Apr 7, 2010 at 7:34 PM, Schwab,Wilhelm K wrote: > I think there

Re: [Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread Dale Henrichs
Bill, I haven't followed your trials and tribulations with libraries, but I do know that starting with version 3.11-3 of the Squeak vm(see 'http://lists.squeakfoundation.org/pipermail/vm-dev/2009-September/003206.html'), the naming conventions for dynamically loaded files was changed to use a

Re: [Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread Schwab,Wilhelm K
I think there is something wrong with the library searches in 3.11-3. It is one thing for my hacked together .so to avoid detection due to some mistake on my part, but has anyone tried ODBC on Linux with the new vm? It's sitting in /usr/lib like it has always been; the vm should find it, right

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Eliot Miranda
Personally I don't mind having the preference in code. Its nice to be able to see what one's settings are in the patch browser. What I mind is the lack of support for temporarily rescinding my change to the method when I commit the monticello package. Yes I can save the image, revert, commit, ex

Re: [Pharo-project] Thanks for license agreement :)

2010-04-07 Thread Justin Langhorst
No problem Stéphane, now I just need to get around to contributing :) BTW, hi everyone. On Wed, Apr 7, 2010 at 10:41 AM, Stéphane Ducasse wrote: > Hi Justin and Yanni > > I checked my mailbox today and saw your license agreement. > > Thanks > > ___ > Ph

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Lukas Renggli
> Maybe add a new Setting for Shout for Pharo 1.1 ? Yeah, but it is difficult because the code is built around these specification arrays. You can already today change the settings without touching the code (in a load script for example): SHTextStylerST80 styleTable: #( (comment ( green ) ..

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Mariano Martinez Peck
On Wed, Apr 7, 2010 at 12:49 PM, Stéphane Ducasse wrote: > Ok but this looks terrible. This is good like that we are sure that one day > a guy not knowing anything > will propose something mucch better. What ugly convention. And also > nobody ever worked with daltonian apparently > because gr

[Pharo-project] Linux 3.11-3 vm and shared libraries

2010-04-07 Thread Schwab,Wilhelm K
Hello all, I am trying to use the 3.11-3 vm to see if it fixes my double return value problem, and I cannot get it to load the library to do the test =:0 At this point, I am just guessing. Can someone who has been successful at it give me an example? What is the .so file named, how do you re

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Stéphane Ducasse
I know that people around me use Setup something so probably somebody will mention it to you. >> >> What you can also do is to define a Script to do it for you and to setup >> your image the exact way you want. >> > Cool, I'll try that. Is there a good place to look for info on how to do

Re: [Pharo-project] Handle Close Event in Image - necessary for 1.0?

2010-04-07 Thread Henrik Johansen
On Apr 7, 2010, at 12:38 25PM, Stéphane Ducasse wrote: > Thanks Henrik > this is something I understand. I will integrate that for 1.1 Yes, there's some new stuff there which won't work well if we ever move towards multi-window support, but the entire event-handling will have to be rewritten i

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Stéphane Ducasse
I know and this is why I mentioned to dan that it would be good to merge back because may be a poor guy will just reimplement exactly what the guy in potatoes already did long time ago. But at the end of the day I do not care because I know. I should stop to be altruist. Stef On Apr 7, 2010,

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Stéphane Ducasse
Ok but this looks terrible. This is good like that we are sure that one day a guy not knowing anything will propose something mucch better. What ugly convention. And also nobody ever worked with daltonian apparently because green for comments means nothing. Anyway I'm happy not to use Shout

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Schwab,Wilhelm K
I've pretty much grown to accept green for comments too. What I really want to see is a way to change the background color, though the current values should be the default. Bill -Original Message- From: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.

[Pharo-project] Thanks for license agreement :)

2010-04-07 Thread Stéphane Ducasse
Hi Justin and Yanni I checked my mailbox today and saw your license agreement. Thanks ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Bug or new feature in RB?

2010-04-07 Thread Mariano Martinez Peck
On Wed, Apr 7, 2010 at 2:09 PM, Lukas Renggli wrote: > > So, my question is, shouldn't only apply the refactor to the initialize > > method of extended packages ONLY if that method is extended ? Because > > otherwise I think it is a bit dangerous. > > > > What do you think ? > > > > I attach scre

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Peter Hugosson-Miller
I absolutely agree with Torsten. Here's one I made myself for VaSt, and I've been using it for 8 years now: [image: PehuTextEnhancer.png] Note (whatever you might think of all the other fonts and colours) that the comments are green ;-) -- Cheers, Peter On Wed, Apr 7, 2010 at 4:39 PM, Torsten B

Re: [Pharo-project] Issue 2279: [BUG]MultiByteFileStream(Object)>>error: on changes file throwing ***System Error Handling Failed*** running test coverage

2010-04-07 Thread Mariano Martinez Peck
On Tue, Apr 6, 2010 at 11:27 AM, Lukas Renggli wrote: > This could be a problem with the coverage analysis. You have to be > extra careful with coverage analysis on system classes like > collections and filestreams, because they are used everywhere. > > In such case, should we add them to TestRun

Re: [Pharo-project] How to manage todo?

2010-04-07 Thread Tudor Girba
In Moose we use mainly: Type-Engineering = (Re)engineering the code base to enhance its quality Type-Defect = Report of a software defect Type-Enhancement = Request for enhancement and from time to time: Type-Project = Long-term project or autonomous task Type-Review

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Mariano Martinez Peck
Hi Sean: As far as I understand, part of the new improvements of the Pharo 1.1 architecture will make this kind of things easier: 1) We completely removed Preferences class. It was a mess and with million of dependencies, difficult to extend, etc. Now, in Pharo 1.1 we have a new Setting framework

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Sean P. DeNigris
Stéphane Ducasse wrote: > >> Maybe they could coexist, since clicking on a menu item with a submenu >> doesn't seem to do anything useful now? > > Yes this is probably a good suggestion. > But if we click on a menu with a submenu what should happen? > The menu on the right should slide and rep

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread laurent laffont
Now on INRIAGForge server: https://gforge.inria.fr/frs/download.php/26793/squeak-3.11.3.2151-pharo-src.tar.gz Laurent Laffont On Wed, Apr 7, 2010 at 12:37 PM, Stéphane Ducasse wrote: > laurent if you want register using the rmod team and let me know so that I > add you to the pharo project. >

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Michael Haupt
Hi Stéphane, On Wed, Apr 7, 2010 at 3:45 PM, Stéphane Ducasse wrote: > the one of potataoe and the code that we can find on Jsqueak web site. > I imagine that they are not the same. they are not. As far as I understood it, the code available from the JSqueak page is JSqueak as originally release

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Sean P. DeNigris
Stéphane Ducasse wrote: > > Now sean as mariano mentioned it if some behavior are really used all time > then we will change to > make them easier to use. > I appreciate that - my purpose was about the general flow of sub-menus, rather than that specific one, which I used as an example (but

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Stéphane Ducasse
> > I put the user movements to emphasize the greater amount and variety of > effort required (not thinking of readers reproducing the steps :( ). > System -> Preferences... -> Full screen on > > My point, which you clarified for me, is more that the way submenus appear > in Squeak seems to flow

[Pharo-project] who is maintaining shout?

2010-04-07 Thread Torsten Bergmann
Stef wrote >Because I would like to change the default color of comments. >Green is really ugly for the release. Please no! This is subject to personal taste. In most text editors and IDE's I know the comments are always green by default independent from language. So I would keep it since this i

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Stéphane Ducasse
in 1.1 this is even more complex :) because you have to use the default setting browser. Now sean as mariano mentioned it if some behavior are really used all time then we will change to make them easier to use. What you can also do is to define a Script to do it for you and to setup your imag

Re: [Pharo-project] who is maintaining shout?

2010-04-07 Thread Lukas Renggli
> Because I would like to change the default color of comments. > Green is really ugly for the release. This is my color scheme I am using since 1992 when I first programmed in BASIC and Pascal. I don't know why people use my own personal fork of the code? Looks like Shout has no official maintain

Re: [Pharo-project] How to manage todo?

2010-04-07 Thread Stéphane Ducasse
> I propose that we use >> >> Type-Task or Type-ToDo for the management of some items that are not >> directly bug. >> Marcus? adrian? is it ok for you? > > As a frist step good. I personally would like to destinguish bugs from > feature requests. Bugs > are bad and I want as little as possible

Re: [Pharo-project] How to manage todo?

2010-04-07 Thread Adrian Lienhard
On Apr 7, 2010, at 15:50 , Stéphane Ducasse wrote: > I propose that we use > > Type-Task or Type-ToDo for the management of some items that are not directly > bug. > Marcus? adrian? is it ok for you? yes, looks good Adrian > Stef > > On Apr 7, 2010, at 3:38 PM, Stéphane Ducasse wrote: > >>

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Sean P. DeNigris
Mariano Martinez Peck wrote: > > I would be more detailed. Why don't you say the menu labels instead of > move > xxx ? > >> What is the advantage of this way? > > I have no idea. What I do am aware of is that we want clean and short > menus > for Pharo. Having looong list menus is unconfortabl

Re: [Pharo-project] How to manage todo?

2010-04-07 Thread Marcus Denker
On Apr 7, 2010, at 3:50 PM, Stéphane Ducasse wrote: > I propose that we use > > Type-Task or Type-ToDo for the management of some items that are not directly > bug. > Marcus? adrian? is it ok for you? As a frist step good. I personally would like to destinguish bugs from feature requests. Bug

Re: [Pharo-project] Menu navigation

2010-04-07 Thread Mariano Martinez Peck
On Wed, Apr 7, 2010 at 3:56 PM, Sean P. DeNigris wrote: > > It seems that the world menu navigation is not as usable as that of Squeak. > > For example, to go to full screen mode: > Squeak: click -> move down -> click -> move down -> click > Pharo: click -> move down -> move right -> click -> mo

[Pharo-project] who is maintaining shout?

2010-04-07 Thread Stéphane Ducasse
Because I would like to change the default color of comments. Green is really ugly for the release. Stef defaultStyleTable "color can be a valid argument to Color class>>colorFrom: , or nil to use the editor text color. Multiple emphases can be specified using an array

[Pharo-project] Menu navigation

2010-04-07 Thread Sean P. DeNigris
It seems that the world menu navigation is not as usable as that of Squeak. For example, to go to full screen mode: Squeak: click -> move down -> click -> move down -> click Pharo: click -> move down -> move right -> click -> move down -> click What is the advantage of this way? Sean -- View

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread Schwab,Wilhelm K
To anyone who might be struggling with this: I don't call Ubuntu 9.10 the Kranky Kangaroo for nothing =:0 The apt-get line kept prompting for a CD. After a couple of false starts, I found instructions to go to /etc/apt /sources.list and comment out the line referencing the cd. That _appears

Re: [Pharo-project] How to manage todo?

2010-04-07 Thread Stéphane Ducasse
I propose that we use Type-Task or Type-ToDo for the management of some items that are not directly bug. Marcus? adrian? is it ok for you? Stef On Apr 7, 2010, at 3:38 PM, Stéphane Ducasse wrote: > Hi guys > > We have bug entries and now I have one question. > Do we want to mix or not todo wit

Re: [Pharo-project] todo after 1.0 is released

2010-04-07 Thread Stéphane Ducasse
Yes http://code.google.com/p/pharo/issues/detail?id=2282 On Apr 7, 2010, at 3:17 PM, Adrian Lienhard wrote: > Usually I put the 1.1 tag on items I integrated in 1.0 and I didn't close the > issues so they are not lost. The only one I remember that we may also want to > integrate is th

Re: [Pharo-project] Show Actions of a SystemWindow: bug?

2010-04-07 Thread Stéphane Ducasse
add a bug entry :) On Apr 7, 2010, at 3:11 PM, Mariano Martinez Peck wrote: > > > 2010/4/6 Carla F. Griggio > Hello! > > I was fooling around with the latest rc3 image and I tried to use the "show > actions" option in the menu of a SystemWindow and got this: > > MessageNotUnderstood: ToolSe

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Stéphane Ducasse
the one of potataoe and the code that we can find on Jsqueak web site. I imagine that they are not the same. On Apr 7, 2010, at 3:37 PM, Michael Haupt wrote: > Hi, > > On Wed, Apr 7, 2010 at 9:04 AM, Stéphane Ducasse > wrote: >>> Potato is JSqueak. I don't get it. >> >> I know :) >> Now havi

Re: [Pharo-project] [For Testing] RC3 One-Click

2010-04-07 Thread Stéphane Ducasse
good! Stef On Apr 7, 2010, at 3:39 PM, Mariano Martinez Peck wrote: > I agree with you Torsten. And thanks for the very fast upload :) > > 2010/4/7 Torsten Bergmann > >- splash.bmp says release candidate 2. It should be release stable 1.0 or > >RC3. > > Use the attached one. > > >This come

Re: [Pharo-project] [For Testing] RC3 One-Click

2010-04-07 Thread Mariano Martinez Peck
I agree with you Torsten. And thanks for the very fast upload :) 2010/4/7 Torsten Bergmann > >- splash.bmp says release candidate 2. It should be release stable 1.0 or > RC3. > > Use the attached one. > > >This comes from the vm package. I personally honestly don't understand > >spash-screens.

[Pharo-project] How to manage todo?

2010-04-07 Thread Stéphane Ducasse
Hi guys We have bug entries and now I have one question. Do we want to mix or not todo within them? I deleted all the old tasks from the inria web site. Now we could use it. Do you have experience managing todo (which may be orthogonal to issue and bug trcking)? Stef __

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Michael Haupt
Hi, On Wed, Apr 7, 2010 at 9:04 AM, Stéphane Ducasse wrote: >> Potato is JSqueak.  I don't get it. > > I know :) > Now having two different repositories with not synchronized code is not > really good. which two repositories? Best, Michael ___ Phar

Re: [Pharo-project] todo after 1.0 is released

2010-04-07 Thread Adrian Lienhard
Usually I put the 1.1 tag on items I integrated in 1.0 and I didn't close the issues so they are not lost. The only one I remember that we may also want to integrate is the network rollback. Not sure what the plan is there. But it doesn't seem anybody is working on a better implementation so I s

[Pharo-project] Splash for 1.0...Torsten ? Re: [For Testing] RC3 One-Click

2010-04-07 Thread Mariano Martinez Peck
On Wed, Apr 7, 2010 at 3:04 PM, Marcus Denker wrote: > > On Apr 3, 2010, at 1:10 PM, Mariano Martinez Peck wrote: > > > Hi Marcus. I have been testing a little the one click image and I found > the following things: > > > > - splash.bmp says release candidate 2. It should be release stable 1.0 >

Re: [Pharo-project] Show Actions of a SystemWindow: bug?

2010-04-07 Thread Mariano Martinez Peck
2010/4/6 Carla F. Griggio > Hello! > > I was fooling around with the latest rc3 image and I tried to use the "show > actions" option in the menu of a SystemWindow and got this: > > *MessageNotUnderstood: ToolSet class>>openMessageList:name:autoSelect:* > > ToolSet class(Object)>>doesNotUnderstand

Re: [Pharo-project] [For Testing] RC3 One-Click

2010-04-07 Thread Marcus Denker
On Apr 3, 2010, at 1:10 PM, Mariano Martinez Peck wrote: > Hi Marcus. I have been testing a little the one click image and I found the > following things: > > - splash.bmp says release candidate 2. It should be release stable 1.0 or > RC3. This comes from the vm package. I personally honestl

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Mariano Martinez Peck
On Wed, Apr 7, 2010 at 2:14 PM, Michael Roberts wrote: > I'm afraid it doesn't work behind my coporate firewall. I will need to > look in more detail. I think some redirects are perhaps being dropped. > In IE 6 it doesn't work at all. Login command goes to a page that says > command PULogin not

Re: [Pharo-project] Show Actions of a SystemWindow: bug?

2010-04-07 Thread Carla F. Griggio
Hi! The option is in one of the last sections of the menu that I get doing Ctrl+Click over a SystemWindow. 2010/4/6 Mariano Martinez Peck > Carla, where is that "show actions" option ? i don't see it > > 2010/4/6 Carla F. Griggio > >> Hello! >> >> I was fooling around with the latest rc3 ima

Re: [Pharo-project] Canvas transform bug when rendering text?

2010-04-07 Thread Henrik Johansen
On Apr 7, 2010, at 1:45 49PM, David Harvey wrote: > Hi list, > > I'm writing a little charting morph, and while playing with rotating text for > axis labels came across something which I've noted in Morphs text handling a > couple of times. > > If I apply a transform in a drawing operation,

Re: [Pharo-project] todo after 1.0 is released

2010-04-07 Thread Mariano Martinez Peck
On Wed, Apr 7, 2010 at 1:07 PM, Stéphane Ducasse wrote: > Hi Adrian > > Once 1.0 is released we should check that all the fixes that went in 1.0 > after the fork to 1.1 are integrated in 1.1. > The problem is how we can identify them ? I only remember http://code.google.com/p/pharo/issues/detail?

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Michael Roberts
I'm afraid it doesn't work behind my coporate firewall. I will need to look in more detail. I think some redirects are perhaps being dropped. In IE 6 it doesn't work at all. Login command goes to a page that says command PULogin not found. I don't care for IE but I know the proxy is configured. In

Re: [Pharo-project] Fwd: [squeak-dev] OB performance (Re: Slime)

2010-04-07 Thread Lukas Renggli
> Lukas, do you think this is worth? I can neither observe nor measure a performance improvement, but i've integrated it this morning as it makes sense not to recreate the buttons all the time. Lukas -- Lukas Renggli www.lukas-renggli.ch ___ Pharo-pr

Re: [Pharo-project] Bug or new feature in RB?

2010-04-07 Thread Lukas Renggli
> So, my question is, shouldn't only apply the refactor to the initialize > method of extended packages ONLY if that method is extended ? Because > otherwise I think it is a bit dangerous. > > What do you think ? > > I attach screenshot also. I see no screenshot, but I can reproduce the problem.

[Pharo-project] Canvas transform bug when rendering text?

2010-04-07 Thread David Harvey
Hi list, I'm writing a little charting morph, and while playing with rotating text for axis labels came across something which I've noted in Morphs text handling a couple of times. If I apply a transform in a drawing operation, rotated text _appears_ to be drawn twice, slightly offset, giving a s

[Pharo-project] Fwd: [squeak-dev] OB performance (Re: Slime)

2010-04-07 Thread Mariano Martinez Peck
Thanks Andreas :) Lukas, do you think this is worth? -- Forwarded message -- From: Andreas Raab Date: Wed, Apr 7, 2010 at 5:25 AM Subject: [squeak-dev] OB performance (Re: Slime) To: The general-purpose Squeak developers list < squeak-...@lists.squeakfoundation.org> On 4/3/2010

[Pharo-project] todo after 1.0 is released

2010-04-07 Thread Stéphane Ducasse
Hi Adrian Once 1.0 is released we should check that all the fixes that went in 1.0 after the fork to 1.1 are integrated in 1.1. Would be nice also to remove the testsexpected to break so that we give them a chance to be fixed in 1.1. Stef ___ Pharo-pr

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Mariano Martinez Peck
> > >> Dan, Mariano for his PhD did some analysis about number of object used > during typical coding session and we got around 17 %. > >> So mariano would like to see how we can get something like LOOM to > dispose unused objects :) > > > > Are you aware of the work I did that enables class fault

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Mariano Martinez Peck
> > Are you aware of the work I did that enables class fault detection in > Squeak? > > If a class has a nil methodDictionary, it causes a fault (ie it sends > recoverFromMDFault to the class). That code then restores the MD in > addition to any anyalysis you want. I never cleaned it up for poste

Re: [Pharo-project] FFI+Linux+double return value

2010-04-07 Thread Schwab,Wilhelm K
Sig, Sounds like a good idea - thanks!! Bill -Original Message- From: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Igor Stasenko Sent: Wednesday, April 07, 2010 12:30 AM To: Pharo-project@lists.gforge.inria.fr Subject: R

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Stéphane Ducasse
tx On Apr 7, 2010, at 9:17 AM, Lukas Renggli wrote: >> I see what you mean, but I don't like the way it is displayed, because it >> makes navigating from section to section cumbersome and just skimming a >> chapter to get an overview is difficult. > > While writing/editing the Seaside book we

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Stéphane Ducasse
tx On Apr 7, 2010, at 10:29 AM, Tudor Girba wrote: > Hi, > > The toolbar is now available. > > Cheers, > Doru > > On 7 Apr 2010, at 01:14, Simon Denier wrote: > >> >> Also what is missing is the handy toolbar which provides buttons to decorate >> the text with Pier syntax. Useful when you a

Re: [Pharo-project] Handle Close Event in Image - necessary for 1.0?

2010-04-07 Thread Stéphane Ducasse
Thanks Henrik this is something I understand. I will integrate that for 1.1 Now adrian is polishing 1.0 so we will see what will happen. Stef On Apr 7, 2010, at 10:35 AM, Henrik Johansen wrote: > > On Apr 6, 2010, at 10:48 19PM, Stéphane Ducasse wrote: > >> Torsten I appreciate your effort b

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread Stéphane Ducasse
laurent if you want register using the rmod team and let me know so that I add you to the pharo project. stef On Apr 7, 2010, at 9:09 AM, laurent laffont wrote: > On Wed, Apr 7, 2010 at 9:07 AM, Stéphane Ducasse > wrote: > thanks laurent > > Do you have an account in the inria gforge? > > N

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Michael Roberts
Thanks Doru. I will take a look. I think I was doing as you describe. I will try again. Perhaps the spaces were a problem. Lukas - thanks for those notes! Mike On Tuesday, April 6, 2010, Tudor Girba wrote: > Hi Mike, > > I am not sure I understand what the problem is. > > Try this: > # go to a p

Re: [Pharo-project] [squeak-dev] Mac carbon VM goes to 4.2.4beta1U

2010-04-07 Thread Jan van de Sandt
Hello John, Is it possible to update the CurlPlugin that is shipped with the Squeak Mac VM? It is great that the plugin is part of the standard VM. But the version that is shipped is quite old. Danil Osipchuk created a new version that contains valuable new functionality. For example the possibili

[Pharo-project] Bug or new feature in RB?

2010-04-07 Thread Mariano Martinez Peck
Hi Lukas. I was playing around RB (actually, looking at your screencasts) and I found something weird. Steps done: 1) Go to AST, "refactoring scope" -> "package" 2) There, took class RBReplaceRule and "refactor method" -> "rename" to the method initialize 3) Proceed -> yes There you will see the

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Tudor Girba
Hi, On 7 Apr 2010, at 10:59, Simon Denier wrote: On 7 avr. 2010, at 10:52, Tudor Girba wrote: Hi Simon, On 7 Apr 2010, at 10:36, Simon Denier wrote: On 7 avr. 2010, at 09:17, Lukas Renggli wrote: I see what you mean, but I don't like the way it is displayed, because it makes navigatin

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Simon Denier
On 7 avr. 2010, at 10:52, Tudor Girba wrote: > Hi Simon, > > On 7 Apr 2010, at 10:36, Simon Denier wrote: > >> >> On 7 avr. 2010, at 09:17, Lukas Renggli wrote: >> I see what you mean, but I don't like the way it is displayed, because it makes navigating from section to section cum

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Tudor Girba
Hi Simon, On 7 Apr 2010, at 10:36, Simon Denier wrote: On 7 avr. 2010, at 09:17, Lukas Renggli wrote: I see what you mean, but I don't like the way it is displayed, because it makes navigating from section to section cumbersome and just skimming a chapter to get an overview is difficult.

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Simon Denier
On 7 avr. 2010, at 09:17, Lukas Renggli wrote: >> I see what you mean, but I don't like the way it is displayed, because it >> makes navigating from section to section cumbersome and just skimming a >> chapter to get an overview is difficult. > > While writing/editing the Seaside book we figur

Re: [Pharo-project] Handle Close Event in Image - necessary for 1.0?

2010-04-07 Thread Henrik Johansen
On Apr 6, 2010, at 10:48 19PM, Stéphane Ducasse wrote: > Torsten I appreciate your effort but we can only do what can be done in the > time > we can allocate to do a task if you see what I mean. > I cannot test on windows because we do not have a windows machine. We are > doing an incredible >

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Tudor Girba
Hi, The toolbar is now available. Cheers, Doru On 7 Apr 2010, at 01:14, Simon Denier wrote: Also what is missing is the handy toolbar which provides buttons to decorate the text with Pier syntax. Useful when you are not a pro of the syntax. But I don't know how to install this widget.

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread laurent laffont
On Wed, Apr 7, 2010 at 10:05 AM, Hilaire Fernandes < hilaire.fernan...@gmail.com> wrote: > laurent laffont a écrit : > > > The tinyBenchmarks are not as good as Exupery one, but this vary a lot >> depending on the CPU. >> > > Any reason not to propose Exupery? > The idea is to propose the squeak

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread Hilaire Fernandes
laurent laffont a écrit : The tinyBenchmarks are not as good as Exupery one, but this vary a lot depending on the CPU. Any reason not to propose Exupery? Hilaire ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforg

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Lukas Renggli
> I see what you mean, but I don't like the way it is displayed, because it > makes navigating from section to section cumbersome and just skimming a > chapter to get an overview is difficult. While writing/editing the Seaside book we figured out the following simple guidelines that worked out q

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread laurent laffont
On Wed, Apr 7, 2010 at 9:07 AM, Stéphane Ducasse wrote: > thanks laurent > > Do you have an account in the inria gforge? > No Laurent Laffont > > On Apr 7, 2010, at 8:34 AM, laurent laffont wrote: > > > Hi, > > > > I've prepared the following archive. It may replace the "Unix (3.11-3)" > downl

Re: [Pharo-project] Linux Pharo VM on Pharo website

2010-04-07 Thread Stéphane Ducasse
thanks laurent Do you have an account in the inria gforge? On Apr 7, 2010, at 8:34 AM, laurent laffont wrote: > Hi, > > I've prepared the following archive. It may replace the "Unix (3.11-3)" > download link. > > http://lolgzs.free.fr/pharo/squeak-vm/squeak-3.11.3.2151-pharo-src.tar.gz > >

Re: [Pharo-project] Redline Smalltalk

2010-04-07 Thread Stéphane Ducasse
On Apr 6, 2010, at 11:01 PM, Dan Ingalls wrote: > Hi, Stef - > >> This is fun because I was rereading the miniimage contents and started to >> think in terms of package reorganization to support a mini image. >> I reread also Spoon a bit and I was looking at the nuturning. >> Dan it would be ni

Re: [Pharo-project] CollabActive book :)

2010-04-07 Thread Simon Denier
On 7 avr. 2010, at 01:18, Tudor Girba wrote: > Thanks for pointing this out. Indeed something seems to be wrong in the > configuration. I will have to look into this. > > I see that you worked on: http://book.pharo-project.org/book/Announcements > > A couple of notes: > - urls should be lowerc