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

(Tool memory handling)
Line 1: Line 1:
 
This page is a continued page of [[How to add a tool to Eiffel Studio]]
 
This page is a continued page of [[How to add a tool to Eiffel Studio]]
 
== Tool memory handling ==
 
== Tool memory handling ==
 +
We should implement "internal_recycle" feature for every EB_TOOL descendants. See figure 1.
 +
[[Image:How to add a tool to Eiffel Studio advanced figure 1.png]]
 +
 
== Add a mini tool bar for our Hello World tool ==
 
== Add a mini tool bar for our Hello World tool ==
 
== Internationalization support ==
 
== Internationalization support ==

Revision as of 21:52, 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

Internationalization support