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

2015-02-09 Thread Tudor Girba
Hi Laura, Thanks for the detailed answer. Please let's continue this discussion. It will help us figure out how to describe Spotter and maybe it will provide . On Sun, Feb 8, 2015 at 6:27 PM, Laura Risani wrote: > Hi again Doru , > > Thanks for the detail feedback. I provided some inlined answ

Re: [Pharo-users] Spotter: Browse Impementors?

2015-02-10 Thread Tudor Girba
Hi, As Juraj said, you can Cmd+Shift+ArrowRight to dive in the category and using the preview you can browse the code. If you want the MessageBrowser, there is no way to get it by default. Laura also asked for this feature before, so I listed below a crude code to add a processor that finds selec

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

2015-02-12 Thread Tudor Girba
Hi, On Wed, Feb 11, 2015 at 6:25 AM, Laura Risani wrote: > > What do you mean about all existing menus in the image? Right now, the >> default Spotter searches for the top level entries in the World menu and >> then lets you dive if you want. It can also be made easily to search for >> all menu

Re: [Pharo-users] Enjoy Roassal on your seaside web application

2015-02-18 Thread Tudor Girba
This looks great! What do you use to handle the interaction? Doru On Wed, Feb 18, 2015 at 9:41 PM, Pierre CHANSON wrote: > Hi all, > > here is a short video to present how to integrate Roassal graphics in your > Seaside application ! > > https://vimeo.com/119983485 > > http://smalltalkhub.com/

Re: [Pharo-users] Video presentation of Rewrite Tool

2015-02-21 Thread Tudor Girba
This is really great work! I will try to take a look at the implementation and give you feedback. Cheers, Doru On Sat, Feb 21, 2015 at 1:12 PM, Mark Rizun wrote: > Hi, > > Video presentation of Rewrite Tool: http://screencast.com/t/LCEl0hFl > Also on blog: http://myfuncoding.blogspot.com/ > >

Re: [Pharo-users] Learn something today

2015-03-03 Thread Tudor Girba
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 > > [1] http://computer-programming-forum.com/3-smalltalk/2e9bf1f637d0d647.htm > > -- > Dr

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-05 Thread Tudor Girba
Hi Torsten, Great job. Some feedback about the extensions: - I saw that you figured out the new feature of searching with spotter from the inspector without any public announcement. Did you figure it out from the code of GT or by seeing an example? In any case, very nice :). - use "composite ph

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-06 Thread Tudor Girba
Yes, I know :) Doru On Fri, Mar 6, 2015 at 2:06 PM, Sean P. DeNigris wrote: > Torsten Bergmann wrote > > we would have to add a dependency from Pillar to >PetitParser. What do > you > > think? > > Make sure you depend on 'Core'. The default loads the GUI tools which > brings > in a whole lot of

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-06 Thread Tudor Girba
There was a confusion at play. We never disagreed on having the menu item be named differently from the window. We only disagreed on what to rename: - Torsten wanted to rename the window - I wanted to rename the menu item In the end, it was kind of agreed (not Torsten, though ;)) that the menu ite

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-07 Thread Tudor Girba
wrote: > On Mar 6, 2015 1:25 AM, "Tudor Girba" wrote: > > - now that the inspector and spotter are part of Pharo, we can move > these extensions directly into Pillar. The only problem is that this > syntax highlighting is based on PetitParser, so we would have to add a

[Pharo-users] smaller configurations vs groups [was Re: Pillar and GT tools in Pharo4]

2015-03-08 Thread Tudor Girba
ar 8, 2015 at 1:14 AM, Damien Cassou wrote: > > On Mar 7, 2015 4:42 AM, "Tudor Girba" wrote: > > > > Actually, I would rather prefer to create a separate > ConfigurationOfPillarTools that adds the Pillar-Pharo-Tools and the > PetitParser dependency. What that be

Re: [Pharo-users] smaller configurations vs groups [was Re: Pillar and GT tools in Pharo4]

2015-03-09 Thread Tudor Girba
Hi, On Mon, Mar 9, 2015 at 10:06 AM, Stephan Eggermont wrote: > On 08/03/15 13:24, Tudor Girba wrote: > >> I summarize below why I think fine grained configurations should be >> preferred to groups. >> > > Configurations are both about dependencies and how to make

Re: [Pharo-users] I need to put smalltalkhub down (max 30m)

2015-03-09 Thread Tudor Girba
But, I want to complain now. Can I not? Pleaaaseee ... :) Doru On Mon, Mar 9, 2015 at 3:02 PM, Norbert Hartl wrote: > As it is with live changes in infrastructure. Everyone should take a deep > breath and stay calm _unless_ the person in charge tells that he finished > his work. Complain afterw

Re: [Pharo-users] I need to put smalltalkhub down (max 30m)

