blob: 470dc27915c5e191bd850af2c760b6b08fab6771 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/html">
<body>
<div class="header">
<H2>Goal</H2>
This textual editor has been developed in order to add more quickly properties and operations in a class (event rename it).<BR>
When your class is selected, just press SHIFT+ENTER to start edition, and SHIFT+ENTER again to validate it.<BR>
<IMG width="500px" alt="Example of screen with the textual editor" SRC="screenshot.jpg">
<H2>Implementation</H2>
All the java classes are javadoc-ed. To understand the implementation, the best is to start reading the javadoc of the {@link org.eclipse.papyrus.uml.diagram.clazz.edition.textual.clazz.edit.policies.providers.ProviderToAddKeyboardShortcuts} class.
</div>
</body>
</html>