[Pharo-dev] transformmorph and submorph bounds

2014-07-23 Thread Tudor Girba
Hi, In GTInspector we use a TransformMorph inside the pager morph. It works fine, but spawning completion from a text morph that is placed inside this transform morph, the completion morphs appears in the wrong place. The issue comes from submorphBounds apparently not being right (this is what

Re: [Pharo-dev] transformmorph and submorph bounds

2014-07-23 Thread Tudor Girba
Hi, On Wed, Jul 23, 2014 at 9:52 AM, Thierry Goubier thierry.goub...@gmail.com wrote: 2014-07-23 8:00 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, In GTInspector we use a TransformMorph inside the pager morph. It works fine, but spawning completion from a text morph that is placed

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-23 Thread Tudor Girba
Hi, Not yet :(. It's the first thing after releasing the current implementation of GT and Moose. Doru On Wed, Jul 23, 2014 at 11:22 AM, stepharo steph...@free.fr wrote: On 22/7/14 14:43, Tudor Girba wrote: First of all: Excellent job! About the editor: I would indeed suggest adopting

Re: [Pharo-dev] SmartBreakpoints alpha release

2014-07-23 Thread Tudor Girba
commit to it for Pharo 4.0 and then we make it a goal for the whole community to get it finished. I would be supportive for such a decision. Doru On Wed, Jul 23, 2014 at 11:46 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, Not yet :(. It's the first thing after releasing the current

Re: [Pharo-dev] transformmorph and submorph bounds

2014-07-23 Thread Tudor Girba
Hi, On Wed, Jul 23, 2014 at 11:45 AM, Thierry Goubier thierry.goub...@gmail.com wrote: 2014-07-23 11:10 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, This seems correct to me: a transformMorph is the one which shift its contents (and reset the origin to its top left corner

Re: [Pharo-dev] TextMorph: No Emphasis?

2014-07-23 Thread Tudor Girba
) 2014-07-23 6:39 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Strange indeed. Rubric supports this well: (RubEditingArea new updateTextWith: (Text string: 'hi there' attribute: TextEmphasis underlined)) openInWindow. Cheers, Doru [image: Inline image 1] On Wed, Jul 23, 2014 at 6:23 AM

Re: [Pharo-dev] ConfigurationOfMorphicCore

2014-07-24 Thread Tudor Girba
Really great! Doru On Thu, Jul 24, 2014 at 1:37 PM, Pavel Krivanek pavel.kriva...@gmail.com wrote: Hi, in latest update we integrated several patches needed for proper working of ConfiguratonOfMorphicCore. This simple configuration loads Morphic-Core package into the minimal image and

Re: [Pharo-dev] ConfigurationOfMorphicCore

2014-07-24 Thread Tudor Girba
Hi, On Thu, Jul 24, 2014 at 1:47 PM, stepharo steph...@free.fr wrote: On 24/7/14 13:37, Pavel Krivanek wrote: Hi, SystemWindows support SystemWindow is quite complex morph that requires many of other morph classes including text morphs, theming support etc.

Re: [Pharo-dev] [ANN] Voronyj Diagram

2014-07-25 Thread Tudor Girba
Wow! I will certainly look at this in more details. Doru On Fri, Jul 25, 2014 at 2:10 PM, Natalia Tymchuk natalia.tymc...@unikernel.net wrote: Hello. I implemented Voronyj diagrams for Roassal. You can read about it here: http://natalia.tymchuk.me/RTVoronyjDiagram/ . I will be on

Re: [Pharo-dev] smalltalkhub should be working now

2014-07-25 Thread Tudor Girba
Thanks! Doru On Fri, Jul 25, 2014 at 3:26 PM, Esteban Lorenzano esteba...@gmail.com wrote: with the invaluable help of Nico, we managed to fixed it. (or at least we *think* we managed to fix it :D ) Esteban -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] Opening World Tools via Shortcuts

2014-07-26 Thread Tudor Girba
Hi Peter, These are legitimate questions. You can use Cmd+W to close a window. To move through use TAB / Shift+TAB. If you want to understand keybindings more deeply, you can play with the GTInspector: http://www.humane-assessment.com/blog/managing-morph-keybindings-with-gtinspector Doru

[Pharo-dev] why double click does not work in rubric sometimes

2014-07-28 Thread Tudor Girba
Hi, A while ago, Stef reported that he could not select text anymore in the new Rubric-based interfaces (inspector, playground). I noticed this as well but only occasionally. Here is what I found. TextMorph uses a kind of a simulation to support smart selection. As a result, you basically can

Re: [Pharo-dev] Operating Smalltalkhub from Pharo

2014-07-28 Thread Tudor Girba
I am interested in this as well. I looked a bit at the Hub REST API, and I see I can do this: ShRepositoryHandlergetPackagesOf: name owner: username get path: '/{username}/{name}/packages' produces: 'text/json' Naively, I am trying to just get it like this: ZnEasy get:

Re: [Pharo-dev] where the...

2014-08-03 Thread Tudor Girba
Thanks, Marcus. Doru On Sat, Aug 2, 2014 at 10:19 AM, Marcus Denker marcus.den...@inria.fr wrote: On 01 Aug 2014, at 20:50, Clément Bera bera.clem...@gmail.com wrote: 2014-08-01 18:23 GMT+02:00 Eliot Miranda eliot.mira...@gmail.com: On Thu, Jul 31, 2014 at 11:52 PM, Ben Coman

[Pharo-dev] rethinking compilation notifications

2014-08-03 Thread Tudor Girba
Hi, The next stop in our little tour around code actions was the compilation notifications. Again, we used a popper interface to show the error without affecting the underlying text editor: [image: Inline image 2] You can find more details here:

[Pharo-dev] xml-oo mapper?

2014-08-06 Thread Tudor Girba
Hi, Does anyone know if there exists an XO mapper available in the Pharo? Cheers, Doru -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] xml-oo mapper?

2014-08-07 Thread Tudor Girba
. Or do you mean something different? It is in Magritte3Addons on smallttalkhub Norbert Am 06.08.2014 um 09:29 schrieb Tudor Girba tu...@tudorgirba.com: Hi, Does anyone know if there exists an XO mapper available in the Pharo? Cheers, Doru -- www.tudorgirba.com Every thing has its own

Re: [Pharo-dev] [Pharo4] Simple tree view for AST: EyeSyntaxTreeInspector

2014-08-07 Thread Tudor Girba
Good step! :) Doru On Thu, Aug 7, 2014 at 11:21 AM, Marcus Denker marcus.den...@inria.fr wrote: Hi, i added a simple AST tree view (inspired by the GT inspector) to the base image. see class EyeSyntaxTreeInspector to get it, inspect (Object#halt) ast and select the syntax

Re: [Pharo-dev] Athens WorldMorph

2014-08-07 Thread Tudor Girba
Very nice! This deserves a blog post :) Doru On Thu, Aug 7, 2014 at 12:14 PM, Nicolai Hess nicolaih...@web.de wrote: I created some fogbugz entries for morphs drawing with athens api. And a parent case 13790 Port what is needed for Athens (drawing morphs) We can test the Athens based

