PenguinF / sandra-three

Third incarnation of a chess UI for Windows 7 and higher.
Apache License 2.0
4 stars 0 forks source link

Better error ListView #214

Open PenguinF opened 4 years ago

PenguinF commented 4 years ago

Json parsing takes a huge performance hit from displaying errors in the list view below. There has got to be a better alternative to this.

Without some advanced Windows programming, or developing a GDI list view from scratch (which ironically improves over GDI+), the current list view also lacks some common UI/UX such as column sort indicators.