[Pharo-project] TextEditor and NewTextMorph merges and fixes
Issue: 2375 Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm ###################################### Issue: -- Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
Tx!!!! Gaucho man On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
De nada ! Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler). Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph" Fernando On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
Hi Stef, regarding some recent mails about CodeMorph and Shout dependency i don't know if you got this email. But i've removed the dependency from Shout and Styler. I'm still thinking about using Lukas petit parser to do the styling, or separating the Shout package in two different packages. One that deals with TextMorph and the other just for Styling text. Fernando Begin forwarded message:
From: Fernando olivero <oliverof@lu.unisi.ch> Date: May 17, 2010 5:51:30 PM GMT+02:00 To: "Pharo-project@lists.gforge.inria.fr" <Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] TextEditor and NewTextMorph merges and fixes
De nada !
Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler).
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph"
Fernando
On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
ok I forgot it. :( Please add a bug entry else we forgot. Stef On May 25, 2010, at 9:01 AM, Fernando olivero wrote:
Hi Stef, regarding some recent mails about CodeMorph and Shout dependency i don't know if you got this email. But i've removed the dependency from Shout and Styler.
I'm still thinking about using Lukas petit parser to do the styling, or separating the Shout package in two different packages. One that deals with TextMorph and the other just for Styling text.
Fernando
Begin forwarded message:
From: Fernando olivero <oliverof@lu.unisi.ch> Date: May 17, 2010 5:51:30 PM GMT+02:00 To: "Pharo-project@lists.gforge.inria.fr" <Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] TextEditor and NewTextMorph merges and fixes
De nada !
Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler).
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph"
Fernando
On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Oh! my mistake, sorry. i will add the bug entry now. Fernando On May 25, 2010, at 2:11 PM, Stéphane Ducasse wrote:
ok I forgot it. :( Please add a bug entry else we forgot.
Stef
On May 25, 2010, at 9:01 AM, Fernando olivero wrote:
Hi Stef, regarding some recent mails about CodeMorph and Shout dependency i don't know if you got this email. But i've removed the dependency from Shout and Styler.
I'm still thinking about using Lukas petit parser to do the styling, or separating the Shout package in two different packages. One that deals with TextMorph and the other just for Styling text.
Fernando
Begin forwarded message:
From: Fernando olivero <oliverof@lu.unisi.ch> Date: May 17, 2010 5:51:30 PM GMT+02:00 To: "Pharo-project@lists.gforge.inria.fr" <Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] TextEditor and NewTextMorph merges and fixes
De nada !
Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler).
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph"
Fernando
On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list 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
which one I could not find it? On May 25, 2010, at 2:22 PM, Fernando olivero wrote:
Oh! my mistake, sorry. i will add the bug entry now.
Fernando
On May 25, 2010, at 2:11 PM, Stéphane Ducasse wrote:
ok I forgot it. :( Please add a bug entry else we forgot.
Stef
On May 25, 2010, at 9:01 AM, Fernando olivero wrote:
Hi Stef, regarding some recent mails about CodeMorph and Shout dependency i don't know if you got this email. But i've removed the dependency from Shout and Styler.
I'm still thinking about using Lukas petit parser to do the styling, or separating the Shout package in two different packages. One that deals with TextMorph and the other just for Styling text.
Fernando
Begin forwarded message:
From: Fernando olivero <oliverof@lu.unisi.ch> Date: May 17, 2010 5:51:30 PM GMT+02:00 To: "Pharo-project@lists.gforge.inria.fr" <Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] TextEditor and NewTextMorph merges and fixes
De nada !
Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler).
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph"
Fernando
On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
issue 2460 Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating"MethodMorph" and "ClassDefinitionMorph" Fixed now. Fernando On May 26, 2010, at 10:06 PM, Stéphane Ducasse wrote:
which one I could not find it?
On May 25, 2010, at 2:22 PM, Fernando olivero wrote:
Oh! my mistake, sorry. i will add the bug entry now.
Fernando
On May 25, 2010, at 2:11 PM, Stéphane Ducasse wrote:
ok I forgot it. :( Please add a bug entry else we forgot.
Stef
On May 25, 2010, at 9:01 AM, Fernando olivero wrote:
Hi Stef, regarding some recent mails about CodeMorph and Shout dependency i don't know if you got this email. But i've removed the dependency from Shout and Styler.
I'm still thinking about using Lukas petit parser to do the styling, or separating the Shout package in two different packages. One that deals with TextMorph and the other just for Styling text.
Fernando
Begin forwarded message:
From: Fernando olivero <oliverof@lu.unisi.ch> Date: May 17, 2010 5:51:30 PM GMT+02:00 To: "Pharo-project@lists.gforge.inria.fr" <Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] TextEditor and NewTextMorph merges and fixes
De nada !
Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler).
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph"
Fernando
On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list 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
thanks On May 27, 2010, at 10:39 PM, Fernando olivero wrote:
issue 2460
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating"MethodMorph" and "ClassDefinitionMorph"
Fixed now.
Fernando
On May 26, 2010, at 10:06 PM, Stéphane Ducasse wrote:
which one I could not find it?
On May 25, 2010, at 2:22 PM, Fernando olivero wrote:
Oh! my mistake, sorry. i will add the bug entry now.
Fernando
On May 25, 2010, at 2:11 PM, Stéphane Ducasse wrote:
ok I forgot it. :( Please add a bug entry else we forgot.
Stef
On May 25, 2010, at 9:01 AM, Fernando olivero wrote:
Hi Stef, regarding some recent mails about CodeMorph and Shout dependency i don't know if you got this email. But i've removed the dependency from Shout and Styler.
I'm still thinking about using Lukas petit parser to do the styling, or separating the Shout package in two different packages. One that deals with TextMorph and the other just for Styling text.
Fernando
Begin forwarded message:
From: Fernando olivero <oliverof@lu.unisi.ch> Date: May 17, 2010 5:51:30 PM GMT+02:00 To: "Pharo-project@lists.gforge.inria.fr" <Pharo-project@lists.gforge.inria.fr> Subject: Re: [Pharo-project] TextEditor and NewTextMorph merges and fixes
De nada !
Actually i just published another version of the CodeMorph. I found no need for subclassing CodeMorph, since the accepting behavior is on the announcements now, having specific ClassDescriptionMorph and MethodMorph wouldn't be beneficial. Also removed the dependency with the Shout ( and the styler).
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating "MethodMorph" and "ClassDefinitionMorph"
Fernando
On May 17, 2010, at 3:35 PM, Stéphane Ducasse wrote:
Tx!!!! Gaucho man
On May 17, 2010, at 3:32 PM, Fernando olivero wrote:
Issue: 2375
Name: System-Text-FernandoOlivero.8 Author: FernandoOlivero Time: 17 May 2010, 3:22:14 pm
###################################### Issue: --
Name: Morphic-FernandoOlivero.588 Author: FernandoOlivero Time: 17 May 2010, 1:42:04 pm
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list 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
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Stéphane Ducasse wrote:
Name: Morphic-FernandoOlivero.589 Rethought the CodeMorph class hierarchy, removed the subclasses and added CodeMorph class methods for creating"MethodMorph" and "ClassDefinitionMorph" Fixed now.
CodeMorph is still broken in 1.2-12123. There doesn't seem to be a way to accept changes to the code. There is the orange "unsaved" triangle, but cmd-s (Mac) and self accept do not save the edits. Try: m := CodeMorph codeOf: ( Object >> Object selectors anyOne ). m openInWorld; borderWidth: 10; margin:10; borderColor: Color lightGray; fitToParagraph; width: 300. Sean -- View this message in context: http://forum.world.st/TextEditor-and-NewTextMorph-merges-and-fixes-tp2219629... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Fernando olivero -
Sean P. DeNigris -
Stéphane Ducasse