Re: [Pharo-dev] Athens WorldMorph

2014-08-07 Thread Tudor Girba
Hi Igor! Nice to hear from you again :) Doru On Thu, Aug 7, 2014 at 1:31 PM, Igor Stasenko siguc...@gmail.com wrote: Very nice! Please commit this code to Athens repository. We will integrate it http://smalltalkhub.com/mc/Pharo/Athens/main This is a good way to debug stuff without

[Pharo-dev] NBWin32 vs OSWindows

2014-08-09 Thread Tudor Girba
Hi, I am working on a little tool that requires a couple of interactions with either a command line interface or a DLL whose API I do not know :). First, I would like to thank the authors for both NBWin32 and OSWindows. Having these possibilities at our fingertips makes the difference. Second,

[Pharo-dev] pillar parser with tokens?

2014-08-10 Thread Tudor Girba
Hi, The Pillar parser does not record the token from the original text. Are there any plans to change this part :)? Doru -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] New address for the Spec jenkins

2014-08-11 Thread Tudor Girba
Hi Stef, - to implement a Magritte like meta-description mechanism to build UI easily = I will see if gary can show what he is doing. I hope that he will attend ESUG. Because he has all the widgets described with a kind of metadescription based on that he can

Re: [Pharo-dev] New address for the Spec jenkins

2014-08-11 Thread Tudor Girba
for visual editing (as opposed to Glamour which only offers scripting now). The widgets are quite cool. Do you know if the upper part of the window is meta-described as well? Cheers, Doru On Mon, Aug 11, 2014 at 1:30 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi Stef, - to implement

Re: [Pharo-dev] NBWin32 vs OSWindows

2014-08-11 Thread Tudor Girba
/aa365467(v=vs.85).aspx ) and call it. I've added you to the OS team if you want to help. Bye T. Gesendet: Samstag, 09. August 2014 um 14:33 Uhr Von: Tudor Girba tu...@tudorgirba.com An: Discusses Development of Pharo pharo-dev@lists.pharo.org Betreff: [Pharo-dev] NBWin32 vs OSWindows

Re: [Pharo-dev] New address for the Spec jenkins

2014-08-11 Thread Tudor Girba
Thanks. I would definitely want to look at this in more details. Doru On Mon, Aug 11, 2014 at 1:48 PM, stepharo steph...@free.fr wrote: Glad you find it. I found it. It's this one: http://www.youtube.com/watch?v=Izg_Dr2Cg7kfeature=youtu.be Quite cool. If understand correctly, the

Re: [Pharo-dev] DFlow needs you

