Difference between revisions of "How to add a tool to Eiffel Studio"

Line 7: Line 7:
  
 
3. Create a cluster where you decide to put our "Hello World Tool" classes, as you seen in figure 1, we decide make a new cluster "hello_world_tool" under cluster /interface/new_graphical.
 
3. Create a cluster where you decide to put our "Hello World Tool" classes, as you seen in figure 1, we decide make a new cluster "hello_world_tool" under cluster /interface/new_graphical.
 +
 +
[[Image:How to add a tool to Eiffel Studio figure 1.png]]

Revision as of 00:17, 23 March 2007

This page describes how one can add a new tool window to the interface.

1. Install Eiffel Studio and download Eiffel Studio SVN source codes. Compile the Eiffel Studio project.

2. Now we start to make our brand new "Hello World Tool" for Eiffel Studio.

3. Create a cluster where you decide to put our "Hello World Tool" classes, as you seen in figure 1, we decide make a new cluster "hello_world_tool" under cluster /interface/new_graphical.

How to add a tool to Eiffel Studio figure 1.png