2015-03-09 Thread Tudor Girba
r before :P > > Norbert > > > On 09 Mar 2015, at 15:33, Tudor Girba wrote: > > But, I want to complain now. Can I not? Pleaaaseee ... :) > > Doru > > On Mon, Mar 9, 2015 at 3:02 PM, Norbert Hartl wrote: > >> As it is with live changes in infrastructure.

Re: [Pharo-users] Pillar and GT tools in Pharo4

2015-03-09 Thread Tudor Girba
Hi Stephan, This looks like deja-vu :). Let's have the conversation on the other thread that deals specifically with the issue of fine grained configurations. Cheers, Doru On Mon, Mar 9, 2015 at 11:32 PM, Stephan Eggermont wrote: > On 07/03/15 10:42, Tudor Girba wrote: > >>

Re: [Pharo-users] smaller configurations vs groups [was Re: Pillar and GT tools in Pharo4]

2015-03-10 Thread Tudor Girba
Hi, Thanks for raising the issue. The "ripple" effect exists anyway when you have nested configurations, even with groups, only when you have groups you do not notice it because it is implicit. As you say, the solution is to build tool support, and among others, I argued that tooling and debuggi

Re: [Pharo-users] GTTools and Mongo

2015-03-10 Thread Tudor Girba
Nice job! Doru On Tue, Mar 10, 2015 at 10:20 AM, Torsten Bergmann wrote: > After loading MongoTalk or VoyageMongo in Pharo 4 you can additionally > load the package: "Mongo-Pharo-Tools" from mongotalk repo on SmalltalkHub. > > This way you can browse your mongo database (collections and documen

Re: [Pharo-users] Why `aFileReference asString = aFileReference fullName` is false?

2015-03-10 Thread Tudor Girba
Indeed. In GT, we introduced gtDisplayString which is meant to be used as a default brief string representation. I think that we could promote this to displayString now that it is in the Pharo image. Cheers, Doru On Tue, Mar 10, 2015 at 12:03 PM, Sean P. DeNigris wrote: > Ben Coman wrote > > N

Re: [Pharo-users] Why `aFileReference asString = aFileReference fullName` is false?

2015-03-10 Thread Tudor Girba
Well, not now. In Pharo 5 :) Doru On Tue, Mar 10, 2015 at 12:18 PM, Tudor Girba wrote: > Indeed. In GT, we introduced gtDisplayString which is meant to be used as > a default brief string representation. > > I think that we could promote this to displayString now that it is in

[Pharo-users] stdout on windows

2015-03-10 Thread Tudor Girba
Hi, Can anyone point me to how to write something to standard out when executing Pharo from the Windows command line? Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-users] GTTools and Mongo

2015-03-10 Thread Tudor Girba
He he. When the cost of building a tool gets too low, developers feel compelled to work on embellishments just to feel like they did something :). And I see you used yet another undocumented feature: filtering the inspector :) Nice job! Doru On Tue, Mar 10, 2015 at 9:14 PM, Torsten Bergmann

Re: [Pharo-users] GTTools and Mongo

2015-03-11 Thread Tudor Girba
a great inspiration for builing one for it. > > Phil > > > > Le 11 mars 2015 07:49, "Tudor Girba" a écrit : > > He he. >> >> When the cost of building a tool gets too low, developers feel compelled >> to work on embellishments just to feel like t

Re: [Pharo-users] GTTools and Mongo

2015-03-11 Thread Tudor Girba
Hi, On Wed, Mar 11, 2015 at 7:41 PM, Torsten Bergmann wrote: > Ben wrote: > >A blog article on that would be cool :) > > This was already in the pipe: > https://medium.com/@astares/building-a-mongo-browser-in-pharo-fe2104052843 > but dont tell anyone otherwise our community will be even cooler ;

[Pharo-users] using spotter to navigate through the file system

2015-03-11 Thread Tudor Girba
Hi, Here is a little post that describes how you can use GTSpotter to navigate through the file system: http://www.humane-assessment.com/blog/searching-file-system-with-gtspotter/ If you combine this with the GTInspector ability of allowing you interact with the file references, you get a pretty

Re: [Pharo-users] Pillar parser rewrite: PetitParser or not?

2015-03-11 Thread Tudor Girba
I completely agree. I think there are mostly pros. It can be that the parsing will be slower, but I do not think this is a critical issue for Pillar. It would be more important to have an extensible parser. Cheers, Doru On Wed, Mar 11, 2015 at 11:03 PM, Damien Cassou wrote: > Hi, > > The cur

Re: [Pharo-users] using spotter to navigate through the file system

2015-03-12 Thread Tudor Girba
esentation that allows you to change the file in your packages :) Cheers, Doru > On Wed, Mar 11, 2015 at 11:55 PM, Tudor Girba > wrote: > >> Hi, >> >> Here is a little post that describes how you can use GTSpotter to >> navigate through the file system: >>

Re: [Pharo-users] using spotter to navigate through the file system

