Indentation Formatting - do automatic indentation on the
current file under editing. The indentation is based on Java language.
Search String in Files - search a string in files.
Users will enter a string, and a file name. Users can use
regular expression
to indicate more than one files. WingEditor will search the string
through all the specified files, and open a browser window
to display all the lines with the string in.
Click any line, WingEditor will open an editor window with the
file loaded, and cursor will be moved to the corresponding line.
Searc String in Project - search a string in a project.
It is similar to Search a string in files, except that it is to
search through a project's source files.
Decompiler Setup - setup for using decompiler. Decompiler
setup includes the following items,
Class Paths - the class path for decompiler to search.
Save Directory - the directory the decompiler will save the output
to.
Output Extension - the output file extension.
Save to File ? - whether decompiler will save the output to files.
Overwrite Existing File - if a file exists, whether to overwrite
it.
Fully-qualified Class as File Name - if the output is saved to
a file, whether the fully-qualified name should be used as file name.
Normally, a tree structure will be generated, i.e., a class name
like java.util.StringTokenizer will have a output file name like
java/util/StringTokenizer.java generated on unix, or
java\util\StringTokenizer.java on Win95/NT systems.
Decompile a Class - users will enter a class name, and the
class will be searched from the classpaths.
Decompile a class file - users will select a class file to
decompile. The class file name should be ended with ".class".
In both Decompile a Class and Decompile a Class File,
WingEditor will decompile the class file, and open an editor
window with the output loaded.