2014-08-11 Thread Tudor Girba
When you press Stop, it uploads to the server. Doru On Mon, Aug 11, 2014 at 2:18 PM, stepharo steph...@free.fr wrote: Hi roberto once I run your tool how do I give you information? Stef On 29/7/14 10:01, Roberto Minelli wrote: Hi guys, As part of my research, I am conducting an

Re: [Pharo-dev] Our vision: Self-Adaptive IDEs

2014-08-12 Thread Tudor Girba
Hi Kilon, Excellent observation! The Glamorous Toolkit implements the idea of a Moldable IDE. The idea is simple: make it dead cheap for the developer to mold the IDE to his/her contextual needs. Until now, we have announced an inspector and a debugger that do just that. The inspector makes it

Re: [Pharo-dev] Our vision: Self-Adaptive IDEs

2014-08-12 Thread Tudor Girba
that also displays small info about the code to be completed. :). I would also like visual integration of git. Git alone is a huge collection of tools. and so on Sure. And? Doru On Tue, Aug 12, 2014 at 3:57 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi Kilon, Excellent

Re: [Pharo-dev] Our vision: Self-Adaptive IDEs

2014-08-12 Thread Tudor Girba
Excellent! :) Doru On Tue, Aug 12, 2014 at 10:25 PM, kilon alios kilon.al...@gmail.com wrote: Sure. And? And I love Pharo and so far , I am enjoying making tools for it :) -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] [Esug-list] Award.... new process :)

2014-08-15 Thread Tudor Girba
Hi, Here is our submission for the ESUG Innovation Awards: Title: GT Inspector Submitter: Andrei Chis, Tudor Girba, Alex Syrel Smalltalk Dialect: Pharo Affiliation: University of Bern, tudorgirba.com Country: Switzerland Website: http://gt.moosetechnology.org Trailer: http://vimeo.com/103463364

Re: [Pharo-dev] [Esug-list] Award.... new process :)

2014-08-15 Thread Tudor Girba
:) Doru On Fri, Aug 15, 2014 at 2:23 PM, Esteban A. Maringolo emaring...@gmail.com wrote: Cool. The video could compete in some trailer award too. :) Esteban A. Maringolo 2014-08-15 8:37 GMT-03:00 Tudor Girba tu...@tudorgirba.com: Hi, Here is our submission for the ESUG

Re: [Pharo-dev] [Esug-list] Award.... new process :)

2014-08-15 Thread Tudor Girba
On Fri, Aug 15, 2014 at 9:04 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 15 Aug 2014, at 13:37, Tudor Girba tu...@tudorgirba.com wrote: Here is our submission for the ESUG Innovation Awards: Title: GT Inspector Submitter: Andrei Chis, Tudor Girba, Alex Syrel Smalltalk Dialect

Re: [Pharo-dev] [Esug-list] Award.... new process :)

2014-08-15 Thread Tudor Girba
sensation. I really liked the phrase Objects deserve to live next to code cheers -ben Tudor Girba wrote: Hi, Here is our submission for the ESUG Innovation Awards: Title: GT Inspector Submitter: Andrei Chis, Tudor Girba, Alex Syrel Smalltalk Dialect: Pharo Affiliation: University of Bern

Re: [Pharo-dev] Quitting the community

2014-08-18 Thread Tudor Girba
Hi Ben, Thanks for letting us know. I am sorry you feel this way, but I believe your presentation of the situation is both unfair and unfortunate. You are obviously referring to issues that are of personal nature, and as outsiders we are left with only an ugly feeling without being able to

Re: [Pharo-dev] I want to remove zeroconf for 1.2, 1.3 and 1.4

2014-08-19 Thread Tudor Girba
+100 On Tue, Aug 19, 2014 at 11:37 AM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: +1 On 19 Aug 2014, at 11:16, Max Leske maxle...@gmail.com wrote: I don’t need them. On 19.08.2014, at 11:17, Esteban Lorenzano esteba...@gmail.com wrote: Hi, right now there zeroconf scripts for

Re: [Pharo-dev] Initial versions for OSWindow and Woden

2014-08-20 Thread Tudor Girba
And it works great :) Doru On Wed, Aug 20, 2014 at 11:58 AM, Ronie Salgado ronies...@gmail.com wrote: Any progress? I can help with testing... Not too much progress. Don't worry. I added a morphic based fallback to woden if OSWindow is not supported. Greetings, Ronie 2014-08-19

Re: [Pharo-dev] Roassal contest result

2014-08-21 Thread Tudor Girba
Hi, Thanks for organizing this. And thanks to the participants for the submissions. The winner projects are really cool! Cheers, Doru On Thu, Aug 21, 2014 at 9:58 AM, Alexandre Bergel alexandre.ber...@me.com wrote: Dear Friends and Colleagues, It is a great pleasure for me to announce the

Re: [Pharo-dev] Beacon and SystemLogger united

