Open Project Structure
Project Overview
Text Editor
Listener Code
Wizards for Menubars, Actions, Fonts and more
14 Model Wizards
Database Driven Models
Code Samples
HTML Symbols Window
Ant Integration
CVS Integration
UI Editor
UI Properties Editor
UI Event Model Editor
Database Structure Analyzer
XML Debugging
Pluggable Architecture
|
zBlueStudio integrates the popular open source application Ant directly into its interface.
This allows you to specify which build file you would like to use for each project, including
the Global Project. The targets within the build file are then incorporated into a menu and assigned
a function key. This allows you to run the build file's targets through simple key strokes.
Ant's output is then displayed in a separate window. This output is color coded for easier
reading and allows you to double click on any error messages to take you directly to the source
of the error. As you mouse over an error line it has a green highlight drawn over it alerting
you that you may double click on that line. The corrisponding line within the text file will
then be displayed with a green highlight.
The Ant Window with an error highlighted.

The corrisponding error highlighted in the text file.

|
|