Re: [Pharo-users] Nautilus questions

2015-08-19 Thread stepharo
I would expect the left/right history buttons being right next to the History Navigator selector. That way history-related controls are together and the purpose of the buttons is obvious Personally I would remove alltogether the navigation because it does not really work. but some people use

Re: [Pharo-users] Nautilus questions

2015-08-19 Thread Thierry Goubier
2015-08-19 0:45 GMT+02:00 Stephan Eggermont : > On 18/08/15 21:59, Peter Uhnák wrote: > >> >> ... > And finally, code-wise I've never really interacted with Morphic and >> stayed in Spec, so when I was digging through code it seems that the way >> Morphs are composed are through these "addMorph:f

Re: [Pharo-users] Notepad type window to keep text notes?

2015-08-19 Thread Dimitris Chloupis
you can also use Playground and type your text inside a comment. Alternatively you can use the help tools as documentation if that is your goal or play with the GLMRubricExample subclasses. Pillar is also great if you want well formated documentation and it exports in both html and pdf format (you

Re: [Pharo-users] Notepad type window to keep text notes?

2015-08-19 Thread Johan Fabry
+1 on this, it’s the easiest solution :-) > On Aug 19, 2015, at 03:20, Peter Uhnák wrote: > > TextModel new openWithSpec > > but you would need to facilitate saving yourself... > > On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel > wrote: > Hello > > There is the P

[Pharo-users] Making a Rubric text morph movable

2015-08-19 Thread Stephan Eggermont
We have a Morph containing a RubTextFieldMorph that we want to be able to drag around. At the same time, we want selection extension with the mouse to work. That feels ok when the dragging can only be initiated when the text field has no keyboard focus. The way we've made that work feels somewhat

[Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Thierry Goubier
Hi All, I have released SmaCC 2.0.5, aligned on the main SmaCC[1] with a small fix on the Java parser, a few additional parsers (Cucumber), the addition of the Javascript parser, and continuous improvements on the performance and source code coverage of SmaCC generated parsers (with many thanks to

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-19 Thread webwarrior
I have interest in customized auto-completion. It would be also cool if it was possible to assign customized auto-completion to some instvars/arguments (for example based on knowlege about what their type is expected to be). -- View this message in context: http://forum.world.st/Customised-aut

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-19 Thread Attila Magyar
It would be really nice to have real message completion in the debugger/inspector/workspace where the types of the variables are known. For example, when I'm debugging a method and an instance variable is already initialized to a String, then the auto completion could show me only the messages asso

Re: [Pharo-users] Customised auto-completion to give priority to specific packages

2015-08-19 Thread Attila Magyar
Attila Magyar wrote > It would be really nice to have real message completion in the > debugger/inspector/workspace where the types of the variables are known. > For example, when I'm debugging a method and an instance variable is > already initialized to a String, then the auto completion could sh

Re: [Pharo-users] Is RBClassNotReferencedRule ~200x slower in Pharo 4 vs Pharo 3 ?

2015-08-19 Thread Yuriy Tymchuk
I need to double check it, for now I cannot access the issue tracker (probably local internet issues). As far as I remember, the problem was that SmallLint rules where checking contexts and not classes and methods. I.e. you had to create a context, set it’s “selected" class or method, pass it i

Re: [Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Bernardo Ezequiel Contreras
Hi Thierry, In the following thread http://forum.world.st/Brainstorming-question-what-non-trivial-uses-can-you-think-of-for-an-object-based-parser-strings-not-tp4827974p4827983.html you said So what are the benefits of OMeta? Note that SmaCC would very easily do > parsing over any kind of object

Re: [Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Dimitris Chloupis
keep up the great work, I love using your parser :) On Wed, Aug 19, 2015 at 5:31 PM Thierry Goubier wrote: > Hi All, > > I have released SmaCC 2.0.5, aligned on the main SmaCC[1] with a small fix > on the Java parser, a few additional parsers (Cucumber), the addition of > the Javascript parser,

Re: [Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Tudor Girba
Great job! Doru On Wed, Aug 19, 2015 at 4:30 PM, Thierry Goubier wrote: > Hi All, > > I have released SmaCC 2.0.5, aligned on the main SmaCC[1] with a small fix > on the Java parser, a few additional parsers (Cucumber), the addition of > the Javascript parser, and continuous improvements on the

Re: [Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Thierry Goubier
Hi Bernardo, Le 20/08/2015 00:24, Bernardo Ezequiel Contreras a écrit : Hi Thierry, In the following thread http://forum.world.st/Brainstorming-question-what-non-trivial-uses-can-you-think-of-for-an-object-based-parser-strings-not-tp4827974p4827983.html you said So what are the benefits of