2014-08-21 Thread Tudor Girba
Hi, Thanks for this message. We are all humans here and feelings do play an important role. And, indeed, mail does not help much to alleviate the problem. But, the cool thing about this community is that even if our opinions diverge significantly, in the long run we find ways to bring them

Re: [Pharo-dev] athens wrapper for (Form-)Canvas

2014-08-26 Thread Tudor Girba
And a very exciting one, too :) Doru On Tue, Aug 26, 2014 at 5:43 PM, Igor Stasenko siguc...@gmail.com wrote: On 26 August 2014 00:24, Nicolai Hess nicolaih...@web.de wrote: I tried an alternative approach for rendering Morphs on athens without implementing drawOnAthensCanvas for every

Re: [Pharo-dev] Athens WorldMorph

2014-08-26 Thread Tudor Girba
Wow! Doru On Tue, Aug 26, 2014 at 10:28 PM, Nicolai Hess nicolaih...@web.de wrote: here is another one ( attached at the fogbugz issue 13790 ) https://pharo.fogbugz.com/default.asp?13790 It is a magnifier morph that renders all Morphs below the active hand on a athens wrap morph.

Re: [Pharo-dev] athens wrapper for (Form-)Canvas

2014-08-27 Thread Tudor Girba
That is cool. What I suggest is to get it out there and then we work with you to tell you the use cases and we evolve the API from there. Cheers, Doru On Wed, Aug 27, 2014 at 5:43 PM, Igor Stasenko siguc...@gmail.com wrote: On 27 August 2014 09:42, stepharo steph...@free.fr wrote: Igor

[Pharo-dev] background color text attribute?

2014-08-27 Thread Tudor Girba
Hi, Does any of you know if there is a way to add a background color to a piece of text? Cheers, Doru -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] Opal, custom compilers and class-side methods

2014-08-29 Thread Tudor Girba
+1 Objects are always better than classes :) Doru On Thu, Aug 28, 2014 at 2:58 PM, Marcus Denker marcus.den...@inria.fr wrote: On 28 Aug 2014, at 15:54, Yuriy Tymchuk yuriy.tymc...@me.com wrote: On 27 Aug 2014, at 17:53, Camille Teruel camille.ter...@gmail.com wrote: Hi all, With

Re: [Pharo-dev] about to integrate GTools, there is a command conflict who needs attention

2014-08-29 Thread Tudor Girba
Hi, The difference is that Cmd+o will open a new pane on the result. It's like Cmd+i only it does not spawn another window. Doru On Fri, Aug 29, 2014 at 12:34 PM, Nicolai Hess nicolaih...@web.de wrote: 2014-08-29 12:26 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: On 29 Aug 2014, at

Re: [Pharo-dev] about to integrate GTools, there is a command conflict who needs attention

2014-08-29 Thread Tudor Girba
Hi, Cmd+o cannot be mapped on Cmd+s because when you are in the code editor of the inspector, you want to both be able to accept the code and open the result of a selection. In the moose image we remove the global bindings altogether, so I would be certainly fine with rebinding them. That is

Re: [Pharo-dev] When all you have is Spec, everything looks like a nail?

2014-09-01 Thread Tudor Girba
+1 to both of you :) Doru On Mon, Sep 1, 2014 at 9:18 AM, stepharo steph...@free.fr wrote: Hi sean I've been mulling this over for a while, and since we've been having conversations about Spec's place in our future... :) Good. This is important that everybody express itself.

Re: [Pharo-dev] background color text attribute?

2014-09-01 Thread Tudor Girba
...@free.fr wrote: hi doru do you mean like when we select the code? Stef On 28/8/14 07:00, Tudor Girba wrote: Hi, Does any of you know if there is a way to add a background color to a piece of text? Cheers, Doru -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-dev] background color text attribute?

2014-09-01 Thread Tudor Girba
intégrées 1] So to have highlighting for your text I guess you'll have to dig in that direction ... This is directly implemented on the Morph and not on the Text so it may be a bit difficult to use. Regards. Clément 2014-09-01 9:41 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Sorry

Re: [Pharo-dev] When all you have is Spec, everything looks like a nail?

2014-09-01 Thread Tudor Girba
the SpecLayout bits and pieces would go a long way in helping people figure out what's going on. A project in itself. Now, can we both have a declarative UI and an easy to debug UI? As the declarative things has its own interpreter and engine? Phil On Mon, Sep 1, 2014 at 9:22 AM, Tudor Girba tu

Re: [Pharo-dev] When all you have is Spec, everything looks like a nail?

2014-09-01 Thread Tudor Girba
, specifically given that this fast prototyping is what makes Pharo stand apart. Doru On Mon, Sep 1, 2014 at 11:58 AM, p...@highoctane.be p...@highoctane.be wrote: Doru, Some smart snippets welcome :-) Can use that for a demo! Phil On Mon, Sep 1, 2014 at 11:45 AM, Tudor Girba tu

Re: [Pharo-dev] [Pharo-users] [Article] Reddit.st - In 10 Cool Pharo Classes

