Editor / SimpleEditor?

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

Editor / SimpleEditor?

Hannes Hirzel
The class comment of Editor [1] refers to 'SimpleEditor', a class
which is not in the most recent Squeak 6.0a.

Should it be just replaced by 'Editor'?

--Hannes

[1] New text editors.
TextEditor provides most of the functionality that used to be in
TextMorphEditor.
SmalltalkEditor is has Smalltalk code specific features.
SimpleEditor provides basic functionality for single line text
editing. It does not handle fonts and styles, aligning and Smalltalk
utilities. It handles one single line.
CellStyleEditor allows entering alphabetic characters using only
number keys, like many cell phones do.

Reply | Threaded
Open this post in threaded view
|

Re: Editor / SimpleEditor?

marcel.taeumel
We should remove the two phrases with "SimpleEditor" and "CellStyleEditor". They do not apply to Squeak. Just Cuis, I suppose.

Best,
Marcel

Am 28.09.2017 11:21:04 schrieb H. Hirzel <[hidden email]>:

The class comment of Editor [1] refers to 'SimpleEditor', a class
which is not in the most recent Squeak 6.0a.

Should it be just replaced by 'Editor'?

--Hannes

[1] New text editors.
TextEditor provides most of the functionality that used to be in
TextMorphEditor.
SmalltalkEditor is has Smalltalk code specific features.
SimpleEditor provides basic functionality for single line text
editing. It does not handle fonts and styles, aligning and Smalltalk
utilities. It handles one single line.
CellStyleEditor allows entering alphabetic characters using only
number keys, like many cell phones do.



Reply | Threaded
Open this post in threaded view
|

Re: Editor / SimpleEditor?

Hannes Hirzel
Marcel, I removed the two sentences with
http://source.squeak.org/inbox/Morphic-hjh.1351.mcz

Could you please commit it?

-- Hannes



On 9/28/17, Marcel Taeumel <[hidden email]> wrote:

> We should remove the two phrases with "SimpleEditor" and "CellStyleEditor".
> They do not apply to Squeak. Just Cuis, I suppose.
>
> Best,
> Marcel
> Am 28.09.2017 11:21:04 schrieb H. Hirzel <[hidden email]>:
> The class comment of Editor [1] refers to 'SimpleEditor', a class
> which is not in the most recent Squeak 6.0a.
>
> Should it be just replaced by 'Editor'?
>
> --Hannes
>
> [1] New text editors.
> TextEditor provides most of the functionality that used to be in
> TextMorphEditor.
> SmalltalkEditor is has Smalltalk code specific features.
> SimpleEditor provides basic functionality for single line text
> editing. It does not handle fonts and styles, aligning and Smalltalk
> utilities. It handles one single line.
> CellStyleEditor allows entering alphabetic characters using only
> number keys, like many cell phones do.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Editor / SimpleEditor?

David T. Lewis
Done.

On Thu, Sep 28, 2017 at 11:58:02AM +0000, H. Hirzel wrote:

> Marcel, I removed the two sentences with
> http://source.squeak.org/inbox/Morphic-hjh.1351.mcz
>
> Could you please commit it?
>
> -- Hannes
>
>
>
> On 9/28/17, Marcel Taeumel <[hidden email]> wrote:
> > We should remove the two phrases with "SimpleEditor" and "CellStyleEditor".
> > They do not apply to Squeak. Just Cuis, I suppose.
> >
> > Best,
> > Marcel
> > Am 28.09.2017 11:21:04 schrieb H. Hirzel <[hidden email]>:
> > The class comment of Editor [1] refers to 'SimpleEditor', a class
> > which is not in the most recent Squeak 6.0a.
> >
> > Should it be just replaced by 'Editor'?
> >
> > --Hannes
> >
> > [1] New text editors.
> > TextEditor provides most of the functionality that used to be in
> > TextMorphEditor.
> > SmalltalkEditor is has Smalltalk code specific features.
> > SimpleEditor provides basic functionality for single line text
> > editing. It does not handle fonts and styles, aligning and Smalltalk
> > utilities. It handles one single line.
> > CellStyleEditor allows entering alphabetic characters using only
> > number keys, like many cell phones do.
> >
> >
>