2015-03-12 Thread Tudor Girba
Hi, On Thu, Mar 12, 2015 at 10:59 AM, kilon alios wrote: > > "Images should appear fine. What images are you missing?" > > hmm it looks like I am missing the preview panel altogether. Is this > committed to Pharo 4 ? I got the latest Pharo 4 image just now. > No, it's not yet. I made some chang

Re: [Pharo-users] Pharo 4 - current state?

2015-03-17 Thread Tudor Girba
The same problem occurs on Windows. It was reported before by Sean, but I think no issue was created. I think this is an important bug. Please open an bug with that and send the link here. Cheers, Doru On Mon, Mar 16, 2015 at 8:44 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: >

Re: [Pharo-users] [ANN] MongoTalk, MongoBrowser and Mongo Spotter support

2015-03-18 Thread Tudor Girba
Nice :) You are really enjoying yourself. As an improvement. You could also provide the preview for the database and collection :). Cheers, Doru On Wed, Mar 18, 2015 at 9:09 AM, Torsten Bergmann wrote: > Beside my new article "Building a Mongo Browser in Pharo" [1] and the new > Mongo Brows

Re: [Pharo-users] The Grapher charting engine

2015-03-21 Thread Tudor Girba
Hi, I fully agree with your API suggestions, but I do not quite understand why you say that it is because of the scripting that the API does not look like this. It's the opposite I think. When you "script" you want as succinct as possible (so, no moveBehind: and stuff). And you want to gradually

Re: [Pharo-users] [Pharo-dev] The Grapher charting engine

2015-03-21 Thread Tudor Girba
Nice work. I will reply about improvements separately. Cheers. Doru On Fri, Mar 20, 2015 at 10:18 PM, Alexandre Bergel wrote: > Dear all, > > As many of you know, Grapher is a über-cool charting engine, part of > Roassal. > For people who do not know what Grapher is, here is a (compelling we h

Re: [Pharo-users] The Grapher charting engine

2015-03-21 Thread Tudor Girba
Hi Stef, On Sat, Mar 21, 2015 at 8:52 PM, stepharo wrote: > > > Le 21/3/15 13:58, Tudor Girba a écrit : > >> Hi, >> >> I fully agree with your API suggestions, but I do not quite understand >> why you say that it is because of the scripting that the API

Re: [Pharo-users] A Pillar language package for Atom editor?

2015-03-22 Thread Tudor Girba
Could you send me the file you are using? Given that the parser is just an approximate one, it can be that your specific constructs are not supported. Cheers, Doru On Fri, Mar 20, 2015 at 8:59 PM, Hernán Morales Durand < hernan.mora...@gmail.com> wrote: > Ok, alternatively, is someone generating

Re: [Pharo-users] Collection with memory?

2015-03-22 Thread Tudor Girba
It is, indeed. Doru On Sun, Mar 22, 2015 at 10:05 PM, Sven Van Caekenberghe wrote: > > > On 22 Mar 2015, at 21:44, Denis Kudriashov wrote: > > > > Hi > > > > It is another perfect task for XStreams: > > > > r := #('a12' 'b12' 'a13' 'a14' 'c23' 'a16') reading selecting: [:each | > each first =

[Pharo-users] choose event in Bern on March 31: alain plantec on Bloc + working session on Pharo IDE

2015-03-23 Thread Tudor Girba
Hi, On March 31, we will have a one day of Pharo in Bern: 10:15 - 11:00 Talk by Alain Plantec on Bloc: Reinventing Morphic Registration: https://www.eventbrite.com/e/bloc-reinventing-morphic-choose-talk-tickets-5790681083 11:00 - 17:00 Working session on the Pharo IDE Registration: https://www.e

Re: [Pharo-users] How to change title of playground?

2015-03-24 Thread Tudor Girba
You can double click on the tab. Doru On Tue, Mar 24, 2015 at 11:17 AM, Norbert Hartl wrote: > Is it possible? > > Norbert > > -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-users] How to change title of playground?

2015-03-24 Thread Tudor Girba
Double clicking works only since #40578 Doru On Tue, Mar 24, 2015 at 11:40 AM, Norbert Hartl wrote: > Double clicking on the tab does nothing (I have a #40567 image). Double > clicking on the window title maximizes the window. > > Norbert > > Am 24.03.2015 um 11:27 s

Re: [Pharo-users] [Pharo-dev] The Grapher charting engine

2015-03-25 Thread Tudor Girba
Hi Alex, After the Pharo and Moose release I will get back to you with feedback. Cheers, Doru On Fri, Mar 20, 2015 at 10:18 PM, Alexandre Bergel wrote: > Dear all, > > As many of you know, Grapher is a über-cool charting engine, part of > Roassal. > For people who do not know what Grapher is,

Re: [Pharo-users] [ANN] Quality Assistant: live code critics feedback

2015-03-27 Thread Tudor Girba
Nice, Uko. We should definitely see next Tuesday how this can complement the future GT efforts :) In the meantime, you could look at the code critics support from Spotter. It was recently introduced by Stefan Reichhart, Cheers, Doru On Fri, Mar 27, 2015 at 12:05 PM, Yuriy Tymchuk wrote: >

