And even more still. I'm just gonna clean everything up for a merge at this point.
This commit is contained in:
parent
888bb450b3
commit
ac27e24add
|
@ -4,6 +4,8 @@
|
||||||
// general TODOs:
|
// general TODOs:
|
||||||
// - tooltips don't work properly on columns with icons (the listview always thinks there's enough room for a short label because it's not taking the icon into account); is this a bug in our LVN_GETDISPINFO handler or something else?
|
// - tooltips don't work properly on columns with icons (the listview always thinks there's enough room for a short label because it's not taking the icon into account); is this a bug in our LVN_GETDISPINFO handler or something else?
|
||||||
// - should clicking on some other column of the same row, even one that doesn't edit, cancel editing?
|
// - should clicking on some other column of the same row, even one that doesn't edit, cancel editing?
|
||||||
|
// - implement keyboard accessibility
|
||||||
|
// - implement accessibility in general (Dynamic Annotations maybe?)
|
||||||
|
|
||||||
static uiTableTextColumnOptionalParams defaultTextColumnOptionalParams = {
|
static uiTableTextColumnOptionalParams defaultTextColumnOptionalParams = {
|
||||||
/*TODO.ColorModelColumn = */-1,
|
/*TODO.ColorModelColumn = */-1,
|
||||||
|
|
Loading…
Reference in New Issue