Java Editor

The Java editor included in EditRocket includes many tools to make Java programming and source code creation easier. Listed below is information on the Java specific tools offered by EditRocket. See the General Highlights section at the bottom of the page for more of what EditRocket has to offer.

Java Editor

Java Code Builder

The Java Code Builder includes class and method information on the hundreds of classes in the Java library. Users can then copy the method information to the editor, and a tooltip will display with the method signature.

Java Sidekick

The Java Sidekick allows users to quickly insert Java related constructs into the text editor with the click of a button or via a customizable keyboard shortcut. The sidekick includes the following constructs: Class; method; main; try, catch, and finally syntax; for loop; if statement; else statement; if else statement; while statement; Inner Class; Inner Abstract Action; System.out.println. The sidekick also includes a Utils tab with options for generating get and set methods and wrapping selections in try catch blocks. Also included in the sidekick is a tab for the Java Method Navigator, that allows uses to jump directly to a method in the current editor with the click of a button.

Java Method Navigator

The Java Method Navigator tool parses the editor contents for Java Methods and displays them in a clickable list. Clicking on an item in the list takes the user directly to the location in the editor where the method is defined.

Auto Method Lookup

EditRocket provides both auto Java method lookup, and manual Java method lookup. The auto lookup is fired off when typing a period. If EditRocket determines a Class or variable pertainiing to an Object is located prior to the period, a list of the methods contained in the class are displayed in a clickable list. Clicking on a method inserts the methond into the editor, and displays a tooltip with the method signature.

Compile

EditRocket has the ability to compile Java classes and display the output from the compilation. Simply point EditRocket to the javac program, and set the classpath.

Execute Java Programs

Users can execute Java programs and view the standard and error output using the Tools -> Execute Program -> Execute Java Program menu option.

General Highlights

Source Code Editor Source Code Editor   Coding Tools Coding Tools
  Macros, coding inserts, plugins, syntax highlighting, and more.     Sidekicks, code builders, function navigators, program execution, and more.
Web Development Tools Web Development Tools   Validators Validators
  CSS style builder, HTML tag builder, tag navigators, and much more.     XML, HTML, and CSS validators
Search Tools Search Tools   Auto Completion and Lookup Auto Completion and Lookup
  Regular expression capable find and replace, find / replace in files across the entire file system and more.     Auto code completion, tag completion, and lookup for many programming languages.
File System Browser File System Browser   File Compare File Compare
  Browse files and directories, perform file operations, and more.     Compares files similar to the Unix diff command.

Additional Features

  • Syntax highlighting for over 20 programming languages
  • Coding Sidekicks for C, C++, C#, CSS, HTML, Java, JavaScript, JSP, Perl, PHP, PL/SQL, Python, Ruby, Shell Script, SQL, SQL PL, Transact-SQL, and XML
  • Code Builders for C, JavaScript, Java, Perl, PL/SQL, PHP, Python, Ruby, Shell Script, and Transact-SQL
  • A robust CSS Style Builder for creating CSS style sheets and an HTML Tag Builder, HTML Tidy Tool, and HTML Entity Selector
  • The programming editor behind RazorSQL, a popular database query tool, since 2004
  • Function / Method Navigators for displaying clickable lists of functions / methods contained in the editor
  • Function / Method Lookup for quickly inserting functions or methods
  • A Tag Navigator tool for displaying clickable lists of tags contained in the editor
  • Key Ahead customizable by language for quickly entering text
  • Bookmark functionality for quickly navigating through code.
  • Recordable Macros for executing common tasks
  • Code Inserts for over 19 languages for quickly inserting code
  • File tools such as head, tail, regular expression search, move, copy, and delete
  • Customizable and pre-defined code templates
  • Spell Checker
  • Works with all major operating systems including Windows, Mac OS X, Linux, and Solaris.