Re: [Pharo-users] Issue on enabling developer options in Pharo Launcher

2015-03-28 Thread Tudor Girba
What is the issue with GTPlayground? Doru On Sat, Mar 28, 2015 at 6:40 PM, Nicolai Hess wrote: > 2015-03-28 11:23 GMT+01:00 Jigyasa Grover : > >> Sir >> I have installed the latest version of PharoLauncher on my system (OS : >> Ubuntu 14.04) >> Whenever I try to enable the developer option in t

[Pharo-users] moose at the breathing code conference

2015-03-28 Thread Tudor Girba
Hi, My talk on Moose was accepted at the Breathing Code conference to be held on May 5 in Frankfurt: http://breathing-code.de/program.html#data-analysis-moose It's an interesting setup that fits both Pharo and Moose like a glove. However, this being the first edition of the conference, the organ

Re: [Pharo-users] Some new book chapters :)

2015-03-28 Thread Tudor Girba
Thanks! Doru On Sat, Mar 28, 2015 at 10:39 PM, stepharo wrote: > Hi guys > > Here are new book chapters > >Teapot Rest extension on top of Zinc > https://github.com/SquareBracketAssociates/EnterprisePharo/tree/master/ > Teapot > >Mustache: template system > https://github.com/SquareBrac

Re: [Pharo-users] GTSpotter with no results

2015-03-31 Thread Tudor Girba
I never got it, but I would still be interested in how to reproduce it :). Doru On Tue, Mar 31, 2015 at 10:53 AM, Andrei Chis wrote: > I got this error once or twice but could not reproduce it. > > > Cheers, > Andrei > > On Tue, Mar 31, 2015 at 10:47 AM, Christophe Demarey < > christophe.dema..

Re: [Pharo-users] what to use for simple parsing

2015-03-31 Thread Tudor Girba
Not to mention that you can also read it :) Doru On Tue, Mar 31, 2015 at 5:17 PM, Peter Uhnák wrote: > Thanks all, > > in the end I've used PetitParser and I was really surprised and happy how > easy and far I've got with it. > > TBH using regular expressions in Pharo feels extremely uncomforta

Re: [Pharo-users] Oracle on Linux

2015-04-02 Thread Tudor Girba
I managed to access Oracle through DBXTalk but on Windows 7. Cheers, Doru On Thu, Apr 2, 2015 at 11:06 AM, Norbert Hartl wrote: > I see from time to time topics like SQL popping up. Most of the time > DBXTalk seems to be a requirement. It is also something that is considered > necessary for a l

Re: [Pharo-users] Devnology presentation slides

2015-04-03 Thread Tudor Girba
Nice. Thanks, Doru On Thu, Apr 2, 2015 at 11:18 PM, Stephan Eggermont wrote: > Yesterday, > > Diego and I presented Pharo at the Devnology meeting in Arnhem. > > http://www.slideshare.net/StephanEggermont/pharo-devnology20150401 > > Stephan > > > -- www.tudorgirba.com "Every thing has its o

Re: [Pharo-users] Object-oriented state-frozen logging

2015-04-06 Thread Tudor Girba
You can also take a look at Beacon: http://www.humane-assessment.com/blog/beacon But, also at SystemLogger: http://forum.world.st/attachment/4745609/0/Logger.pier.pdf Cheers, Doru On Mon, Apr 6, 2015 at 2:00 AM, Peter Uhnák wrote: > Hi Sven, > > thanks for the answers; especially the article

Re: [Pharo-users] String operations

2015-04-06 Thread Tudor Girba
In the Moose configuration, there is a CollectionExtensions that allows you to do this: 'BormParticipant' removePrefix: 'Borm' "-> 'Participant'". 'BormParticipant' removeSuffix: 'Participant' "-> 'Borm'" For Pharo 5, we should move these extensions to Pharo. Cheers, Doru On Mon, Apr 6, 2015 at

Re: [Pharo-users] GT: Pasting a PrintIt

2015-04-09 Thread Tudor Girba
Yeah, we had quite some debates about this one :). You meant GT team, but you should thank Esteban more this time :) Doru On Thu, Apr 9, 2015 at 12:49 PM, Sean P. DeNigris wrote: > "cmd-p then [Enter]" copy/pastes the PrintIt into the underlying editor... > Cool! I don't need it often, but tha

Re: [Pharo-users] String operations

2015-04-09 Thread Tudor Girba
Great. I am interested in providing feedback. Doru On Thu, Apr 9, 2015 at 3:34 PM, stepharo wrote: > Hi sean > > with damien we are restarting to work on analysing String API. > We would like to have it much more regular. We will finish a first small > articles > summarizing our analysis and se

Re: [Pharo-users] ZnUrl directory