2014-09-01 Thread Tudor Girba
Nice! Doru On Mon, Sep 1, 2014 at 11:18 PM, Sven Van Caekenberghe s...@stfx.eu wrote: Hi, I published another introduction/tutorial article Reddit.st - In 10 Cool Pharo Classes Implementing a Reddit style web application in Pharo using Seaside, Glorp and PostgreSQL

Re: [Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Tudor Girba
You can find the Moose project mailing list coordinates here: http://www.moosetechnology.org/about/contact Doru On Tue, Sep 2, 2014 at 12:54 AM, Alain Rastoul alr@free.fr wrote: Le 01/09/2014 22:04, Nicolai Hess a écrit : R3IcoSphereShapeaddVertex: p found by loading an older build

Re: [Pharo-dev] Startup Error: SyntaxErrorNotification: Cannot store into

2014-09-01 Thread Tudor Girba
Moose is not supported yet for Pharo 4. We are still in the process of releasing it for Pharo 3 and we will move afterwards. If you want to play with it, it is more advisable to play in Pharo 3. Doru On Tue, Sep 2, 2014 at 6:49 AM, Tudor Girba tu...@tudorgirba.com wrote: You can find

Re: [Pharo-dev] Proportional Tab Stops

2014-09-03 Thread Tudor Girba
Hi, Glad to hear from you. Thanks for spotting the issue with tabbing. I think your suggestion of having tabs spacing being proportional with the font size makes sense. Could we interest you in submitting a slice for this? :) Cheers, Doru On Wed, Sep 3, 2014 at 9:43 AM, J.F. Rick

Re: [Pharo-dev] [Off Topic] PHARO - Already Dead - YouTube

2014-09-03 Thread Tudor Girba
Man, are you sure that you want to advertise publicly that you are listening to this music? :)) Doru On Wed, Sep 3, 2014 at 11:00 AM, stepharo steph...@free.fr wrote: Yes I saw it too :) On 3/9/14 09:40, Sven Van Caekenberghe wrote: We should sue this guy ;-)

Re: [Pharo-dev] OrderedCollection protocols are broken: a potential fix

2014-09-03 Thread Tudor Girba
:) On Wed, Sep 3, 2014 at 2:47 PM, Marcus Denker marcus.den...@inria.fr wrote: On 03 Sep 2014, at 14:43, Igor Stasenko siguc...@gmail.com wrote: In VW, the protocols are consistent and iterating over a collection never iterates over the elements one is adding while iterating over it.

Re: [Pharo-dev] Proportional Tab Stops

2014-09-03 Thread Tudor Girba
...@openinworld.com wrote: Tudor Girba wrote: Hi, Glad to hear from you. Thanks for spotting the issue with tabbing. I think your suggestion of having tabs spacing being proportional with the font size makes sense. Could we interest you in submitting a slice for this? :) Cheers, Doru

Re: [Pharo-dev] latex exporter in Pillar

2014-09-03 Thread Tudor Girba
Hi Alex, Could you describe the steps you took? Cheers, Doru On Wed, Sep 3, 2014 at 9:34 PM, kilon alios kilon.al...@gmail.com wrote: Have you used the template files ? I used for my own book, took the files from Update Pharo By Example and it worked like a charm including creation CI job

Re: [Pharo-dev] latex exporter in Pillar

2014-09-07 Thread Tudor Girba
Hi, I just tried to do the following: 1. I took the book skeleton https://github.com/pillar-markup/book-skeleton 2. I executed download.sh 3. I executed compile.sh This works out of the box. Could you point us more exactly to where the problem appears? Cheers, Doru On Fri, Sep 5, 2014 at

Re: [Pharo-dev] Thanks :)

2014-09-12 Thread Tudor Girba
+1 Doru On Fri, Sep 12, 2014 at 10:24 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 12 Sep 2014, at 21:51, stepharo steph...@free.fr wrote: Every time we improve the system with a little change, the system gets better. And in Pharo we do it daily. Thank you all for all your changes and

Re: [Pharo-dev] GToolkit

2014-09-14 Thread Tudor Girba
Hi Phil, Thanks for the kind words. I am really happy this experience makes it to the core of Pharo. Indeed, the goal is to offer a comprehensive set of arguments to get people to not leave the environment. I myself, do my best to not leave it. As soon as I notice that I have to leave the

Re: [Pharo-dev] AppeX

2014-09-14 Thread Tudor Girba
Hi, As you could see in the Pillar highlighting support, Rubric can now handle any syntax highlighting in a rather straightforward way. You can also easily embed this in a Glamour browser. You can see the example in the GT-InspectorExtensions-Pillar. You can load the code in a Moose image like

Re: [Pharo-dev] AppeX

2014-09-15 Thread Tudor Girba
Hi, On Mon, Sep 15, 2014 at 9:57 AM, Thierry Goubier thierry.goub...@gmail.com wrote: 2014-09-15 6:44 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, As you could see in the Pillar highlighting support, Rubric can now handle any syntax highlighting in a rather straightforward way. You

