Question about Text Editor.
Hi, I wanted to do a little text editor and I would like to know if someone already did one with simple features like open a file, save a file etc... I don't want to lose too much time in something that already exist. -- Cheers Cyril Ferlicot
2015-04-27 12:36 GMT+02:00 Cyril Ferlicot <cyril.ferlicot@gmail.com>:
Hi, I wanted to do a little text editor and I would like to know if someone already did one with simple features like open a file, save a file etc... I don't want to lose too much time in something that already exist.
None that I know of.
-- Cheers Cyril Ferlicot
Not a text editor, but there was a ScriptManager that was kind of a worksapce with ability to give scripts a name, save them, and then easily browse and execute them. But this is a bit old, so not sure if this still works in Pharo 4.0: http://pharo.gemtalksystems.com/book/PharoTools/Script-Manager/ On Mon, Apr 27, 2015 at 7:36 AM, Cyril Ferlicot <cyril.ferlicot@gmail.com> wrote:
Hi, I wanted to do a little text editor and I would like to know if someone already did one with simple features like open a file, save a file etc... I don't want to lose too much time in something that already exist.
-- Cheers Cyril Ferlicot
-- Mariano http://marianopeck.wordpress.com
On Wed, Apr 29, 2015 at 06:04:49PM -0300, Mariano Martinez Peck wrote:
Not a text editor, but there was a ScriptManager that was kind of a worksapce with ability to give scripts a name, save them, and then easily browse and execute them. But this is a bit old, so not sure if this still works in Pharo 4.0:
Yes it works in Pharo 4. Install it from the config browser. Pierce
On 01 May 2015, at 02:57, Pierce Ng <pierce@samadhiweb.com> wrote:
On Wed, Apr 29, 2015 at 06:04:49PM -0300, Mariano Martinez Peck wrote:
Not a text editor, but there was a ScriptManager that was kind of a worksapce with ability to give scripts a name, save them, and then easily browse and execute them. But this is a bit old, so not sure if this still works in Pharo 4.0:
Yes it works in Pharo 4. Install it from the config browser.
IMO with the new Playground, ScriptManager became obsolete. cheers, Esteban
Pierce
Thank you for your answers, i'll take a look ;) On 1 May 2015 at 11:59, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 01 May 2015, at 02:57, Pierce Ng <pierce@samadhiweb.com> wrote:
On Wed, Apr 29, 2015 at 06:04:49PM -0300, Mariano Martinez Peck wrote:
Not a text editor, but there was a ScriptManager that was kind of a worksapce with ability to give scripts a name, save them, and then easily browse and execute them. But this is a bit old, so not sure if this still works in Pharo 4.0:
Yes it works in Pharo 4. Install it from the config browser.
IMO with the new Playground, ScriptManager became obsolete.
cheers, Esteban
Pierce
-- Cheers Cyril Ferlicot
participants (5)
-
Cyril Ferlicot -
Esteban Lorenzano -
Mariano Martinez Peck -
Nicolai Hess -
Pierce Ng