Python Editor
The Python editor included in EditRocket includes many tools to make Python programming and source code creation easier. Listed below is information on the Python specific tools offered by EditRocket. See the General Highlights section at the bottom of the page for more of what EditRocket has to offer.
Python Code Builder
The Python Code Builder includes information on the methods contained in the Python library, for example, Built-in Functions, File methods, and String methods.
The Code Builder works by allowing users to select a method category, such as String, and then it displays method signature and method description information for all methods in the selected category. The user can copy the method name to the editor, and the signature will display as a tooltip.
Python Auto Completion
EditRocket supports auto completion in Python when typing module_name., assuming the module was imported using an import statement, such as import sys. EditRocket also can do variable matching for any standard library module so that typing variable name followed by a dot will do auto-completion for the appropriate methods of the parent of the variable. It will also display all methods, functions, and members for a module when typing module followed by a (.). The list displayed after typing a module. shows whether the displayed values are functions, methods, or members. Selecting an item from the list inserts the item into the editor and displays the signature of the item as a tooltip.
Python Sidekick
The Python Sidekick has tabs for Python coding inserts, tools, and the Python Method Navigator. The coding inserts tabs gives users the ability to quickly enter many common Python constructs into the text editor with the click of a button, or via customizable keyboard shortcuts. Some examples of coding insert options are control statements such as for, while, if, etc., and method syntax.
Python Method Navigator
The Python Method Navigator tool parses the editor contents for Python methods and displays them in a clickable list. Clicking an option from the list takes the user directly to the point in the editor where the method is defined.
Execute Python Programs
Users can execute Python programs and view the standard and error output using the Tools -> Execute Program -> Execute Python Program menu option.
Show in Web Browser
Users can view Python scripts in the web browser by selecting the File -> Show in Web Browser option. The first time launch of this tool will prompt users to enter the local web server information. EditRocket will then build the appropriate URL, and create temporary files if necessary to diplay the Python script in the web browser.
General Highlights
|
Source Code Editor |
|
Coding Tools | |
| Macros, coding inserts, plugins, syntax highlighting, and more. | Sidekicks, code builders, function navigators, program execution, and more. | |||
|
Web Development Tools |
|
Validators | |
| CSS style builder, HTML tag builder, tag navigators, and much more. | XML, HTML, and CSS validators | |||
|
Search Tools |
|
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 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.