Re: [Pharo-dev] AppeX

2014-09-15 Thread Tudor Girba
Hi, On Mon, Sep 15, 2014 at 11:27 AM, Thierry Goubier thierry.goub...@gmail.com wrote: Hi, I'm accustomed to the smart suggestion stuff as I implemented it, makes it very easy to drill down in code... What I use a lot: Right mouse button on a global, select 'Browse' : inspect the class

Re: [Pharo-dev] Parsing Pharo syntax to C/C++

2014-09-15 Thread Tudor Girba
Please pay careful attention: this is one of those Pharo libraries that might not meet industry standard. But, it is so small and elegant that even an amateur can have a say with it :). The interesting thing about the red pill is that the reality that comes after taking the pill is less clean

Re: [Pharo-dev] GToolkit

2014-09-15 Thread Tudor Girba
Hi Estaban, On Mon, Sep 15, 2014 at 3:30 AM, Esteban A. Maringolo emaring...@gmail.com wrote: 2014-09-14 15:53 GMT-03:00 Tudor Girba tu...@tudorgirba.com: Hi Phil, It would be cool to know the reasons why people have to use other tools. Perhaps we can do something about

Re: [Pharo-dev] How often should a uninitializedvariable warning be shown?

2014-09-15 Thread Tudor Girba
You mean like this: http://www.humane-assessment.com/blog/rethinking-compilation-notifications-in-pharo/ ? Doru On Mon, Sep 15, 2014 at 9:48 PM, stepharo steph...@free.fr wrote: On 15/9/14 17:17, Esteban A. Maringolo wrote: Not strictly related, but I'd love to have notifications about

Re: [Pharo-dev] [Moose-dev] [ANN] Test Coverage with Hapao

2014-09-16 Thread Tudor Girba
Great! I will go over it more thoroughly in the following weeks and get back to you with feedback. Cheers, Doru On Tue, Sep 16, 2014 at 6:03 PM, Alexandre Bergel alexandre.ber...@me.com wrote: Dear all, We are happy to release Hapao2 for Pharo. Ricard Jacas and Alejandro Infante put

Re: [Pharo-dev] Pharo Launcher Impressions

2014-09-17 Thread Tudor Girba
Indeed. Please collect them, Damien. It would be a great help. Doru On Wed, Sep 17, 2014 at 9:46 AM, stepharo steph...@free.fr wrote: On 16/9/14 15:17, Damien Cassou wrote: On Tue, Sep 16, 2014 at 3:05 PM, Sean P. DeNigris s...@clipperadams.com wrote: How? send a mail to Esteban maybe

Re: [Pharo-dev] How production ready is Pharo on SQLServer?

2014-09-19 Thread Tudor Girba
Here is how to load and install DBXTalk in Pharo 3.0: Gofer new smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver'; package: 'ConfigurationOfOpenDBXDriver'; load. #ConfigurationOfOpenDBXDriver asClass loadBleedingEdge. #NBPharoOpenDBX asClass installAsCurrent. Cheers,

Re: [Pharo-dev] Visualising Network Latency

2014-09-20 Thread Tudor Girba
Nice showcase for agile visualization :) Doru On Fri, Sep 19, 2014 at 3:23 PM, Leonel Merino mer...@iam.unibe.ch wrote: Hi All, I have been working on a visualisation of latency on a network. I found an interesting dataset with latency information of 140 cities around the world. In the

Re: [Pharo-dev] GToolkit in Pharo 4?

2014-09-22 Thread Tudor Girba
Thanks Andrei! For the rest of the tools, we kindly ask you to be patient until we release Moose 5 and switch development to Pharo 4. Cheers, Doru On Mon, Sep 22, 2014 at 5:43 PM, Andrei Chis chisvasileand...@gmail.com wrote: Not all GT-Tools work in Pharo 4 (e.g. the debugger does not work).

Re: [Pharo-dev] Data Analysis in Pharo

2014-09-28 Thread Tudor Girba
Indeed, this is nice! It is for this reason that Moose is a data analysis platform, and what we see now is just only tip of the iceberg, Once these tools get embedded deep in the environment the potential simply explodes. Cheers, Doru On Sun, Sep 28, 2014 at 8:27 PM, Alexandre Bergel

Re: [Pharo-dev] GTools (GTPlayground and GTInspector) integrated

2014-09-30 Thread Tudor Girba
Lovely :) Doru On Tue, Sep 30, 2014 at 3:00 PM, Andrei Chis chisvasileand...@gmail.com wrote: Cool. Now I found the first bug :) Seems that there is a problem with declaring variables in a playground. Fixing it now On Tue, Sep 30, 2014 at 2:53 PM, Max Leske maxle...@gmail.com wrote: Oh

Re: [Pharo-dev] GTools (GTPlayground and GTInspector) integrated