2015-04-13 Thread Tudor Girba
Would it not be better to simply delete these convenience methods? Doru On Mon, Apr 13, 2015 at 5:06 PM, Sven Van Caekenberghe wrote: > ZnUrl>>#file and ZnUrl>>#directory are not well specified I guess, and > maybe not that useful, but since these partially fall back to #path I am > afraid you

Re: [Pharo-users] [Vm-dev] [ANN] Pharo 4.0 is released!

2015-04-16 Thread Tudor Girba
ras, Tommaso Dal Sasso, Jan Van De Sandt, > Christophe Demarey, Sean DeNigris, Marcus Denker, Martin Dias, Stephane > Ducasse, Stephan Eggermont, Luc Fabresse, Johan Fabry, Hilaire Fernandes, > Jerome Garcia, Tudor Girba, Thierry Goubier, Jigyasa Grover, Kris Gybels, > Norbert Hartl,

[Pharo-users] time library?

2015-04-16 Thread Tudor Girba
Hi, I am looking for a library that deals with time. Specifically, I am looking for things like: - The concept of Period (not duration) that models an absolute time period - Scripting possibilities like: 16 April, 2015 @ (3 pm + 15 minutes) Do you know any effort in this direction? Doru -- www

[Pharo-users] communicating pharo 4.0

2015-04-17 Thread Tudor Girba
Hi, In case you were wondering about the details behind the visualization that came with the Pharo 4.0 announcement, here is a more detailed explanation: http://www.humane-assessment.com/blog/communicating-pharo-4-0 Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-users] [Pharo-dev] QualityAssistant v0.4

2015-04-22 Thread Tudor Girba
Hi, I only took a brief look, but I think that reaching the no-input-required situation is a major step forward. Nice job. Keep it up. Cheers, Doru On Wed, Apr 22, 2015 at 8:58 AM, Yuriy Tymchuk wrote: > Hi everyone! > > Probably most of you know, that I am developing a tool called > Quality

Re: [Pharo-users] Running agile visualization examples on pharo 4 doesn't show the RTView

2015-04-25 Thread Tudor Girba
If you do not have a Moose image, you have to load the Glamour Roassal presentation and the GT-InspectorExtensions-CoreRoassal Cheers, Doru On Sat, Apr 25, 2015 at 7:01 PM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi, > > I'm just testing/porting some of my stuff on pharo 4 (c

Re: [Pharo-users] XMLParser GTInspector extensions

2015-04-26 Thread Tudor Girba
Hi, There already exists a GT-InspectorExtensions-XML which is already published in the GT repository. I would prefer to qualify the extensions by the tool they refer to: GT-InspectorExtnesions-*, GT-SpotterExtensions-* etc. gtDisplayOn: should be more in the inspector, but probably some were ad

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-04-30 Thread Tudor Girba
Exactly. There are two ways to discover a past workspace: - If you simply search in Spotter for contents, you will get a category with Playground pages in there. - If you want to label your page, you can give it a name by double clicking on the "Page" tab and entering your name (like Andrei said).

Re: [Pharo-users] [ANN] Screencast on Versionner (Part 2)

2015-04-30 Thread Tudor Girba
Awesome job, Esteban! This is highly useful. Doru On Thu, Apr 30, 2015 at 3:31 PM, Esteban Lorenzano wrote: > Hi again, > > Now I made a small video on how to use Versionner to help you manage your > releases and commits. > > https://youtu.be/cFRJDuWL-Q0 > > This is new stuff, so you will need

Re: [Pharo-users] [Pharo-dev] Next Pharo sprint & Moose dojo

2015-05-01 Thread Tudor Girba
Thanks a lot for organizing this. Doru On Fri, May 1, 2015 at 7:59 PM, Jean-Christophe Bach < jeanchristophe.b...@inria.fr> wrote: > Hello Pharoers, > > We propose a Pharo sprint / Moose dojo on Friday, 22nd May, starting at > 10:00am. (Local Time Lille). > > It will be at the Inria Lille, Build

Re: [Pharo-users] [Moose-dev] Re: Small workshop/hackathon today and tomorrow about Pharo and Agile Visualization.

2015-05-02 Thread Tudor Girba
Thanks a lot for this effort, Offray! Please keep it up. Cheers, Doru On Sat, May 2, 2015 at 3:14 AM, Offray Vladimir Luna Cárdenas < off...@riseup.net> wrote: > Hi, > > It was a pretty good event. It went something like this: > > a. We starting by presenting ourselves and our motivations to b

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread Tudor Girba
Hi, Did you try renaming the playground page as explained before? If yes, besides the fact that in order to open it you have to search it by the name, is there something else that is not working for you? Cheers, Doru On Sat, May 2, 2015 at 3:17 PM, Esteban A. Maringolo wrote: > Ditto here. >

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-02 Thread Tudor Girba
...@highoctane.be wrote: > never tought of renaming the tab. > I was somewhat aware of the feature. > > But I have the cache in my .gitignore > > Phil > Le 2 mai 2015 22:10, "Tudor Girba" a écrit : > >> Hi, >> >> Did you try renaming the playground page a

