StandardWindow new
 addMorph: (
  RubScrolledTextMorph new
   withLineNumbers;
   appendText: '/path/to/file' asFileReference contents)
 fullFrame: (0@0 corner: 1@1) asLayoutFrame;
 openInWorld.

Cheers,

Hernán

2018-09-20 15:06 GMT-03:00 Hilaire <hila...@drgeo.eu>:
> Hello,
>
> How can I get a text editor window?
>
> I can't make sense of the TextEditor class, and its comment is not helpful.
>
> What is the logic behind?
>
> Thanks
>
> Hilaire
>
> --
> Dr. Geo
> http://drgeo.eu
>
>
>

Reply via email to