2014-09-30 Thread Tudor Girba
Hi Andrei, We are a couple of weeks away from releasing Moose. Doru On Tue, Sep 30, 2014 at 3:14 PM, Andrei Chis chisvasileand...@gmail.com wrote: Could I also just provide you with a slice? Right now Moose is still on Pharo 3 and baselines (not versions) are used to load more or less

Re: [Pharo-dev] GTools (GTPlayground and GTInspector) integrated

2014-09-30 Thread Tudor Girba
there. On Tue, Sep 30, 2014 at 3:34 PM, Tudor Girba tu...@tudorgirba.com wrote: Sure. You just specify a repository. Doru On Tue, Sep 30, 2014 at 3:33 PM, Andrei Chis chisvasileand...@gmail.com wrote: I also like configurations much more but now I need to find a way to keep Moose running on both

Re: [Pharo-dev] GTools (GTPlayground and GTInspector) integrated

2014-09-30 Thread Tudor Girba
Sure. You just specify a repository. Doru On Tue, Sep 30, 2014 at 3:33 PM, Andrei Chis chisvasileand...@gmail.com wrote: I also like configurations much more but now I need to find a way to keep Moose running on both Pharo 3 and 4 :) Can I say in a version that I want a particular package

Re: [Pharo-dev] GTTools bug - why I cannot select the text by simply clicking at the end of it....

2014-09-30 Thread Tudor Girba
Hi, I explained before but it went unnoticed. The selection happens on double click like in any other editor. The regular PluggableTextMorph also tries to do it on a kind of a double click, only it is implemented as click-pause-click. So, if you click once, wait 5 minutes, and click again, it

Re: [Pharo-dev] GTInspector + Fuel

2014-09-30 Thread Tudor Girba
:) Doru On Tue, Sep 30, 2014 at 10:11 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, sorry if this is a known thing, but I’ve just notices this and it made my day. So in GTInspector you can browse filesystem, but when you select a fuel file, you can press a plus” button in top right

Re: [Pharo-dev] GTTools bug - why I cannot select the text by simply clicking at the end of it....

2014-09-30 Thread Tudor Girba
. No stress nor necessary adjustment of double-click delay. What could be the intention of a user clicking repeatedly on the same area? Did you think of it? If copying what everyone else does is the sole value, then let's not do Pharo. 2014-09-30 21:34 GMT+02:00 Tudor Girba tu...@tudorgirba.com

Re: [Pharo-dev] GTTools bug - why I cannot select the text by simply clicking at the end of it....

2014-09-30 Thread Tudor Girba
, the best thing it brings is exposing that some events are handled incorrectly. At least I hope it will give us a chance to correct them :) :) Doru 2014-09-30 22:59 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, I can see how people get use with this behavior, but I am quite certain

Re: [Pharo-dev] GTools (GTPlayground and GTInspector) integrated

2014-09-30 Thread Tudor Girba
Hi, On Tue, Sep 30, 2014 at 11:50 PM, Nicolai Hess nicolaih...@web.de wrote: Looking at all those red exclamation marks, it looks like there is still much to do. Not documenting dozens of Announcement subclasses, ok, but RubTextComposer has many many instvars. RubParagraph has nearly 100

Re: [Pharo-dev] GTools (GTPlayground and GTInspector) integrated

2014-09-30 Thread Tudor Girba
On Tue, Sep 30, 2014 at 11:54 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Sep 2014, at 23:50, Nicolai Hess nicolaih...@web.de wrote: Indeed, the same is true for some GT classes (I was looking at Glamour-Morphic-Pager-Morphic): no (a few) class comments, let alone method comments.

Re: [Pharo-dev] GTTool bug:

2014-09-30 Thread Tudor Girba
Hi, I think that acceptAction: should not be the responsibility of the playground and that we should implement this behavior with a different widget. Cheers, Doru On Tue, Sep 30, 2014 at 10:20 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Hi, I think that there may be sense to create a

Re: [Pharo-dev] GTInspector + Fuel

2014-09-30 Thread Tudor Girba
: That's very nice!!! And that ... together with the ability to define #addPostMaterializationAction: is a super awesome combination :) On Tue, Sep 30, 2014 at 5:17 PM, Max Leske maxle...@gmail.com wrote: On 30.09.2014, at 22:12, Tudor Girba tu...@tudorgirba.com wrote: :) Doru On Tue, Sep

Re: [Pharo-dev] GTTools bug - why I cannot select the text by simply clicking at the end of it....

2014-10-01 Thread Tudor Girba
. At least I hope it will give us a chance to correct them :) :) Doru 2014-09-30 22:59 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi, I can see how people get use with this behavior, but I am quite certain that the solution from PluggableTextMorph was a workaround solution due

Re: [Pharo-dev] GTTool bug:

