Monticello Load Scripts are not styled

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

Monticello Load Scripts are not styled

Christoph Thiede

Hi,


if you edit a load script in Monticello, a StringHolder will open. Unfortunately, StringHolders don't support styling.

A similar problem exists for the do-it list of the docking bar.


What would be the best approach to fix this? Introduce a subclass of StringHolder for this purpose? Add an instvar to StringHolder (which would be weird, because no subclass would use it)?


Best,

Christoph



Carpe Squeak!
Reply | Threaded
Open this post in threaded view
|

Re: Monticello Load Scripts are not styled

Jakob Reschke
A subclass such as CodeHolder maybe? :-)

Thiede, Christoph <[hidden email]> schrieb am Fr., 10. Jan. 2020, 20:26:

Hi,


if you edit a load script in Monticello, a StringHolder will open. Unfortunately, StringHolders don't support styling.

A similar problem exists for the do-it list of the docking bar.


What would be the best approach to fix this? Introduce a subclass of StringHolder for this purpose? Add an instvar to StringHolder (which would be weird, because no subclass would use it)?


Best,

Christoph




Reply | Threaded
Open this post in threaded view
|

Re: Monticello Load Scripts are not styled

Christoph Thiede

CodeHolder has an instance variable for a compiled method, that feels suboptimal :(


Best,

Christoph


Von: Squeak-dev <[hidden email]> im Auftrag von Jakob Reschke <[hidden email]>
Gesendet: Freitag, 10. Januar 2020 20:53:13
An: The general-purpose Squeak developers list
Betreff: Re: [squeak-dev] Monticello Load Scripts are not styled
 
A subclass such as CodeHolder maybe? :-)

Thiede, Christoph <[hidden email]> schrieb am Fr., 10. Jan. 2020, 20:26:

Hi,


if you edit a load script in Monticello, a StringHolder will open. Unfortunately, StringHolders don't support styling.

A similar problem exists for the do-it list of the docking bar.


What would be the best approach to fix this? Introduce a subclass of StringHolder for this purpose? Add an instvar to StringHolder (which would be weird, because no subclass would use it)?


Best,

Christoph




Carpe Squeak!