[Pharo-project] [update 1.1] #11314 : textEditor from CUIS
Interesting, it says "0 new updates installed" afterwards ... I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events. Bye T. -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
Also I have 3 new tests failing: all because of a reference to the Shout syntax highlighting framework. Lukas On 14 April 2010 15:09, Torsten Bergmann <astares@gmx.de> wrote:
Interesting, it says "0 new updates installed" afterwards ... I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
Bye T.
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
I told you :) We should chase the bugs. Stef On Apr 14, 2010, at 3:11 PM, Lukas Renggli wrote:
Also I have 3 new tests failing: all because of a reference to the Shout syntax highlighting framework.
Lukas
On 14 April 2010 15:09, Torsten Bergmann <astares@gmx.de> wrote:
Interesting, it says "0 new updates installed" afterwards ... I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
Bye T.
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Lukas, it's because i assumed shout was installed in the image. For pretty printing the code in the subclasses of TextMorph. I think you could start by taking a look at EntryFieldMorph and using it for implementing the rename refactoring single line entry field. Fernando On Apr 14, 2010, at 3:11 PM, Lukas Renggli wrote:
Also I have 3 new tests failing: all because of a reference to the Shout syntax highlighting framework.
Lukas
On Wed, Apr 14, 2010 at 9:08 PM, Fernando olivero <oliverof@lu.unisi.ch>wrote:
Lukas, it's because i assumed shout was installed in the image.
Nooo! Not in core, but in Dev images. I would try to use normal workspaces or ask ToolSet.
For pretty printing the code in the subclasses of TextMorph.
I think you could start by taking a look at EntryFieldMorph and using it for implementing the rename refactoring single line entry field.
Fernando On Apr 14, 2010, at 3:11 PM, Lukas Renggli wrote:
Also I have 3 new tests failing: all because of a reference to the Shout syntax highlighting framework.
Lukas
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I know i know.. just that i've initially coded it for Gaucho, and later ported it to Pharo but always worked on 1.0 dev. But did not throughly test it in Pharo 1.1 Core! my mistake. I will fix this tomorrow. Saludos, Fernando On Apr 14, 2010, at 11:49 PM, Mariano Martinez Peck wrote:
On Wed, Apr 14, 2010 at 9:08 PM, Fernando olivero <oliverof@lu.unisi.ch> wrote: Lukas, it's because i assumed shout was installed in the image.
Nooo! Not in core, but in Dev images. I would try to use normal workspaces or ask ToolSet.
For pretty printing the code in the subclasses of TextMorph.
I think you could start by taking a look at EntryFieldMorph and using it for implementing the rename refactoring single line entry field.
Fernando On Apr 14, 2010, at 3:11 PM, Lukas Renggli wrote:
Also I have 3 new tests failing: all because of a reference to the Shout syntax highlighting framework.
Lukas
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
<ATT00001..txt>
No no no this is not your mistake!!! Thanks for taking the time to push it to pharo instead of selfishly keeping it for you. We integrated it so that other people can help and contribute. Everybody can help. Setf
No no no this is not your mistake!!! Thanks for taking the time to push it to pharo instead of selfishly keeping it for you.
Yeah, I really like the new editor. It is fast :-)
We integrated it so that other people can help and contribute.
If I find time I might propose some changes to make it more extensible (taking some ideas from Safara), e.g. to make shout and other tools pluggable. Lukas -- Lukas Renggli www.lukas-renggli.ch
lukas please use pomodoro: 3 one PhD and one on Pharo :)
Yeah, I really like the new editor. It is fast :-)
We integrated it so that other people can help and contribute.
If I find time I might propose some changes to make it more extensible (taking some ideas from Safara), e.g. to make shout and other tools pluggable.
Lukas
-- Lukas Renggli www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, Apr 14, 2010 at 3:09 PM, Torsten Bergmann <astares@gmx.de> wrote:
Interesting, it says "0 new updates installed" afterwards ... I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
Yes, I noticed that....that's because the logo changed the class...I have no idea how to fix it. Maybe we should start by opening an issue. cheers mariano
Bye T.
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Mariano, its already fixed http://code.google.com/p/pharo/issues/detail?id=2306 Cheers Alain Mariano Martinez Peck a écrit :
On Wed, Apr 14, 2010 at 3:09 PM, Torsten Bergmann <astares@gmx.de <mailto:astares@gmx.de>> wrote:
Interesting, it says "0 new updates installed" afterwards ... I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
Yes, I noticed that....that's because the logo changed the class...I have no idea how to fix it. Maybe we should start by opening an issue. cheers
mariano
Bye T.
-- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr <mailto:Pharo-project@lists.gforge.inria.fr> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
------------------------------------------------------------------------
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Apr 14, 2010, at 3:09 PM, Torsten Bergmann wrote:
Interesting, it says "0 new updates installed" afterwards ...
did you check if this was not already like that before?
I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
was it not ever the case? At least in other images it was like that. Stef
On Apr 14, 2010, at 6:40 49PM, Stéphane Ducasse wrote:
On Apr 14, 2010, at 3:09 PM, Torsten Bergmann wrote:
Interesting, it says "0 new updates installed" afterwards ...
did you check if this was not already like that before?
I think it was introduced some time between 309 and 314. Can't remember when I first noticed it. Definately used to display the correct number :)
I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
was it not ever the case? At least in other images it was like that.
Stef
After that there was a period where you could pick it up, but now it's been stickied again. However, it only prevents it from being picked up,to make it not handle events, we need: LogoImageMorph default lock: true. Cheers, Henry
Yes I played with the feedback of the Utilities wonderful class and broke it. Setf On Apr 15, 2010, at 12:08 AM, Henrik Johansen wrote:
On Apr 14, 2010, at 6:40 49PM, Stéphane Ducasse wrote:
On Apr 14, 2010, at 3:09 PM, Torsten Bergmann wrote:
Interesting, it says "0 new updates installed" afterwards ...
did you check if this was not already like that before?
I think it was introduced some time between 309 and 314. Can't remember when I first noticed it. Definately used to display the correct number :)
I'm also not able to open the world menu on the "logo" area, looks like the morph gets all the events.
was it not ever the case? At least in other images it was like that.
Stef
After that there was a period where you could pick it up, but now it's been stickied again. However, it only prevents it from being picked up,to make it not handle events, we need:
LogoImageMorph default lock: true.
Cheers, Henry _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (7)
-
Alain Plantec -
Fernando olivero -
Henrik Johansen -
Lukas Renggli -
Mariano Martinez Peck -
Stéphane Ducasse -
Torsten Bergmann