I am glad I am not the only one with a deep dislike for Pragmas ;-)
Am 24.03.16 um 09:54 schrieb Dimitris Chloupis:
you are not the only one, I have been coding 2 years now with Pharo ,
pragmas still look as the most non smalltalky things as the first time
I discovered them.
On Wed, Mar 23,
you are not the only one, I have been coding 2 years now with Pharo ,
pragmas still look as the most non smalltalky things as the first time I
discovered them.
On Wed, Mar 23, 2016 at 10:58 PM Ala'a Mohammad wrote:
> Thanks for the great explanation!
>
> I had reached an almost the target menu b
Thanks for the great explanation!
I had reached an almost the target menu by modify all of
SmalltalkEditor, TClassDescription and AbstractNautilusUI classes
methods.
To be honest I'm newbie and this pragma thing seems foreign between
the other pleasant experiences with smalltaking, and kind of hi
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