On 28 Dec 2013, at 14:25, Tobias Pape wrote:
>
> On 28.12.2013, at 10:07, Stéphane Ducasse wrote:
>
>> I guess that
>>
>> #: should be #’:’
>
> That is one way.
> In this particular case,
> self property asMutator
> was the better version, tho.
>
> Best
> -Tobias
> PS: Just curiou
Hi,
The code formatter did not change.
*BUT*
In Pharo2 there are *three* formatters:
-> The one of the old AST (no visitor, just implemented on all nodes)
-> the original RB pretty printer
-> the configurable RB Pretty Printer.
In Pharo3, there is only one Pretty Print
My take on the issue:
-> it is easy to take Smalltalk and make it “less Smalltalk” and then compile
that to JVM (no become, no thisContext, with all consequences).
-> What the Smalltalk community should be doing (should have been doing): Make
Smalltalk "more Smalltalk”.
Marcus
On 2
Cool :P
Did you had a look at: https://ci.inria.fr/pharo-contribution/job/New-Pharo-IDE/
There is also a Spotlight thingy there :)
Ben
On 30 Dec 2013, at 15:23, Sean DeNigris wrote:
> I needed an entry completion with groups, like Mac's Spotlight. While I was
> at it, I figured it would also
looks cool… but it does not works in 3.0 :(
in any case, I vote to include the UI part (at least) in the new-pharo-ide :)
Esteban
On 30 Dec 2013, at 15:26, Benjamin wrote:
> Cool :P
>
> Did you had a look at:
> https://ci.inria.fr/pharo-contribution/job/New-Pharo-IDE/
> There is also a Spotl
I think your GUI takes too much space on screen , there is too much open
space and that for me is not good. Also I would love to see it work in
Pharo 3, I have no reason to work on Pharo 2 and loads of reasons to work
on Pharo 3 :) I would also like to have a sticky window on demand so it
does not
Sounds really cool and yes the new ide guys wanted a widgets and behavior like
that.
How about to add Packages?
> I needed an entry completion with groups, like Mac's Spotlight. While I was
> at it, I figured it would also be useful as a UI for the existing Spotlight.
> So I made a SpotlightMor