packages icon
Note:  Added the Class name "Browse" to the XtAppInitialize() function - wcl 10/28/94

Well, I know there are plenty of editors out there already, but here is the
one that I'm working on...I'm doing it mainly for the programming experience...

I guess this can be called release 0.5 of browse...pretty straightforward...you
can jump to a line, open files, save files, save the file as a different file,
close one file to open another,and quit.

I have also added a search command to the Tool menu, so that you can Search for
a string, or search for another occurrence of a string that has already been
found.

The Search and Replace functions made it into this version, which is probably
going to be the last for a while to come.

Compile is straightforward, just type make and it should build with no problems
but I haven't included all the necessary libraries for it to compile on a
Solaris machine...

On HP-UX, you may want to use gcc in the Makefile instead of cc if it gives you
problems compiling the Motif stuff.

Problems, comments and suggestions should be sent to stephen@unity.ncsu.edu

Enjoy!

Stephen Jackson