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

2020-09-10 Thread Sebastian Jordan
* could you use a menuButtonbar for the buttons? Like that we can style it later. Ok, I changed the ActionBar for a ButtonBar. Also I added a refresh items button, in case you saved a new rule you can see it without closing the current window. All is on the master branch. * Now what wo

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] how can I divide a string in parts of 5

2020-09-10 Thread jtuc...@objektfabrik.de
Look at implementors and senders of #to:by:do: as a start. You can iterate over a Collection (String is a Collection) making bigger steps. Or look around for ReadStream and methods like #atEnd and #next: HTH Joachim Am 10.09.20 um 13:48 schrieb Roelof Wobben via Pharo-users: Hello, For ano

[Pharo-users] how can I divide a string in parts of 5

2020-09-10 Thread Roelof Wobben via Pharo-users
Hello, For another challenge of exercism I have to divide a string in parts of max 5 characters. so for example abcdefg willl be "abcde fg" Any hints how I can achieve this ? Roelof

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