Skip to content

Commit

Permalink
Merge branch 'master' of github.com:johnnovak/gridmonger
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak committed Mar 2, 2024
2 parents 0b353bc + 61d9fb5 commit 449be77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ BUGS

- warning when closing new map that was never manually saved

- selecting single line text selects whole line

- clear floor should not remove comments?



TODO
====
Expand All @@ -31,9 +36,13 @@ TODO
- show all notes, or only for the current level
- sort by level elevation or note name

- clipping indicator when nudging / moving

- window handling bugs:
- crash when dragging maximised window

- add support for wraparound to move & paste preview mode

- OS X:
- gridmonger document icon

Expand Down
8 changes: 4 additions & 4 deletions extras/docs/fileformat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ Notes:
UINT16 index (max=9999)
UINT8 indexColor (max=3)

if kind == 2 (icon)
UINT8 icon (max=39, see NoteIcons in icons.nim
for mappings)
if kind == 3 (customId)
if kind == 2 (customId)
BSTR custom ID (minLen=1, maxLen=2, only alphanumeric)

if kind == 3 (icon)
UINT8 icon (max=39, see NoteIcons in icons.nim
for mappings)
if kind == 4 (label)
UINT8 labelColor (max=3)

Expand Down

0 comments on commit 449be77

Please sign in to comment.