Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-30 Thread kilon alios
Ok thanks that means I will wait for TxText too, I am in no big hurry. Well unless TxText takes more than a year to be added to Pharo. On Fri, Jan 30, 2015 at 12:37 PM, Tudor Girba wrote: > Rubric is basically a clone of TextMorph that was significantly refactored > by Alain. > > Just keep in mi

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-30 Thread Tudor Girba
Rubric is basically a clone of TextMorph that was significantly refactored by Alain. Just keep in mind that Rubric is just a bridge solution. The goal is to adopt TxText as soon as possible. Cheers, Doru On Fri, Jan 30, 2015 at 11:23 AM, kilon alios wrote: > Can Rubric be used for displaying

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-30 Thread kilon alios
Can Rubric be used for displaying paragraphs etc ? I want to improve the documentation situation for pharo by improving the help tool. Nothing major just something that will improve the general look. Shortucts also play a huge role in this, I really like Emacs documentation system that allow you t

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-30 Thread Tudor Girba
Rubric is already in the image and has most of these keybindings properly defined. Doru On Fri, Jan 30, 2015 at 11:09 AM, stepharo wrote: > Yes we should continue to remove the old key-bindings hard-coded. > > Stef > > Le 30/1/15 00:48, Nicolai Hess a écrit : > > > 2015-01-29 23:06 GMT+01:00 L

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-30 Thread stepharo
Yes we should continue to remove the old key-bindings hard-coded. Stef Le 30/1/15 00:48, Nicolai Hess a écrit : 2015-01-29 23:06 GMT+01:00 Laura Risani >: Hi all, I like to implement a keyboard shortcut for, while editing any text, move the text po

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-29 Thread Laura Risani
Hi Nicolai, Thank for your answer, it was excellent! It is nice to know that the editing functions are MVC way separated. :) On Thu, Jan 29, 2015 at 8:48 PM, Nicolai Hess wrote: > > 2015-01-29 23:06 GMT+01:00 Laura Risani : > >> Hi all, >> >> I like to implement a keyboard shortcut for, while

Re: [Pharo-users] Implementing text navigation shortcuts

2015-01-29 Thread Nicolai Hess
2015-01-29 23:06 GMT+01:00 Laura Risani : > Hi all, > > I like to implement a keyboard shortcut for, while editing any text, move > the text pointer to the next position after $: . > > Seems that the base of all text editing is the class > #TextMorphForEditView. I see there there is an instance va

[Pharo-users] Implementing text navigation shortcuts

2015-01-29 Thread Laura Risani
Hi all, I like to implement a keyboard shortcut for, while editing any text, move the text pointer to the next position after $: . Seems that the base of all text editing is the class #TextMorphForEditView. I see there there is an instance variable for the text. My problem is i can not find a met