Re: [Pharo-users] Rewrite Tool set in Spec2 changes

2020-09-11 Thread Stéphane Ducasse
a: Any question about pharo is welcome > Asunto: Re: [Pharo-users] Rewrite Tool set in Spec2 changes > > > >> On 9 Sep 2020, at 19:28, Sebastian Jordan > <mailto:sebastian...@hotmail.com>> wrote: >> >> Hi to all, >> >> Thanks to the received feedb

Re: [Pharo-users] Rewrite Tool set in Spec2 changes

2020-09-10 Thread Sebastian Jordan
septiembre de 2020 15:35 Para: Any question about pharo is welcome Asunto: Re: [Pharo-users] Rewrite Tool set in Spec2 changes On 9 Sep 2020, at 19:28, Sebastian Jordan mailto:sebastian...@hotmail.com>> wrote: Hi to all, Thanks to the received feedback, I made some changes on RewriteTool

Re: [Pharo-users] Rewrite Tool set in Spec2 changes

2020-09-10 Thread Stéphane Ducasse
> On 9 Sep 2020, at 19:28, Sebastian Jordan wrote: > > Hi to all, > > Thanks to the received feedback, I made some changes on RewriteTool-Spec2. > First, when loading a rule a more detailed description of the rules is > displayed on the RewriteRulesLoaderPresenter. Yes this is much better. -

Re: [Pharo-users] Rewrite Tool set in Spec2 changes

2020-09-10 Thread Stéphane Ducasse
Thank sebastian I will review this. S. > On 9 Sep 2020, at 19:28, Sebastian Jordan wrote: > > Hi to all, > > Thanks to the received feedback, I made some changes on RewriteTool-Spec2. > First, when loading a rule a more detailed description of the rules is > displayed on the RewriteRulesLoa

[Pharo-users] Rewrite Tool set in Spec2 changes

2020-09-09 Thread Sebastian Jordan
Hi to all, Thanks to the received feedback, I made some changes on RewriteTool-Spec2. * First, when loading a rule a more detailed description of the rules is displayed on the RewriteRulesLoaderPresenter. * Also, I added several examples of Rewrite Rules. These rules are examples of com

Re: [Pharo-users] Rewrite Tool Set in Spec2

2020-09-04 Thread Stéphane Ducasse
1 min first contact feedback - Once I opened the matchTool via the menu I cannot find anymore the rewriteTool menu item. - It would be nice to have an example via a menu in the match tool so that the user can immediately understand how to use it. Right

Re: [Pharo-users] Rewrite Tool Set in Spec2

2020-09-03 Thread Juan Pablo Sandoval Alcocer
Hi Stef, we will review this ASAP, and we will back to you soon. Thanks :) Juan P. El jue., 3 sept. 2020 a las 2:22, Stéphane Ducasse (< stephane.duca...@inria.fr>) escribió: > I loaded latest version in P9 and I cannot open it from the tools menu > > searchForEditor := self newCode >

Re: [Pharo-users] Rewrite Tool Set in Spec2

2020-09-02 Thread Stéphane Ducasse
I loaded latest version in P9 and I cannot open it from the tools menu searchForEditor := self newCode text: DefaultRule new searchFor; yourself. Apparently searchFor is not understood S > On 3 Sep 2020, at 00:49, Juan Pablo

Re: [Pharo-users] Rewrite Tool Set in Spec2

2020-09-02 Thread Stéphane Ducasse
Thanks and sorry because I’m flooded by work. I will check it this evening. S > On 3 Sep 2020, at 00:49, Juan Pablo Sandoval Alcocer > wrote: > > Greetings to all, > > Sebastian is developing a tool to build and test Rewrite Rules. It is built > on the basis of MatchTool and RewriteTool. I

[Pharo-users] Rewrite Tool Set in Spec2

2020-09-02 Thread Juan Pablo Sandoval Alcocer
Greetings to all, Sebastian is developing a tool to build and test Rewrite Rules. It is built on the basis of MatchTool and RewriteTool. I have ported, refactored, and enhanced these tools to be compatible with Pharo 9 and with Spec2. So, in this tool you have these tools ported and ready to be us