2016-03-22 22:27 GMT+01:00 Ala'a Mohammad :
> Hi,
>
> I'm trying to modify the context menu of the code editor through
> modification to SmalltalkEditor class >> smalltalkEditorMenuOn:
>
Hi Ala'a
>
> testing the modification with
> (PragmaMenuBuilder pragmaKeyword: 'smalltalkEditorMenu' model:
Hi,
I'm trying to modify the context menu of the code editor through
modification to SmalltalkEditor class >> smalltalkEditorMenuOn:
testing the modification with
(PragmaMenuBuilder pragmaKeyword: 'smalltalkEditorMenu' model: nil)
menu popUpInWorld
succeeds, and shows the final shape of the menu
On 3/21/16 9:48 AM, Sean P. DeNigris wrote:
Dale Henrichs-3 wrote
First, congratulations!
Thanks!!
Dale Henrichs-3 wrote
A baseline is associated with a "git version", so there is no need to
"pin the version down in a specific version"
Yes, but I'm not talking about a version of my main p
On Fri, Mar 18, 2016 at 10:30 PM, Thibault ARLOING
wrote:
> Hi,
>
>
> With a mate, we've worked on a logo for Pillar.
>
> We just want feedbacks on it.
I like the style. But as a logo I think it is too thin.
When I think of pillar I think of
http://tinyurl.com/pillar-images
And for a logo, some
FYI I was also thinking of creating a homebrew tap for pharo (VM etc).
Still at the draft stage, unfortunately.
On 22 March 2016 at 13:00, Damien Cassou wrote:
> Filip Krikava writes:
>
> > I find Pharo launcher incredibly useful and I was surprised not to find
> it
> > in homebrew cask [1]. Ph
Filip Krikava writes:
> I find Pharo launcher incredibly useful and I was surprised not to find it
> in homebrew cask [1]. Pharo itself is there. I have therefore created a PR:
> https://github.com/caskroom/homebrew-cask/pull/19956
I don't know homebrew-cask but I imagine that it is better to re
yes exactly, something that takes advantage of the existing pharo AST so I
dont have to reinvent IDE tools etc. Because in that case I may as well do
this without Pharo because then it defeats the purpose of taking advantage
of all this cool Pharo functionality and would be a ton extra effort.
The
Hi Mariano,
i tried it with fuelReplacement but I get the exception:
FLObjectNotFound: Serialization error. Unexpected reference to Quartalsplan:
1-1 in the graph. This usually happens when the graph changes during
serialization
Joh.
Am 21.03.2016 um 20:10 schrieb Mariano Martinez Peck
mailto:
I think in addition of the parser/compilation chain, a language is about
having a good IDE.
The Pharo IDE depends more and more on the AST and not on the source code,
so if your new language uses an AST polymorphic with the Smalltalk AST I
guess you can have IDE tools for free (at least partly).
If lisp is ideal for creating new languages so is Smalltalk so I was
wondering what kind of libraries there are out there for helping with the
creation of new languages in Pharo. I know about SmaCC and PettitParser ,
what else is out there ?
10 matches
Mail list logo