Running

Editor uses tools.jar in java lib directory.

If tools.jar is in "c:\java\lib\tools.jar" then the execution command will be java -classpath "c:\java\lib\tools.jar";editor.jar editor.Editor for windows.

About

Editor Built 20050516

Main Menu

File|New

Create a new file

File|Open

Open a new file

File|Save

Save the file.

File|Save As

Save the file as another name.

File|Print

Print the file.
Note: Please note that editor cannot print on some printer.
These printers are those that cannot print ASCII characters without using a OS driver. i.e When you write ASCII characters to the printer, it will not print.

File|Save All

Save all current opened files

File|Close

Close the file.

Edit|Undo

Undo the last change.

Edit|Copy

Copy currently selected text.

Edit|Cut

Cut currently selected text.

Edit|Paste

Paste text to the frame.

Edit|Select All

Select all text.

Edit|Find

Show the find dialog.

Edit|Replace

Show the replace dialog.

Edit|Goto Line

Show the goto line dialog.

View|Refresh

Refresh the current frame to update the syntax highlighting.

Project|New

Create a new project

Project|Open

Open a project

Project|Save

Save project
You should not need to use this function as all changes made are automatically saved.
This options might be removed in future version.
If you discover a situation where the project is not automatically saved, please tell me.

Project|Save As

Save the project as another name

Project|Build

Build the project.
Editor will create a file ~temp~.tmp on the project directory. Please ensure that you do not use this file for other purposes.

Project|Run

Run the project.

Project|Compile Options

Show the compile options dialog box.
You can set various javac options with this dialog box.

Project|Project Manager

Show the project manager pane.
You can add, remove files, set main file on the project pane.
Right click to show the menu. Double click on a filename to edit that file.

Compile|Compile

Compile current file.

Compile|Run

Run current file.

Debug|Start

Start the debugging process.

Debug|Step Into

Step into next line of code.

Debug|Step Over

Goto the next line of code.

Debug|Stop

Stop the debugging process.

Note:You can only debug files that are included in the current project.

Debug|Set/Clear Breakpoint

Set the breakpoint at the current line, or clear it if it is set.
Note: Please note that breakpoints will only affect files that are in the current project.
Non-project files breakpoints will still be highlighted, but it will not affect in any way.

Window|Window Manager

Show the window manager dialog box which show all currently opened file.
Double click on the the filename to goto that file.

Window|Show Previous Window

Show the previous editing file.

Window|Show Next Window

Show the next editing file.

Preference|Set preference

Set the editor preference.
For the field "Help Command" you can display the java help file in winhelp format if the platform is Windows. Example "hh [help file with full path and filename]" or "winhelp [help file with full path and filename]" You can download it from http://www.allimant.org/javadoc/indexe.html
type help "filename" or hh "filename"

I do not know how to do it in other platforms. If anyone knows how to do it please tell me how to do it.

Preference|Save preference

Save preference

Help|Editor Help

Show this file

Help|Java Help

Show the java help file if it is set in the editor preference.

Reminders

Limitations

History

Build 20050516

Build 20050515

Build 20050120

Build 20041217

Build 20041215

Build 20041210

Build 20041109

Build 20041026

Build 20041022

Build 20041021

Build 20041020

Build 20041019

Build 20040803

Build 20040705

Build 20040622

Major changes made

Build 20040306

Build 20031205

Build 20031204

Build 20031203

Build 20031130

Build 20031119

Build 20031107

Build 20031004

Build 20030826

Build 20030817

Build 20030702

Build 20030615

Build 20030604

Build 20030530

Build 20030517

Build 20030224

Build 20030223

Build 20030129

Build 20030125

Build 20030117

Build 20030115

Build 20030111

Build 20030111

Build 20030103