RockEdit

HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences

Difference (from revision 1 to current revision) (minor diff, author diff)

Changed: 1c1
A tiny fullscreen, text editor written in portable C. Source supplied.
A tiny fullscreen, text editor written in portable C. Source supplied.

Changed: 3,8c3,9
Author: Ross N. Williams (ross@rocksoft.com)
Homepage: TBD
Family: TinyEditors
License: Custom, with source code
Availability: yes
Platform: Just about any OS that supports C and the C standard library. Known to work on Unix, Linux, Windows, HP/UX and MSDOS.
Author: Ross N. Williams (ross@rocksoft.com)
Homepage: TBD
Family: TinyEditors
Download: http://sites.google.com/site/texteditors/Home/files/rockedit.zip (C source code)
License: Custom, with source code
Availability: Yes
Platform: Just about any OS that supports C and the C standard library. Known to work on Unix, Linux, Windows, HP/UX and MSDOS.

Changed: 10c11

Legal



Description

Changed: 12,41c13,17
Copyright (C) Ross N. Williams 1994-1998.
However, permission is granted to make and distribute verbatim
or modified copies of this program on a non-commercial basis,
provided that this header block and copyright notice are
retained verbatim, and all modifications to the original
release are documented in the modification log below.

No warranty




This program is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Description




This is the Rocksoft portable editor, for use on machines that
have a C compiler, but don't have a very good (or familiar)
text editor.

Motivation




When porting programs to many different operating systems, a
problem that repeatedly arises is that of having to learn many
different text editors. This would not be such a problem if it
it weren't for the fact that many of the built-in text editors
in common operating systems are brain dead. After attempting to
learn a number of different text editors on different machines,
I decided to solve the problem once and for all by writing my
own highly portable text editor that I could use on any machine.
For me, Rockedit is "The Last Text Editor"! :-)
This is the Rocksoft portable editor, for use on machines that have a C compiler, but don't have a very good (or familiar)text editor.

Motivation

When porting programs to many different operating systems, a problem that repeatedly arises is that of having to learn many different text editors. This would not be such a problem if it it weren't for the fact that many of the built-in text editors in common operating systems are brain dead. After attempting to learn a number of different text editors on different machines, I decided to solve the problem once and for all by writing my own highly portable text editor that I could use on any machine. For me, Rockedit is "The Last Text Editor"! :-)

Changed: 43c19

Design goals



Design goals

Changed: 49,51c25
* No copyright hassles. The editor must be able to be installed
on machines all over the planet without people worrying about
copyright and intellectual property.
* No copyright hassles. The editor must be able to be installed on machines all over the planet without people worrying about copyright and intellectual property.

Changed: 55c29

Current state



Current state

Changed: 57,67c31,32
I wrote this editor during a two-day hack session to avoid
having to use a particular editor when porting the Veracity
data integrity product to HP/UX. While it generally works, this
editor is NOT polished and is NOT in terrific shape. Under no
circumstances should it be treated as typical of the quality of
code generated by myself or Rocksoft. The sole reason that I
released this editor unpolished is because I know that if I
wait until I find time to clean it up properly then it probably
won't be released for another year or so. I feel it's better to
at least let people benefit from it now, even though it's
imperfect.
I wrote this editor during a two-day hack session to avoid having to use a particular editor when porting the Veracity
data integrity product to HP/UX. While it generally works, this editor is NOT polished and is NOT in terrific shape. Under no circumstances should it be treated as typical of the quality of code generated by myself or Rocksoft. The sole reason that I released this editor unpolished is because I know that if I wait until I find time to clean it up properly then it probably won't be released for another year or so. I feel it's better to at least let people benefit from it now, even though it's imperfect.

Changed: 69c34

User Manual :-)



User Manual :-)

Changed: 75c40

Dedication



Dedication

Changed: 77,83c42
This editor is dedicated to Chris Farmer
(cfarmer@itd.adelaide.edu.au), of the University of Adelaide
Information Technology Division, whom I noticed using an
ancient editor in a window on a modern colour workstation
("because it's the only editor available on that machine").
This observation resonated with my own frustration at editors,
and triggered by construction of Rockedit. Thanks Chris!
This editor is dedicated to Chris Farmer (cfarmer@itd.adelaide.edu.au), of the University of Adelaide Information Technology Division, whom I noticed using an ancient editor in a window on a modern colour workstation ("because it's the only editor available on that machine"). This observation resonated with my own frustration at editors, and triggered by construction of Rockedit. Thanks Chris!

Changed: 85c44,53

Latest version



Legal

Copyright (C) Ross N. Williams 1994-1998.
However, permission is granted to make and distribute verbatim or modified copies of this program on a non-commercial basis, provided that this header block and copyright notice are retained verbatim, and all modifications to the original release are documented in the modification log below.