Re: [Pharo-users] XMLParser GTInspector extensions

2015-05-03 Thread Tudor Girba
Hi, Sorry for the slow reaction. Indeed, we would like to encourage the packaging of GT extensions in the same project as the code they extend. So, in this case, GT-InspectorExtensions-XML would be better suited to be in the PharoExtras/XMLParser repository under XML-Parser-GT-InspectorExtensions

Re: [Pharo-users] Issue with GT-Debugger

2015-05-03 Thread Tudor Girba
Indeed, it's a known issue and Andrei already investigated it. There is a discussion on the Pharo-dev mailing list. Cheers, Doru On Sun, May 3, 2015 at 11:11 PM, Alexandre Bergel wrote: > Hi! > > When tracing the execution in GT-debugger the text selection does not > always reflect the real pos

Re: [Pharo-users] Pharo 4 Playground open file menu

2015-05-03 Thread Tudor Girba
Hi, I think this is an interesting use case, and it is already supported only in a less classic way :). I just wrote a blog post about it: http://www.humane-assessment.com/blog/managing-external-pharo-scripts-with-gtinspector-and-gtspotter/ Let me know if this works for you. Cheers, Doru On

Re: [Pharo-users] Editing Pillar

2015-05-04 Thread Tudor Girba
Take a look at the support from GT-Inspector: http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector/ Cheers, Doru On Mon, May 4, 2015 at 2:09 PM, Norbert Hartl wrote: > I know there are few threads about Pillar these days. I'm sorry if I'm > repeating another presen

Re: [Pharo-users] [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-05 Thread Tudor Girba
Done :) Doru On Tue, May 5, 2015 at 10:06 AM, Cyril Ferlicot wrote: > Done! > > On 5 May 2015 at 09:50, kilon alios wrote: > > Done ! > > > > On Tue, May 5, 2015 at 1:46 AM Sergio Fedi > wrote: > >> > >> Done! > > > > -- > Cheers > Cyril Ferlicot > > -- www.tudorgirba.com "Every thing has

Re: [Pharo-users] [Ann] The Garage database driver API

2015-05-07 Thread Tudor Girba
Thanks! This kind of work can make a huge difference in our eco-system. Cheers, Doru On Thu, May 7, 2015 at 11:36 AM, Guillermo Polito wrote: > Hi all, > > I'm pleased to announce the release 0.1 of Garage, a database driver API. > Garage is meant to be a common interface to access several dat

Re: [Pharo-users] How to open the moose panel programmatically ?

2015-05-15 Thread Tudor Girba
MooseModel open. Doru On Fri, May 15, 2015 at 12:06 PM, Leonardo Silva < leonardo.humbe...@gmail.com> wrote: > Hi, > > I have an application that creates an instance of a moose model. > I would like to know how I can open it inside the moose panel > programmatically. > Without using the World me

Re: [Pharo-users] How to open the moose panel programmatically ?

2015-05-15 Thread Tudor Girba
Sorry: MoosePanel open. Doru On Fri, May 15, 2015 at 12:30 PM, Tudor Girba wrote: > MooseModel open. > > Doru > > On Fri, May 15, 2015 at 12:06 PM, Leonardo Silva < > leonardo.humbe...@gmail.com> wrote: > >> Hi, >> >> I have an application that cre

Re: [Pharo-users] How to open the moose panel programmatically ?

2015-05-15 Thread Tudor Girba
You can also open the Moose Finder on any Moose entity. For example: MooseModel new openInMoose Doru On Fri, May 15, 2015 at 2:41 PM, Leonardo Silva wrote: > It works fine. Thanks > > On Fri, May 15, 2015 at 12:30 PM, Tudor Girba > wrote: > >> Sorry: >> MoosePane

Re: [Pharo-users] phratch with robot Poppy

