Task #1747
MacroManager should allow import, export (global operations) and edit (local operation) through tree bar
Status: | Approved | Start date: | 06/17/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | Release 2017.2 - NTH |
Description
This is minor MacroManager interface improvement.
The menu bar should look like this:
- New macro file..
- Delete macro file..
- Import macro file..
- Export macro file
- -- Separator --
- Edit
For each operation I would like to have helpers in the class for example (conceptual implementation - the method name could be different):
- IsDeleteMacroFilePossible()
- IsExportMacroFilePossible()
- etc.
When these helpers will be done it should also be used in buttons sections. It will simplify our code architecture and will make it more elastic for the future UI changes.
History
#1 Updated by Abdelghani Omari almost 8 years ago
- Status changed from New to Ready for CR
- Assignee changed from Abdelghani Omari to Zbigniew Rebacz
patch in #1746
#2 Updated by Zbigniew Rebacz almost 8 years ago
- Status changed from Ready for CR to Approved
OK - Thanks - approved.