No warranty

This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Latest version

Changed: 90c58

Please direct comments and patches and anything else to the author



Please direct comments and patches and anything else to the author

Changed: 92,98c60,66
Name : Dr Ross N. Williams
Company : Rocksoft Pty Ltd
URL : http://www.rocksoft.com/
Email : ross@rocksoft.com
Phone : +61 8 8232-6262
Fax : +61 8 8232-6264
Snail : PO Box 3066, Rundle Mall SA 5000, Australia.
Name : Dr Ross N. Williams
Company : Rocksoft Pty Ltd
URL : http://www.rocksoft.com/
Email : ross@rocksoft.com
Phone : +61 8 8232-6262
Fax : +61 8 8232-6264
Snail : PO Box 3066, Rundle Mall SA 5000, Australia.

Changed: 102c70

Supported Commands



Supported Commands

Changed: 125c93

Commentary



Commentary

Changed: 127,131c95
This is a small, easy to follow text editor written in C. It is
fun to modify, especially if you are a C programmer looking for a
simple text editor to work with. At less than 1600 lines of
source code, even novice programmers can figure out how it works.
A great program to learn how text editors operate.
This is a small, easy to follow text editor written in C. It is fun to modify, especially if you are a C programmer looking for a simple text editor to work with. At less than 1600 lines of source code, even novice programmers can figure out how it works. A great program to learn how text editors operate.

Added: 133a98


 A tiny fullscreen, text editor written in portable C.  Source supplied.

 Author:       Ross N. Williams (ross@rocksoft.com)
 Homepage:     TBD
 Family:       TinyEditors
 Download:     http://sites.google.com/site/texteditors/Home/files/rockedit.zip (C source code)
 License:      Custom, with source code
 Availability: Yes
 Platform:     Just about any OS that supports C and the C standard library.  Known to work on Unix, Linux, Windows, HP/UX and MSDOS.

Description

This is the Rocksoft portable editor, for use on machines that have a C compiler, but don't have a very good (or familiar)text editor.

Motivation

When porting programs to many different operating systems, a problem that repeatedly arises is that of having to learn many different text editors. This would not be such a problem if it it weren't for the fact that many of the built-in text editors in common operating systems are brain dead. After attempting to learn a number of different text editors on different machines, I decided to solve the problem once and for all by writing my own highly portable text editor that I could use on any machine. For me, Rockedit is "The Last Text Editor"! :-)

Design goals

Current state

I wrote this editor during a two-day hack session to avoid having to use a particular editor when porting the Veracity data integrity product to HP/UX. While it generally works, this editor is NOT polished and is NOT in terrific shape. Under no circumstances should it be treated as typical of the quality of code generated by myself or Rocksoft. The sole reason that I released this editor unpolished is because I know that if I wait until I find time to clean it up properly then it probably won't be released for another year or so. I feel it's better to at least let people benefit from it now, even though it's imperfect.

User Manual :-)

Dedication

This editor is dedicated to Chris Farmer (cfarmer@itd.adelaide.edu.au), of the University of Adelaide Information Technology Division, whom I noticed using an ancient editor in a window on a modern colour workstation ("because it's the only editor available on that machine"). This observation resonated with my own frustration at editors, and triggered by construction of Rockedit. Thanks Chris!

Legal

Copyright (C) Ross N. Williams 1994-1998. However, permission is granted to make and distribute verbatim or modified copies of this program on a non-commercial basis, provided that this header block and copyright notice are retained verbatim, and all modifications to the original release are documented in the modification log below.

No warranty

This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Latest version

The latest version of this program is available in the following FTP directory: ftp://ftp.rocksoft.com/clients/rocksoft/utilities/

Please direct comments and patches and anything else to the author

 Name    : Dr Ross N. Williams
 Company : Rocksoft Pty Ltd
 URL     : http://www.rocksoft.com/
 Email   : ross@rocksoft.com
 Phone   : +61 8 8232-6262
 Fax     : +61 8 8232-6264
 Snail   : PO Box 3066, Rundle Mall SA 5000, Australia.

Hope you find this editor useful!

Supported Commands

Commentary

This is a small, easy to follow text editor written in C. It is fun to modify, especially if you are a C programmer looking for a simple text editor to work with. At less than 1600 lines of source code, even novice programmers can figure out how it works. A great program to learn how text editors operate.

It can be compiled with standard C on many platforms.


HomePage | RecentChanges | EditorIndex | TextEditorFamilies | Preferences
Edit text of this page | View other revisions
Last edited June 26, 2010 7:13 am (diff)
Search: