You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please contact @jos0003 or @lorderikir for any queries regarding any of these problems.
Improving MARIE.js Codebase
further integration of stepping simulator one step backwards
Add explanation of instruction when using Autocomplete
Remove unnecessary CSS
Documentation
Document other files using jsdoc
Comment the code whenever it is needed
Extend Usability of Wiki and eBook
Testing
Add unit testing
UI
move output mode back to inside output log element
fix the position of output mode to the top, so that users can scroll down and still see output mode in the same position
rename "Register log" to "RTL log"
add legend to memory view (yellow=MAR, green=PC)
change between cells by using arrow keys (once the user is focusing in one memory cell)
change fading behaviour when swapping tabs (instead of fading out of one tab pane then fade into another, perform fading from one tab pane to another under one go just like showing and hiding datapath view)
fix overflow ellipsis in instruction display within datapath view
fix overflow scrolling in datapath view
add time from now message in save file status (e.g. "saved file now","saved file a few minutes ago")`
add option for setting autosave timer after file modification
clearly indicate to the user that the status bar is what it is
show default placeholder values in preference settings in input textboxes
selecting code should not block the highlighted lines
add an assembled code tab to the left pane to show how the line numbers are converted into memory
addresses
add option in menu to clear all breakpoints
set lighter grey background to disabled action buttons
Use Slickgrid or work out how to use less DOM changes for logs truncate to the last k instructions in RTL log, where k is a huge number (e.g. k = 1000)
Add time sequence numbers to RTL instructions (e.g. T0)
Force cursor to be default when hovering over links in navigation menu
The text was updated successfully, but these errors were encountered:
Please contact @jos0003 or @lorderikir for any queries regarding any of these problems.
Improving MARIE.js Codebase
Documentation
Testing
UI
addresses
Use Slickgrid or work out how to use less DOM changes for logstruncate to the last k instructions in RTL log, where k is a huge number (e.g. k = 1000)The text was updated successfully, but these errors were encountered: