Idea #16889
MacroMaker Fixes
0%
Description
- When setting variable value have the dialog show “0x” before the input so people know its HEX
- MacroMaker macros should save the data format as well as the LSB checkbox.. Right now you have to remember to have the correct data format selected!
- Add 0x for hex in the dark area in Edit Macro.
- (was this already fixed?) Enable hex, dec AND ascii display & edit in Edit Macro!
- (was this already fixed?) Each textarea field needs to know if it is currently a variable by looking at the variable mark inside it (like use leading $ in front of variable names in the sequence)
- (was this already fixed?) Variables in macro when running, if the window is narrow, the text gets crazy scrunched
History
#1 Updated by Ryan Rivera almost 4 years ago
Ryan Rivera wrote:
- When setting variable value have the dialog show “0x” before the input so people know its HEX
- MacroMaker macros should save the data format as well as the LSB checkbox.. Right now you have to remember to have the correct data format selected!
- Add 0x for hex in the dark area in Edit Macro.
- (was this already fixed?) Enable hex, dec AND ascii display & edit in Edit Macro!
- (was this already fixed?) Each textarea field needs to know if it is currently a variable by looking at the variable mark inside it (like use leading $ in front of variable names in the sequence)
- (was this already fixed?) Variables in macro when running, if the window is narrow, the text gets crazy scrunched
More Notes:
- Need reordering of macro names in macro list for sanity (playing one after the other)
- Selecting with mouse text inputs is not working
- Tab should go back and forth between Address and Data only
- Refresh does not refresh macro name list
- When running from history, run the dec or hex as in history.. And populate input addr/data fields to represent command
- Macro reloads and takes a long time when window resizing! (may have been fixed?)
- MacroMaker macro run crashes system when in Halt.. need to fail gracefully
#2 Updated by Ryan Rivera over 3 years ago
- Target version changed from FY17 - Quarter 4 Release to FY18 - Quarter 1 Release