This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Watch/Locals pad improvements (WPF version) #199
Open
Description
SD-1810, originally created on 1/7/2011 14:10:04 by Eusebiu Marcu
- add some shortcut like "Ins" for add watch
- put a second (third, etc -- VS has Watches 1 to 4) watch window
- if there is a variable that is not a primitive and has hierarchical
contents, if I look at some value say a.b.c and expand the view down to
a.b.c, it collapses back when stepping, and that's annoying. The
collapse didn't happen on 3.2's Local Variables, but it happened in
Watch on all versions, and now in 4.1 seems to happen in Locals too... - don't know why, but expanding is kinda slow (1-3 seconds for 4
subitems, 20+ seconds for 50+ subitems). this didn't happen in 3.2, it
was instant - allow to 'edit' an entry, if I mistake a letter I have to remove it
and add it again...
Comment from Eusebiu Marcu on 1/13/2011 02:45:16:
insert new var using "Ins" & edit var name + autocomplete => both
in 525c75c
Comment from Eusebiu Marcu on 1/13/2011 15:44:56:
expanding issue : evaluating only when expanding the node ; done
in 529f101