Notepad type window to keep text notes?
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
TextModel new openWithSpec but you would need to facilitate saving yourself... On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <hannes.hirzel@gmail.com> 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
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 <hannes.hirzel@gmail.com <mailto:hannes.hirzel@gmail.com>> 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
+1 on this, itâs the easiest solution :-)
On Aug 19, 2015, at 03:20, Peter Uhnák <i.uhnak@gmail.com> wrote:
TextModel new openWithSpec
but you would need to facilitate saving yourself...
On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <hannes.hirzel@gmail.com <mailto:hannes.hirzel@gmail.com>> 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
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 <jfabry@dcc.uchile.cl> wrote:
+1 on this, itâs the easiest solution :-)
On Aug 19, 2015, at 03:20, Peter Uhnák <i.uhnak@gmail.com> wrote:
TextModel new openWithSpec
but you would need to facilitate saving yourself...
On Wed, Aug 19, 2015 at 7:53 AM, H. Hirzel <hannes.hirzel@gmail.com <mailto:hannes.hirzel@gmail.com>> 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
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 <hannes.hirzel@gmail.com> 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
participants (5)
-
Dimitris Chloupis -
H. Hirzel -
Johan Fabry -
Peter Uhnák -
stepharo