Notepad type window to keep text notes?

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

Notepad type window to keep text notes?

Hannes Hirzel
Hello

There is the Playground for to use with Smalltalk code snippets.
Syntax highlighting is used.

Where can I find a notepad type window to keep text notes? (No highlighting)

--Hannes

Reply | Threaded
Open this post in threaded view
|

Re: Notepad type window to keep text notes?

Peter Uhnak
TextModel new openWithSpec

but you would need to facilitate saving yourself...

On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <[hidden email]> wrote:
Hello

There is the Playground for to use with Smalltalk code snippets.
Syntax highlighting is used.

Where can I find a notepad type window to keep text notes? (No highlighting)

--Hannes


Reply | Threaded
Open this post in threaded view
|

Re: Notepad type window to keep text notes?

stepharo
You can easily build your own using Rubric. Check the Workspace for example.

Stef

Le 19/8/15 08:20, Peter Uhnák a écrit :
TextModel new openWithSpec

but you would need to facilitate saving yourself...

On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <[hidden email]> wrote:
Hello

There is the Playground for to use with Smalltalk code snippets.
Syntax highlighting is used.

Where can I find a notepad type window to keep text notes? (No highlighting)

--Hannes



Reply | Threaded
Open this post in threaded view
|

Re: Notepad type window to keep text notes?

kilon.alios
In reply to this post by Hannes Hirzel
you can also use Playground and type your text inside a comment.

Alternatively you can use the help tools as documentation if that is your goal or play with the GLMRubricExample subclasses. Pillar is also great if you want well formated documentation and it exports in both html and pdf format (you  will need Latex for pdf generation). Pillar syntax is super simple and you can use your favorite editor.

On Wed, Aug 19, 2015 at 8:53 AM H. Hirzel <[hidden email]> wrote:
Hello

There is the Playground for to use with Smalltalk code snippets.
Syntax highlighting is used.

Where can I find a notepad type window to keep text notes? (No highlighting)

--Hannes

Reply | Threaded
Open this post in threaded view
|

Re: Notepad type window to keep text notes?

jfabry
In reply to this post by Peter Uhnak

+1 on this, it’s the easiest solution :-)

On Aug 19, 2015, at 03:20, Peter Uhnák <[hidden email]> wrote:

TextModel new openWithSpec

but you would need to facilitate saving yourself...

On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <[hidden email]> wrote:
Hello

There is the Playground for to use with Smalltalk code snippets.
Syntax highlighting is used.

Where can I find a notepad type window to keep text notes? (No highlighting)

--Hannes





---> Save our in-boxes! http://emailcharter.org <---

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of Chile

Reply | Threaded
Open this post in threaded view
|

Re: Notepad type window to keep text notes?

Hannes Hirzel
Thank you for

   TextModel new openWithSpec

really straightfoward solution. I do not need to save the text
separately from the image. So it does the job well.

On 8/19/15, Johan Fabry <[hidden email]> wrote:

>
> +1 on this, it’s the easiest solution :-)
>
>> On Aug 19, 2015, at 03:20, Peter Uhnák <[hidden email]> wrote:
>>
>> TextModel new openWithSpec
>>
>> but you would need to facilitate saving yourself...
>>
>> On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <[hidden email]
>> <mailto:[hidden email]>> wrote:
>> Hello
>>
>> There is the Playground for to use with Smalltalk code snippets.
>> Syntax highlighting is used.
>>
>> Where can I find a notepad type window to keep text notes? (No
>> highlighting)
>>
>> --Hannes
>>
>>
>
>
>
> ---> Save our in-boxes! http://emailcharter.org <---
>
> Johan Fabry   -   http://pleiad.cl/~jfabry
> PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of
> Chile
>
>