nxt_editor icon indicating copy to clipboard operation
nxt_editor copied to clipboard

Store state of hide lines and hide grid

Open ImLucasBrown opened this issue 3 years ago • 1 comments

Make a user pref that stores the state of "hide lines" and "hide grid" actions.

ImLucasBrown avatar Aug 13 '21 21:08 ImLucasBrown

For record's sake. Hiding the grid is already stored here: https://github.com/nxt-dev/nxt_editor/blob/2a52afdc5675395b712df06dab34791d629ac664/nxt_editor/actions.py#L1189 and the "hide lines" action is immediately below it, and can be fixed using the same BoolUserPrefAction probably.

MichaelAldrich avatar Apr 26 '23 23:04 MichaelAldrich