[Pharo-users] Key language differences with VW2.5

2015-07-01 Thread Laura Risani
Hi all, I'm dealing with some VW2.5 code i want to read/port/rewrite. Are there any key syntactical/semantical differences one should be aware of? Thank you!

Re: [Pharo-users] Setting GUI pointer's position

2015-06-29 Thread Laura Risani
I'll try to dig into some suggestions found in your link... On Mon, Jun 29, 2015 at 11:50 AM, Matthieu Lacaton < matthieu.laca...@gmail.com> wrote: > I meant 1. > I don't know if you can hide the active hand but I don't think so :s > > 2015-06-29 16:42 GMT+02:00

Re: [Pharo-users] Setting GUI pointer's position

2015-06-29 Thread Laura Risani
find how to move the active hand but you > can create another one and move this one. > I don't know if it will be useful for you though. > > Cheers, > > Matthieu > > 2015-06-29 16:22 GMT+02:00 Laura Risani : > >> How can i programmatically set the GUI pointer&

[Pharo-users] Setting GUI pointer's position

2015-06-29 Thread Laura Risani
How can i programmatically set the GUI pointer's position? I've tried World currentHand position:20@20. World activeHand position:20@20. but didn't work.

Re: [Pharo-users] Displaying an image from a file

2015-06-29 Thread Laura Risani
(JPEGReadWriter on: in) nextImage ] ] ] > > Seaside has file library objects that store images and other resources as > methods. > > > On 27 Jun 2015, at 17:15, Laura Risani wrote: > > > > Hi all, > > How can i make a morph display an image from a

[Pharo-users] Displaying an image from a file

2015-06-27 Thread Laura Risani
Hi all, How can i make a morph display an image from a file at my hd? How can i further "save" this image inside a class so to be ported via packages? Thanks, Laura

[Pharo-users] Boardician update

2015-05-28 Thread Laura Risani
03/boardician.html> Best, Laura

Re: [Pharo-users] Pointer drawing method?

2015-05-27 Thread Laura Risani
t; > El mar., 26 de may. de 2015 a la(s) 7:19 p. m., Laura Risani < > laura.ris...@gmail.com> escribió: > >> I've just came to say i'd found #arrowPrototype. Thanks Ben ! >> >> On Tue, May 26, 2015 at 2:14 PM, Ben Coman wrote: >> >>> On We

Re: [Pharo-users] Pointer drawing method?

2015-05-26 Thread Laura Risani
I've just came to say i'd found #arrowPrototype. Thanks Ben ! On Tue, May 26, 2015 at 2:14 PM, Ben Coman wrote: > On Wed, May 27, 2015 at 1:04 AM, Laura Risani > wrote: > > Hi all, > > Is there a method that returns a diagonal arrow like the ambient's > po

[Pharo-users] Pointer drawing method?

2015-05-26 Thread Laura Risani
Hi all, Is there a method that returns a diagonal arrow like the ambient's pointer? Best, Laura

Re: [Pharo-users] Image growing size

2015-05-13 Thread Laura Risani
Nice! On Wed, May 13, 2015 at 8:51 AM, Sean P. DeNigris wrote: > laura wrote > > Also the discussion brought up very interesting msg collaborations > > snippets > > and system features for future reference! > > I compiled them at > https://github.com/pharo-proje

[Pharo-users] Package for building class diagrams

2015-04-24 Thread Laura Risani
Hi all, Is there any package to build class diagrams? I've seen one somewhere but can't remember where. Any other tool / diagram type you find useful as visual support for the description of a system? Best, Laura

[Pharo-users] Test to fix first

2015-04-24 Thread Laura Risani
html ). Run test TestResultMsgsTest for example usage. To get the package Gofer new smalltalkhubUser: 'squidik' project: 'TestToFixFirst'; package: ' TestToFixFirst'; load. Comments? Best, Laura

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Mmmm, the second option takes for me a while to open, i'll try using the first option adding an argument to the pragma. On Wed, Apr 8, 2015 at 7:25 PM, Laura Risani wrote: > Hi Alain , hi Nicolai, thank you for your answers. > In fact what i need is to parametrically show all setting

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Hi Alain , hi Nicolai, thank you for your answers. In fact what i need is to parametrically show all settings i defined on a package, so i'll do the second. On Wed, Apr 8, 2015 at 6:23 PM, Nicolai Hess wrote: > > > 2015-04-08 18:34 GMT+02:00 Laura Risani : > >> Hi all,

[Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
tingOn: the pragma , and then sending ' SettingBrowser browse:#('banana') ' but it didn't work. Best, Laura

Re: [Pharo-users] [Pharo-dev] [ANN] New service: The Pharo catalog

2015-04-01 Thread Laura Risani
Very cool! This is something i've read many people saying they wanted to have. I found the quite visibly placed link 'a note to developers' very useful and will add the explained methods to my projects. Seems that the existence of #catalogDescription is not as known as the practice of defining a 'C

Re: [Pharo-users] Cormas Pharo Port v0.2 available

2015-04-01 Thread Laura Risani
Seems very interesting! Thank you for sharing it! On Wed, Apr 1, 2015 at 4:42 AM, Serge Stinckwich wrote: > Thank you Alex, for trying to dl CORMAS. > > Yes, I fix the problem. Should work now ;-) > > BTW, this is really difficult to understand the problem because when a > dependancy is missing,

Re: [Pharo-users] Porting Voss to Pharo

2015-03-31 Thread Laura Risani
VOSS seems quite an interesting and useful technology. Is know for sure that it could be ported without disturbing Pharo opensourceness / freeness? Is anyone doing work to port it? On Sat, Mar 7, 2015 at 10:45 AM, Ben Coman wrote: > > > On Sat, Mar 7, 2015 at 6:07 AM, Stephan Eggermont > wrot

Re: [Pharo-users] Uncommon keyboard shortcuts on Windows

2015-03-31 Thread Laura Risani
asses/protocols/methods, only with packages, but shift-selecting > works fine there. This one, however, might not be related to shortcuts. > > Jan > > > laura wrote > > Hi Jan , > > > > (Under Windows...) > > For redoing ctrl+shif+z works fine on Workspace an

Re: [Pharo-users] Uncommon keyboard shortcuts on Windows

2015-03-30 Thread Laura Risani
Hi Jan , (Under Windows...) For redoing ctrl+shif+z works fine on Workspace and Class Browser and in any other place i can remember. Copy, cut, paste, find, text selecting, moving to previous/next word (not exactly the same semantics) shortcuts convey Windows ones. Which other keyboard shortcuts,

[Pharo-users] Boardician (board game framework) update

2015-03-29 Thread Laura Risani
/>. You can install configuration BgBoardician from Configuration Browser on 3.0 and 4.0 . Documentation here <http://boardician.blogspot.com.ar/2015/03/boardician.html> Best, Laura

Re: [Pharo-users] Code critics: 'Method defined in all subclasses, but not in superclass'

2015-03-27 Thread Laura Risani
It's true in v4 is already fixed :) On Fri, Mar 27, 2015 at 4:53 AM, Marcus Denker wrote: > > > On 26 Mar 2015, at 23:15, Laura Risani wrote: > > > > Hi all, > > > > If i run Critic Browser on a package with just a class that defines a > method as subcl

[Pharo-users] Code critics: 'Method defined in all subclasses, but not in superclass'

2015-03-26 Thread Laura Risani
x27;squidik' project: 'samples'; package: 'Critics'; load. Best, Laura

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread Laura Risani
Excellent! I have a todo list i'll work on including further class commenting, method classification on example games, ... I wanted to share what i have to get feedback. Feel free to add to the list! About the issue on EMonsterMover i thought back and forth about having only one configurable (dyn

Re: [Pharo-users] Boardician (board game framework)

2015-03-26 Thread Laura Risani
> > I took some moments to look at the code with Olivier. > Excellent! All feedback is really valuable! (dear silent readers i care about your opinion, i assure you i'm not selling it) We think that the name of the project is strange and could be sexier :) > Previously you suggested 'MetaBoard',

Re: [Pharo-users] Boardician (board game framework)

2015-03-25 Thread Laura Risani
lication class be fully named, leaving the > mnemonic prefix for the support classes. > cheers -ben > > On Wed, Mar 25, 2015 at 4:14 PM, stepharo wrote: > >> Hi laura >> >> I would do a massive rename :) >> >> EDirector new play. >> does not

[Pharo-users] Boardician (board game framework)

2015-03-24 Thread Laura Risani
functionalities to add / questions you can post a comment on the blog / mail me. Next i'll be adding tests and uploading development history to project's repo. Best, Laura

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
Awww thank you Thierry ! This is so much fun :) On Tue, Mar 24, 2015 at 1:48 AM, Thierry Goubier wrote: > Le 24/03/2015 05:03, Laura Risani a écrit : > >> it is 'squidik' >> > > Done. Please check your Smalltalkhub account to see what has changed. > >

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
it is 'squidik' On Tue, Mar 24, 2015 at 12:39 AM, Thierry Goubier wrote: > Le 24/03/2015 04:18, Laura Risani a écrit : > >> So can i just freely upload my project configuration package to >> MetaRepoForPharo40 (to 30?)? Do i need some type authorization? &g

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
So can i just freely upload my project configuration package to MetaRepoForPharo40 (to 30?)? Do i need some type authorization? On Mon, Mar 23, 2015 at 6:22 PM, Thierry Goubier wrote: > Le 23/03/2015 22:19, Laura Risani a écrit : > >> Didn't thought of it, then i should writ

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
(i want to know what i should do to make my project available through it) On Mon, Mar 23, 2015 at 6:19 PM, Laura Risani wrote: > Didn't thought of it, then i should write a Configuration. How does > Configuration Browser get to know about all the configurations it lists? > &g

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
etacello to load it. >> >> Thierry >> >> >> You can have a look for example in the Mines configuration it depends on >>> LedMorph >>> >>> Le 22/3/15 16:25, Laura Risani a écrit : >>> >>>> Hi all, >>>> >>>> What's the easiest way at the moment to make a package when downloaded >>>> from a repo automatically download others (which depend only on core >>>> system classes)? >>>> >>>> Best, >>>> Laura >>>> >>> >>> >>> >>> >> >> > >

Re: [Pharo-users] Package dependencies

2015-03-23 Thread Laura Risani
for your project. >> > > Even easier: define a BaselineOf for your project (a configuration will > have you write a baseline anyway). And use Metacello to load it. > > Thierry > > > You can have a look for example in the Mines configuration it depends on >>

[Pharo-users] Package dependencies

2015-03-22 Thread Laura Risani
Hi all, What's the easiest way at the moment to make a package when downloaded from a repo automatically download others (which depend only on core system classes)? Best, Laura

Re: [Pharo-users] Search and replace source code

2015-03-20 Thread Laura Risani
Thank you all, your answers allowed me to solve my problem. Also very interesting tools! On Thu, Mar 19, 2015 at 3:19 PM, Thierry Goubier wrote: > Le 19/03/2015 19:05, Sean P. DeNigris a écrit : > >> Thierry Goubier wrote >> >>> you can use the parse tree rewriter of the Refactoring Browser set

[Pharo-users] Search and replace source code

2015-03-19 Thread Laura Risani
Hi all, How do you replace all 'expression1' in source code by 'expression2'? I can find them with Finder but don't see any easy way to replace them. My problem is i want to change parameter names in many methods. Best, Laura

[Pharo-users] Group external method under custom tag

2015-03-13 Thread Laura Risani
ckage1's tag? (instead of defining an additional package named 'package1-customTag') Love, Laura

[Pharo-users] Cleaning changes file?

2015-03-09 Thread Laura Risani
Hi all, Can/should the changes file be somehow cleaned? How do you recommend doing so? Love, Laura

Re: [Pharo-users] Programatically abandoning

2015-03-06 Thread Laura Risani
Hi Ben , hi Alexandre , Excellent! I wasn't aware of the fact that the exception handling bubbles back to senders. Should reread that chapter. Love, Laura On Thu, Mar 5, 2015 at 8:22 PM, Alexandre Bergel wrote: > Hi! > > Simply put a block [ … ] on: Error do: [ ] > >

[Pharo-users] Programatically abandoning

2015-03-05 Thread Laura Risani
Hi all, How can i within a method, programatically produce the same effect that would have abandoning a raised debug window? Best, Laura

