Welcome, Guest. Please login or register.

Author Topic: New Text Editor  (Read 8446 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Daedalus

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 893
    • Show only replies by Daedalus
    • http://www.robthenerd.com
Re: New Text Editor
« Reply #14 from previous page: May 03, 2011, 11:59:03 AM »
I also think there's some room for a nice, simple text editor which has some options like syntax highlighting, line numbers etc., maybe auto-indenting and a scripting interface to allow compilation from the menus, though this isn't essential. As an example, I carry Notepad++ around with me on a USB drive. It does what I need and is pretty small. It's also open-source, so maybe a partial port or some borrowing of features might be possible?
Engineers do it with precision
--
http://www.robthenerd.com
 

Offline vidarh

  • Sr. Member
  • ****
  • Join Date: Feb 2010
  • Posts: 409
    • Show only replies by vidarh
Re: New Text Editor
« Reply #15 on: May 03, 2011, 12:21:43 PM »
Quote from: Daedalus;635062
I also think there's some room for a nice, simple text editor which has some options like syntax highlighting, line numbers etc., maybe auto-indenting and a scripting interface to allow compilation from the menus


FrexxEd supports all of this, and I'm sure several other Amiga editors does too.
 

Offline Daedalus

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 893
    • Show only replies by Daedalus
    • http://www.robthenerd.com
Re: New Text Editor
« Reply #16 on: May 03, 2011, 01:08:42 PM »
Yeah, I know that others do support these things, but I hadn't come across an open source effort until FrexxEd - I'll have to check it out when I get home :)
Engineers do it with precision
--
http://www.robthenerd.com
 

Offline hardlink

  • Hero Member
  • *****
  • Join Date: Sep 2006
  • Posts: 586
    • Show only replies by hardlink
Re: New Text Editor
« Reply #17 on: May 04, 2011, 05:41:14 PM »
Quote from: Omega Space Protons;634995
I want to create an open source text editor in which everyone can contribute in making it better...maybe there will be an OpenOffice for Amiga!!! .....maybe.


Since you mention OO, are you talking about a text editor or word processor?

Probably the most used pure Text Editor in the world right now was originally developed on the Amiga, and the author may be still compiling the latest versions on his old A2000: VIM, the VI iMproved editor. Most certainly open source, now has really large code base, and probably as difficult to contribute code to as the Linux kernel itself.

Then there is my favorite, also developed on the Amiga, also as portable as VIM, not nearly as powerful, but is about 5% as much code.   It's called 'ne', for Nice Editor:

http://ne.dsi.unimi.it/

It has text-mode drop-down menus that even work if you telnet into the Amiga, something that I found on no other Amiga editor. I use the latest version on all machines I work on, generally where others would use VIM, on Mac OS X, Unix, and Linux. However, I can't get the latest versions to compile on the Amiga, although I have not spent much time trying.

The older version is on Aminet that includes source and a SAS C makefile, the new source from the website, which still mentions Amiga! I would love to have the latest version of ne (back) on the Amiga!