Le 14/05/2014 20:31, Hilaire Fernandes a écrit :
Could be yes. Needed action is editing&recompiling code and creating new
method in a given class as shown in the screenshot from DrGeo 13.10:
even this one is a temporary solution because still too much is exposed
to the user as the class/instanc
Thierry,
I was not aware it could be that short. Yes it will be nice.
All in all:
- one GUI tool to edit an existing script (so no visibility on the other
methods of the class)
- one GUI tool to create a method (with visibility to the other method
of the class, as possible examples)
Hilaire
Le
Le 15/05/2014 09:29, Hilaire Fernandes a écrit :
Thierry,
I was not aware it could be that short. Yes it will be nice.
All in all:
- one GUI tool to edit an existing script (so no visibility on the other
methods of the class)
Hilaire,
Would you need the script to hide the fact it is a metho
With Spec, it is really easy to make some simple widgets:
"you have a class and a method?"
class:=Morph.
method:=class>>#openInWorld.
"want some textmorp?"
code := TextModel new.
code text:method sourceCode.
"with styling?"
code aboutToStyle:true.
"in context of the class"
code behavior:class.
"do
As you may or may not be aware of I have started a series of Video
Tutorials that I upload to YouTube. I also add these tutorials to my "Pharo
Video Tutorial" playlist. Since the last time I posted I have added 9 new
tutorials. The playlist is now 2 hours and 22 minutes long and of course
there is
Excellent!
Doru
On Thu, May 15, 2014 at 6:36 PM, kilon alios wrote:
> As you may or may not be aware of I have started a series of Video
> Tutorials that I upload to YouTube. I also add these tutorials to my "Pharo
> Video Tutorial" playlist. Since the last time I posted I have added 9 new
> t
supercool kilon, thank you very much!
Esteban
On 15 May 2014, at 18:36, kilon alios wrote:
> As you may or may not be aware of I have started a series of Video Tutorials
> that I upload to YouTube. I also add these tutorials to my "Pharo Video
> Tutorial" playlist. Since the last time I poste
Good evening,
Le 15/05/2014 10:40, Goubier Thierry a écrit :
> Would you need the script to hide the fact it is a method or not? I.e.
> make it DSL-Like and hide the method header and its parameters?
For now, it should have the method name to let the user define keyword
script message. But this