rubric and text styler

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

rubric and text styler

Nicolai Hess
What is the plan for Rubric and its text styler?

There was some work to enhance and use RB-based styler (SHRBTextStyler).
This seems useless because more and more textcomponents are replaced
with rubrics, and rubric uses its own styler.

do we stay with rubrics styler ?

Reply | Threaded
Open this post in threaded view
|

Re: rubric and text styler

Marcus Denker-4
Hi,

it is a subclass to change one method… we should make it (as a first hack) a subclass
of the RB based SHRBTextStyler. Maybe this just works? I will try.

Going already now for RB I think is good as the Styler for TxText is based on RB, too.
(it is a bit different but if we get SHRBTextStyler to work, we will have the knowledge
to make the TxText one working, too)

> On 31 Jul 2015, at 09:59, Nicolai Hess <[hidden email]> wrote:
>
> What is the plan for Rubric and its text styler?
>
> There was some work to enhance and use RB-based styler (SHRBTextStyler).
> This seems useless because more and more textcomponents are replaced
> with rubrics, and rubric uses its own styler.
>
> do we stay with rubrics styler ?
>


Reply | Threaded
Open this post in threaded view
|

Re: rubric and text styler

Marcus Denker-4
Hi,

It seems to work. What one looses is the ability to click command-click on e.g. a Class name
to go to the class.  This is implemented by the method in the Rubric styler which is not used
by the RB based one.

But I think this is ok for now, we later, when Rubric is used everywhere, can clean this up.

Step one: change superclass of Rubric styler.


        Marcus

> On 31 Jul 2015, at 10:02, Marcus Denker <[hidden email]> wrote:
>
> Hi,
>
> it is a subclass to change one method… we should make it (as a first hack) a subclass
> of the RB based SHRBTextStyler. Maybe this just works? I will try.
>
> Going already now for RB I think is good as the Styler for TxText is based on RB, too.
> (it is a bit different but if we get SHRBTextStyler to work, we will have the knowledge
> to make the TxText one working, too)
>
>> On 31 Jul 2015, at 09:59, Nicolai Hess <[hidden email]> wrote:
>>
>> What is the plan for Rubric and its text styler?
>>
>> There was some work to enhance and use RB-based styler (SHRBTextStyler).
>> This seems useless because more and more textcomponents are replaced
>> with rubrics, and rubric uses its own styler.
>>
>> do we stay with rubrics styler ?
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: rubric and text styler

Nicolai Hess
In reply to this post by Marcus Denker-4


2015-07-31 10:02 GMT+02:00 Marcus Denker <[hidden email]>:
Hi,

it is a subclass to change one method… we should make it (as a first hack) a subclass
of the RB based SHRBTextStyler. Maybe this just works? I will try.

Going already now for RB I think is good as the Styler for TxText is based on RB, too.
(it is a bit different but if we get SHRBTextStyler to work, we will have the knowledge
to make the TxText one working, too)

OK, that sounds like a good plan.

nicolai

 

> On 31 Jul 2015, at 09:59, Nicolai Hess <[hidden email]> wrote:
>
> What is the plan for Rubric and its text styler?
>
> There was some work to enhance and use RB-based styler (SHRBTextStyler).
> This seems useless because more and more textcomponents are replaced
> with rubrics, and rubric uses its own styler.
>
> do we stay with rubrics styler ?
>