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

m (Add a mini tool bar for our Hello World tool)
m (Add a mini tool bar for our Hello World tool)
Line 8: Line 8:
  
 
[[Image:How to add a tool to Eiffel Studio advanced figure 2.png]]
 
[[Image:How to add a tool to Eiffel Studio advanced figure 2.png]]
 +
 
[[Image:How to add a tool to Eiffel Studio advanced figure 3.png]]
 
[[Image:How to add a tool to Eiffel Studio advanced figure 3.png]]
  
 
== Internationalization support ==
 
== Internationalization support ==

Revision as of 22:59, 29 March 2007

This page is a continued page of How to add a tool to Eiffel Studio

Tool memory handling

We should implement "internal_recycle" feature for every EB_TOOL descendants. See figure 1. How to add a tool to Eiffel Studio advanced figure 1.png

Add a mini tool bar for our Hello World tool

Redefine two mini tool bar related features in our EB_HELLO_WORLD_TOOL. See figure 2. Then run the Eiffel Studio project, the result is shown in figure 3.

How to add a tool to Eiffel Studio advanced figure 2.png

How to add a tool to Eiffel Studio advanced figure 3.png

Internationalization support