2015-05-15 Thread Tudor Girba
Cool and funny :) Doru On Fri, May 15, 2015 at 3:53 PM, Johan Fabry wrote: > > Very cool! > > On May 15, 2015, at 10:26, jannik laval wrote: > > Hi all, > > A group of my students worked on the connection of phratch and the robot > Poppy. > All is done with a REST communication (thanks to Zinc

Re: [Pharo-users] [Moose-dev] Re: Fwd: Magritte = Auto-GT Presentation

2015-05-15 Thread Tudor Girba
sment.com/blog/adding-magritte-forms-in-gtinspector Cheers, Doru On Fri, May 15, 2015 at 5:47 PM, Sean P. DeNigris wrote: > Sean P. DeNigris wrote > > > > Tudor Girba-2 wrote > >> The editor should be provided if you load the > >> Glamour-Presentations-Magri

Re: [Pharo-users] Alt-tab between windows

2015-05-16 Thread Tudor Girba
Hi Avdi, Welcome. As the others mentioned, this part of Pharo is not at all ideal. Please bare with us. Cheers, Doru On Sat, May 16, 2015 at 12:52 AM, Avdi Grimm wrote: > Hey folks! I've dabbled with smalltalk here and there over the years, but > recently I've settled in to learn Pharo in e

Re: [Pharo-users] [OT] Pharo pi machine

2015-05-17 Thread Tudor Girba
Really cool. I just do not understand what is the purpose of the pink marker :). Cheers, Doru On Sun, May 17, 2015 at 2:26 PM, Torsten Bergmann wrote: > Got my Raspberry Pi B+ with a Tontec® 3.5 touch screen display > to bootstrap into Pharo. > > The Raspberry Pi from CI (https://ci.inria.fr

Re: [Pharo-users] [Pharo-dev] Next Pharo sprint & Moose dojo

2015-05-21 Thread Tudor Girba
Great! It would be great if you could test Moose 5.1 (stable) and let us know if you encounter problems or if you commit new changes so that we can finally release it. Do you think this would fit in your sprint/dojo? Cheers, Doru On Thu, May 21, 2015 at 1:00 PM, Jean-Christophe Bach < jeanchris

Re: [Pharo-users] [Pharo-dev] Lectures in africa :)

2015-05-24 Thread Tudor Girba
This is a fantastic effort! Thanks a lot, Doru On Sun, May 24, 2015 at 5:27 PM, Sergio Fedi wrote: > Awesome! > > > On Sun, May 24, 2015 at 5:44 AM, Alexandre Bergel > wrote: > >> Excellent! >> Thanks to share this impressive effort with us >> >> cheers, >> Alexandre >> >> >> > On May 24, 2015

Re: [Pharo-users] Accessibility?

2015-05-25 Thread Tudor Girba
The GT project does have as goal full keyboard reachability, but we still have a long way to go. But, your request sounds like a challenge. I am certainly not aware of an initiative in this direction. Do you have any pointers to literature for supporting developer needs for these category of peopl

Re: [Pharo-users] Playground inspector and the self variable

2015-05-29 Thread Tudor Girba
Hi, Indeed, this part of the inspector will be revisited for Pharo 5. But, what exactly do you mean by " I just want to select it to run an expression where self refers to the inspected object"? Cheers, Doru On Fri, May 29, 2015 at 5:30 PM, Esteban A. Maringolo wrote: > Is it okay that the

Re: [Pharo-users] Playground inspector and the self variable

2015-05-29 Thread Tudor Girba
Hi Esteban, On Fri, May 29, 2015 at 5:42 PM, Esteban A. Maringolo wrote: > 2015-05-29 12:36 GMT-03:00 Tudor Girba : > > Hi, > > > > Indeed, this part of the inspector will be revisited for Pharo 5. > > Good. I'm sure this can be backported easily ;) It

Re: [Pharo-users] Playground inspector and the self variable

2015-05-29 Thread Tudor Girba
ng you completely forgot you started in a "workspace". > > > > Esteban A. Maringolo > > > 2015-05-29 12:42 GMT-03:00 Esteban A. Maringolo : > > 2015-05-29 12:36 GMT-03:00 Tudor Girba : > >> Hi, > >> > >> Indeed, this part of the i

Re: [Pharo-users] brick/bloc examples missing FILOStack

2015-05-31 Thread Tudor Girba
I think this should do it: Gofer it smalltalkhubUser: 'Pharo' project: 'Bloc'; configurationOf: 'Bloc'; loadDevelopment. Gofer new smalltalkhubUser: 'Pharo' project: 'Brick'; package: 'Brick-Core'; package: 'Brick-Scrollpane'; package: 'Brick-List'; load. ConfigurationOfTxText loadDeve

Re: [Pharo-users] Visualizing a repository tree

2015-06-04 Thread Tudor Girba
~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >> On Jun 2, 2015, at 10:57 AM, Peter Uhnák wrote: >> >> On Tue, Jun 2, 2015 at 3:07 PM, Tudor Girba

Re: [Pharo-users] Using Spotter

2015-06-07 Thread Tudor Girba
At the moment, the only way to do that is to use diving. RT*Zoom means: RT and Zoom. So, you can: - filter by Zoon, - dive in category (Cmd+Shift+Right) - then filter by RT Again, it is not necessarily convenient. In this first iteration, the goal was to produce something that is fast and composab

Re: [Pharo-users] Using GTSpotter how do I find an implementor of #accept ?

2015-06-10 Thread Tudor Girba
Hi, What do you mean by the old version of Spotter? Just in case: you should know that Spotter is made to be extensible. This means that if you want to play with your own way of searching for objects, you can just do it. Let me know if you to try and if you need help in this direction. Cheers, D

Re: [Pharo-users] [Pharo-dev] New Tool: Catalog Browser in Pharo 5.0

