DungSaga

Results 6 issues of DungSaga

fix #66: color scheme is modified twice

When color scheme is modified by another package (such as SublimeLinter), Colorcoder should not modify it again. Currently, Colorcoder added its scopes and appends "(Colorcoded)" to color scheme name twice.

fix #89 toggle revert to old state after swipe

Step to reproduce this error: - click to check - swipe to uncheck - now the toggle is reverted to `checked`. I set some breakpoints and discover that `this.previouslyChecked` has...

to allow displaying 'null' & 'undefined' values differently

Hyperlinks in Excel template are recorded in element. This PR adds support for keeping updated correctly when rows/cells are added as a result of the calls to `MergeBlock`. Merged cells...