2014-10-01 Thread Tudor Girba
Exactly. I created an entry for this: https://pharo.fogbugz.com/f/cases/14133/UIManager-should-not-overuse-the-workspace-for-editing Cheers, Doru On Wed, Oct 1, 2014 at 9:20 AM, Marcus Denker marcus.den...@inria.fr wrote: On 30 Sep 2014, at 20:41, stepharo steph...@free.fr wrote: edit:

Re: [Pharo-dev] GTTools bug - why I cannot select the text by simply clicking at the end of it....

2014-10-01 Thread Tudor Girba
click it selects the word your cursor is on, after 3rd one it selects line that your cursor is on. I don’t know, maybe other people don’t need this, but I’m used to work with test like that, so maybe others are too. Uko On 01 Oct 2014, at 09:45, Tudor Girba tu...@tudorgirba.com wrote: Hi

Re: [Pharo-dev] GTTool bug:

2014-10-01 Thread Tudor Girba
. On Wed, Oct 1, 2014 at 10:26 AM, Tudor Girba tu...@tudorgirba.com wrote: How did you fix it? Doru On Wed, Oct 1, 2014 at 10:22 AM, Andrei Chis chisvasileand...@gmail.com wrote: I fixed for now the part with acceptsContents: This should work when the issue is integrated UIManager default

Re: [Pharo-dev] Confused about the GTInspector State Tab

2014-10-01 Thread Tudor Girba
Hi, Indeed, the goal of State is to show the raw state of every object. In case we miss something, we should add that. Sven, if you see that this is not happening, let's start on a case to case basis. Btw, if you want to know what gets shown in State, you can simply inspect the result of

Re: [Pharo-dev] Confused about the GTInspector State Tab

2014-10-01 Thread Tudor Girba
To distinguish between the different types of variables, we could add another column with a tag, like we have in the GTDebugger (e.g., Slot / Derived). What do you think? Cheers, Doru On Wed, Oct 1, 2014 at 4:28 PM, Andrei Chis chisvasileand...@gmail.com wrote: On Wed, Oct 1, 2014 at 3:08

Re: [Pharo-dev] GTPlayground Play Button Semantics

2014-10-01 Thread Tudor Girba
Cmd+g sounds like fun :). The other thing could be to have cmd+i as a replacement for cmd+o when you are in the inspector. When outside, Cmd+i would spawn an inspector window if the surrounding browser does not support in-place inspection (like the playground). To force inspect in a new window

Re: [Pharo-dev] GTPlayground Play Button Semantics

2014-10-01 Thread Tudor Girba
Hi Sven, Thanks a lot for these questions. Please keep them coming. These first impressions are really important because we have the opportunity to evolve. @Everyone: if you see me or Andrei providing arguments is not to say that we want to be right, but simply to show what we took into

Re: [Pharo-dev] GTPlayground Play Button Semantics

2014-10-01 Thread Tudor Girba
What is explorer? Doru On Wed, Oct 1, 2014 at 10:12 PM, stepharo steph...@free.fr wrote: Alex play looks like flash or music not like executing. We all complain that smalltalk is weak and that people can make silly statements like Java is compiled and Smalltalk intepreted (I read

Re: [Pharo-dev] GTPlayground Play Button Semantics

2014-10-01 Thread Tudor Girba
The play symbol is also used for run. That is why we used that icon. But, we can change it. Ideas? Btw, all the icons used in GT and Moose are drawn by me and licensed under CC Attribution: https://github.com/girba/mooseart Cheers, Doru On Wed, Oct 1, 2014 at 10:12 PM, stepharo

Re: [Pharo-dev] GTPlayground Play Button Semantics

2014-10-01 Thread Tudor Girba
). On 01 Oct 2014, at 22:33, Tudor Girba tu...@tudorgirba.com wrote: What is explorer? Doru On Wed, Oct 1, 2014 at 10:12 PM, stepharo steph...@free.fr wrote: Alex play looks like flash or music not like executing. We all complain that smalltalk is weak and that people can make silly

Re: [Pharo-dev] GT Playground/Inspect window menu

2014-10-02 Thread Tudor Girba
Hi, The menu is consciously not there. The reason for that goes as follows: by default in Morphic every window gets the generic menu that nobody really uses, but some windows also put in there dedicated menu entries like the show previous contents from the old Workspace. The problem is that you

Re: [Pharo-dev] Playground

2014-10-02 Thread Tudor Girba
Hi Kilon, Thanks for the feedback. I am interested in what makes it so confusing for you. It seems to me that there are quite a number of confusions, so, let's take it step by step. Perhaps we can discover ways to improve or to explain the interface. I will address your points and in the

Re: [Pharo-dev] Playground

2014-10-02 Thread Tudor Girba
Hi Kilon, I think I see where the confusion starts from. So, let's start from the basics: - the inspector is for inspecting objects, not just classes. - every pane shows exactly one object (the one you see in the title of the pane). - every pane shows multiple presentations of that object as

<    1   2   3   4   5   6   7   8   9   10   >