2015-06-11 Thread Tudor Girba
Really cool! About the spotter integration, it is really nice to be able to search and find new projects like this. Well done. But, there are two things that I would change: - Right now, the processor order is 10. If you search for GTSpotter, you will get the catalog project before the class: [i

Re: [Pharo-users] Mac Squeak binary virtual machine for Squeak 3.10.2

2015-06-11 Thread Tudor Girba
Hi, On Wed, Jun 10, 2015 at 8:36 PM, Trygve Reenskaug wrote: > Stef, > Why be sorry? It's great that you have a stable kernel in Pharo. Where do > I find the definition of the Pharo public API? > That is an interesting request coming from someone that > In which way is the Pharo technology

Re: [Pharo-users] Using GTSpotter how do I find an implementor of #accept ?

2015-06-11 Thread Tudor Girba
se 'accept' for this example but why show the mixed list > of 637 implementors of accept* and not lead with "accept". Why was it > decided that inexact matches to the typed input be privileged above exact > matches in the new tool? Is it a bad Levenshtein distance alg

Re: [Pharo-users] Mac Squeak binary virtual machine for Squeak 3.10.2

2015-06-12 Thread Tudor Girba
If I understand correctly, your case is that it is easier to move from Squeak to JavaScript than to move from Squeak to Pharo. I must be missing something important. Could you clarify? Cheers, Doru On Fri, Jun 12, 2015 at 10:12 AM, Trygve Reenskaug wrote: > I rest my case. > --Trygve > > On 1

Re: [Pharo-users] gtInspectorPresentation:, TreeModel, pragmas, visitors and polluting protocols

2015-06-17 Thread Tudor Girba
Hi Peter, I am not sure I understand. Is the worry caused by the fact that when there are multiple gtInspector* methods then the API would get polluted? Cheers, Doru On Thu, Jun 18, 2015 at 7:35 AM, Peter Uhnák wrote: > Also the problem with visitor here is that I would need X number of > v

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-17 Thread Tudor Girba
Hi, Please load the latest version of PetitParser in Pharo 2.0 from SmalltalkHub: Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser'; package: 'ConfigurationOfPetitParser'; load. (Smalltalk at: #ConfigurationOfPetitParser) loadDevelopment Cheers, Doru O

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-18 Thread Tudor Girba
crashed again ... > > The last error message was about a labelGraphic ( aMultistateButton); in case > it helps... > > > > > On Sat, May 18, 2013 at 9:43 AM, Tudor Girba wrote: > Hi, > > Please load the latest version of PetitParser in Pharo 2.0 from Smal

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-19 Thread Tudor Girba
ot;world" menu, "tools" then "petitparser"; > > the browser method is "openWith: aRender" which fails to render anything in > GLMMorphicRenderer... > > > On Sun, May 19, 2013 at 12:02 AM, Tudor Girba wrote: > Hi, > > Something does

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-20 Thread Tudor Girba
ything). > > So I guess the question is "why is bottom nil?" I see that at the beginning > there is bottom := frame bottomOffset. Whereas frame is a LayoutFrame ( (0@0) > + (4@4)px corner: (1@1) + (-4@nil)px ) so I imagine the nil comes from this > point, no? > &g

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread Tudor Girba
ot;bottom" which blocks a subtraction... > > If I am the only one to encounter the problem, it probably comes from > somewhere else but where? > > > On Mon, May 20, 2013 at 10:37 PM, Tudor Girba wrote: > >> Hi, >> >> On May 20, 2013, at 6:05 PM, Alain Bus

Re: [Pharo-users] SmalltalkWorld chartFrameworks.

2013-05-21 Thread Tudor Girba
'; >> package: 'ConfigurationOfPetitParser'; >> load. >> (Smalltalk at: #ConfigurationOfPetitParser) >> loadDevelopment > > Stef > > >> , then I done the Gofer trick again, and I still have the same problem: A >

Re: [Pharo-users] PettitParser approach help

2013-05-27 Thread Tudor Girba
Hi, I am not sure what you mean when you say an object that knows how to add to the result. Basically, you would need to build for each production the object and collect the meaningful ones in the outer scope. Here is something that would work for your example: a := 'AAA' asParser ==> [:token

Re: [Pharo-users] PettitParser approach help

2013-05-28 Thread Tudor Girba
t new. > result do: [:eachResult | eachResult addYourselfTo: niceObject] > > > ResutlSelfAdder>>addYourselfTo: aParseResult > aParseResult perform: self selector with: self objectToAdd. > > I hope is clear now, Im pretty new at asking on mailists, and sometimes I >

Re: [Pharo-users] Object database

2013-05-28 Thread Tudor Girba
This seems to be a perfect match for a Mongo DB via MongoTalk: http://smalltalkhub.com/#!/~francois/MongoTalk If you already have an object model, Esteban Lorenzano wrote a nice library on top of it called Voyage that is probably useful for you. You can see some details here: http://smalltalkhub.c

<    1   2   3   4   5   6   7   8   9   >