Re: [Pharo-users] Learn something today

2015-03-05 Thread Laura Risani
Interesting! On Tue, Mar 3, 2015 at 6:10 PM, Tudor Girba wrote: > Indeed, we use this extensively for "scripting" APIs. > > Doru > > On Tue, Mar 3, 2015 at 10:02 PM, Hilaire wrote: > >> Collection iterated with symbol[1]: >> >> #(1 2 3) do: #inspect. >> >> Have a nice day. >> >> Hilaire >> >> [

Re: [Pharo-users] Spotter vs Spotlight was: [Re: Cleaning code completition's namespace]

2015-02-13 Thread Laura Risani
lts and preview. >> > > Good point. Could you open a Pharo issue for this one? > Done, number 14933 . Love, Laura

Re: [Pharo-users] Tagging packages

2015-02-13 Thread Laura Risani
Ok, forget it, i've just noticed "Groups"... On Fri, Feb 13, 2015 at 8:04 PM, Laura Risani wrote: > Hi all, > > What method do you use to organize/tag your packages so you can then > easily retrieve those sharing a same tag? Is there any functionality > intended fo

[Pharo-users] Tagging packages

2015-02-13 Thread Laura Risani
feel like none of these achieves a proper balance (for package tagging) between ease of retrieving, persistence and conceptual coherence/cleanness (at least in the way i've been using them, perhaps i ignore something). Love, Laura

Re: [Pharo-users] Spotter vs Spotlight was: [Re: Cleaning code completition's namespace]

2015-02-10 Thread Laura Risani
get an #inform: msg saying "WorldState interCyclePause failed". So additions i would like to see built by default Cmd+w to close on GTSpotter and GTPlayground. Remove/know-how-to remove the 5 limit on results. Selectors category. Font size configured at SystemBrowser to have effect on GTSpotter both on search results and preview. To summarize i love Spotter and it will be the tool i use the most (in number of openings). Love, Laura

Re: [Pharo-users] Published some old games ...

2015-02-10 Thread Laura Risani
I'm glad you like them :). It was fun to develop them . I can play Tetris for a long time, but i can't survive on the EaterGame for more than 40'. @Nacho Thank you for your feedback. About the Eater, perhaps in the future i make some additions, but is fully functional now (when you complete a leve

Re: [Pharo-users] Published some old games ...

2015-02-09 Thread Laura Risani
Hi , I developed some little games in distribution v3 (seems they work fine in v4 except perhaps some visual difference). If you want to take a look at them (feedback is welcome) they are here MCSmalltalkhubRepository owner: 'squidik' project: 'Games' user: '' pass

Re: [Pharo-users] Spotter vs Spotlight was: [Re: Cleaning code completition's namespace]

2015-02-08 Thread Laura Risani
t but if i found Spotter functionalities to be innovations of great value then i'd try myself to modify the interface to make it as close as my ideal and use Spotter. > i think that Spotlight and Spotter should coexist as other tools do (like >> Workspace and Playground) because one tool can't fit all >> mindsets/preferences. >> > > Sure. But, what makes you say they do not coexist (I did not see this > argument above)? > I misexpressed. I wanted to point out that Spotlight comes no longer in the distribution, the could both come in it, as tools like Workspace and GTPlayground, and many themes. Yet each one can load the packages he likes the most. An applause for Spotter's intent to push the current boundaries of usability! Love, Laura

Re: [Pharo-users] Image growing size

2015-02-07 Thread Laura Risani
B, down to 20 MB. Also the discussion brought up very interesting msg collaborations snippets and system features for future reference! Best, Laura On Sat, Feb 7, 2015 at 7:32 AM, Sven Van Caekenberghe wrote: > > > On 07 Feb 2015, at 10:19, Thierry Goubier > wrote: > > > > H

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-07 Thread Laura Risani
ace and Playground) because one tool can't fit all mindsets/preferences. Does anyone know why was Spotlight removed from distribution v4? > Cheers, > Doru > > Thank you for being interested in my opinion. Best, Laura

Re: [Pharo-users] Image growing size

2015-02-06 Thread Laura Risani
I've tried, at some degree, all of your suggestions, but i failed to reduce the image size significantly. I'll keep trying, meantime i've started with a fresh image. Thank you for your answers. Best, Laura On Wed, Feb 4, 2015 at 11:10 AM, Hilaire wrote: > Le 03/02/2015 17:

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-03 Thread Laura Risani
ng? > > I ask because the old Spotlight should be using the same code completion > mechanism => it should appear/disappear from both at the same time... > > As for spotter, I don't have an answer now :) > > Saludos, > Guille > > El Tue Feb 03 2015 at 5:24:

[Pharo-users] Image growing size

2015-02-03 Thread Laura Risani
e is to keep an instance variable in some classes i wanted to have a unique instance. Best, Laura

Re: [Pharo-users] Cleaning code completition's namespace

2015-02-03 Thread Laura Risani
works. Best, Laura On Mon, Feb 2, 2015 at 8:39 AM, Guillermo Polito wrote: > Well yes, but GCs are happening all the time :). So the problem is that > someone is keeping a strong reference on the symbol. > > I tried the following: > > - create a method named #unusedUnexpectedMes

[Pharo-users] Cleaning code completition's namespace

2015-02-01 Thread Laura Risani
Hi all, Code completition tools show class/method old names i've changed and no longer use. How can i remove all unused (occurring nowhere in source code) or unimplemented names? Best, Laura

Re: [Pharo-users] Code completion differences at browser and workspace

2015-01-31 Thread Laura Risani
valid expression. Thank you for the teaching! Best, Laura On Thu, Jan 29, 2015 at 9:02 PM, Nicolai Hess wrote: > 2015-01-29 22:06 GMT+01:00 Laura Risani : > >> Hi all, >> >> I've noticed that the code completition tool shows a different list if >> brought up at a works

Re: [Pharo-users] Autoformatting extisting packages

2015-01-31 Thread Laura Risani
, i haven't tought of it before, in that case i would agree with you. I've found out there is a class #RBPrettyPrintCodeRefactoring , i'll try to figure out if it would do the work Thank for your answers! Best, Laura On Fri, Jan 30, 2015 at 12:09 AM, Ben Coman wrote: >

Re: [Pharo-users] Why single inheritance?

2015-01-29 Thread Laura Risani
Thank you all for your insights, they were very educational to me. On Thu, Jan 29, 2015 at 5:49 AM, Ben Coman wrote: > http://www.visoracle.com/squeak/faq/traits-vs.html > > On Wed, Jan 28, 2015 at 11:41 PM, Laura Risani > wrote: > >> Hi all, >> >> What

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-29 Thread Laura Risani
Hi Nicolai, Thank for your answer, it was excellent! It is nice to know that the editing functions are MVC way separated. :) On Thu, Jan 29, 2015 at 8:48 PM, Nicolai Hess wrote: > > 2015-01-29 23:06 GMT+01:00 Laura Risani : > >> Hi all, >> >> I like to implement a k

[Pharo-users] Implementing text navigation shortcuts

2015-01-29 Thread Laura Risani
t the existing shortcut "ctrl + right arrow" which jumps to the next position after an space, but i found nothing. Best, Laura

[Pharo-users] Autoformatting extisting packages

2015-01-29 Thread Laura Risani
Hi all, How do i apply autoformatting to existing packages? I've read somewhere that this functionality used to be at the refactoring menu, but i can't find it, don't know if it has been renamed or moved. Best, Laura

[Pharo-users] Code completion differences at browser and workspace

2015-01-29 Thread Laura Risani
. So, question : how do i make the completition tool show at system browser the same list that it would show at a workspace? Best, Laura

Re: [Pharo-users] Waiting object

2015-01-28 Thread Laura Risani
Thank you Ben, i will take a look at that loop process. On Wed, Jan 28, 2015 at 1:49 PM, Ben Coman wrote: > > > On Wed, Jan 28, 2015 at 11:31 PM, Laura Risani > wrote: > >> Hi Ben , >> #fork let me implement the overall functionality i wanted, but i had to >>

[Pharo-users] Why single inheritance?

2015-01-28 Thread Laura Risani
Hi all, What is the explanation why Smalltalk designers preferred single inheritance+traits to multiple inheritance? Why is the former better than the latter? Do traits let you share state also or only behavior? Best, Laura

Re: [Pharo-users] Waiting object

2015-01-28 Thread Laura Risani
trol during 'seconds' without halting image morphs and only then return to the sender " Best, Laura On Tue, Jan 27, 2015 at 7:00 PM, Ben Coman wrote: > Hi Laura, Can you provide some more context by pasting code for how you > expect both your UI and calculation methods to int

Re: [Pharo-users] Waiting object

2015-01-27 Thread Laura Risani
Hi all, Thank you for your answers. But i yet can't see how to implement the method i wanted, because #fork schedules the process and immediately returns but i'd like to wait and only then return the answer. Best, Laura On Tue, Jan 27, 2015 at 3:46 PM, Laura Risani wrote: >

[Pharo-users] Waiting object

2015-01-27 Thread Laura Risani
w for reuse an existing one from? Best, Laura

Re: [Pharo-users] Manners on the list?

2015-01-19 Thread Laura Risani
Alexandre, i was born human. One day i fell in love and my heart was broken. Not having found a fix, i remain since then a heartless bot. 2 + 3 = 3 + 2 On Sun, Jan 18, 2015 at 9:18 PM, Alexandre Bergel wrote: > Guys… > I am convinced that Laura is not a real person, but simply a bot. >

Re: [Pharo-users] Manners on the list?

2015-01-18 Thread Laura Risani
g post on Stack Overflow to render it readably available to others and also as a practical display of gratitude? If the question gets closed it won't be matter (or just a little) Best, Laura On Sun, Jan 18, 2015 at 8:01 AM, Hilaire wrote: > Le 17/01/2015 00:48, Laura Risani a écrit : >

Re: [Pharo-users] Useful tools?

2015-01-18 Thread laura
Hi Tim, Fits excellently! Didn't knew about it, great idea. Thanks for putting me just one-click away from it ;) -- View this message in context: http://forum.world.st/Useful-tools-tp4799187p4800271.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Useful tools?

2015-01-18 Thread laura
of the official webpage. Excellent book. >For several unimportant reasons automatic code formatting was removed in Pharo 2.0 and has not been restored to the official images. To get it in Pharo 3 ... It worked fine. Love, Laura -- View this message in context: http://forum.world.st/Use

Re: [Pharo-users] Useful tools?

2015-01-18 Thread laura
were > written for a particular domain or use case. I liked this piece of advice, seems to be an essential point for understanding and dealing with packages. I will keep it in mind. Thanks for sharing, Laura -- View this message in context: http://forum.world.st/Useful-tools-tp4799187p48002

[Pharo-users] Manners on the list?

2015-01-16 Thread Laura Risani
ch of them or in a single post to all? Are one-line smalltalk comments alright here or should i avoid them? Any other advice on manners is also welcome. A written manifest would be nice :) Best, Laura

Re: [Pharo-users] Useful tools?

2015-01-15 Thread laura
How was it implemented? Were you building it as an additional package for the system? How would it support browsability and discoverability? I had in mind a wiki-like catalog hosted on the official page composed by: -A tree of categories (like http://en.wikipedia.org/wiki/List_of_software_categor

[Pharo-users] How to keep the system updated?

2015-01-14 Thread Laura Risani
How do i keep the system updated? Should i just wait to the next version release or should i do something in the the midtime? I was feeling curious about World Menu> System> Software update , i tried it (having saved the image) and after downloading some packages lots of predebug windows showed up

Re: [Pharo-users] Useful tools?

2015-01-14 Thread laura
i'm afraid i posed the question too broadly to be answerable, so reformulating... What are some tools you frequently use to ease development which are neither built in the current official distribution nor domain-specific? (for example i added TilingWindowManager, RBConfigurableFormatter, many sho

[Pharo-users] Useful tools?

2015-01-12 Thread Laura Risani
such tools. I had this experience of useful resource existence ignorance with TilingWindowManager (LaurentLaffont ) and with RBConfigurableFormatter (by the way i can't figure out how to turn it on). Now i feel like having a multiclipboard would be useful (i have one on my OS but anyway...) Best, Laura