RCP: X.X, simplification of commands implementation
To simplify developments and prepare futur plugins of TXM : a command must be able :
- to delete itself
- to tell which extension it needs for the Export (txt and graphical) commands
- …
Solution
- Write general specifications of commands and their results
- Write a Java Interface and Abstract class for that specification
- All commands will then extends the Abstract class
(from redmine: issue id 959, created on 2014/08/01 by Matthieu Decorde)