Data Views are serialized to disk 2 different ways, 1. auto-magically with your project's workspace (so you never have to re-enter it) and/or 2. As a separate file (so it could be used in MULTIPLE projects, or to be able to re-load your favorites when needed).
You're assuming I mean "every time I want that list of registers". I don't actually do that. I mean "every time I open a Data View I have to enter the list of registers I want".
This was fixed in 1.4. As soon as you enter anything valid in the Edit column, the Write Current Edit button is enabled. You no longer need to hit ENTER then arrow back up.
Thank you!
Yes, this is by choice. It would burn up a TON of real estate as an MDI window. By making it dockable/floatable, you get to utilize the best screen real estate for that specific view (docked to side, on bottom for long strings, floating, grouped, etc.)
That's the exact opposite of the actual case. I'm PREVENTED from using the ideal screen real estate (under the other window, accessible with Ctrl-Tab) In the MDI model, I have the flexibility to split the screen, but the non-MDI model doesn't let me stack. I could replicate any of the layouts you describe as optimal with MDI, but can't create the one I like/need with non-MDI.
Yes, it does require scrolling (but so does an MDI Ladder View).
Right, and there's certainly nothing wrong with that. But in the thick of comparing with Memory view, that 99 number gets thrown around as if it were the data point to compare; I'm just pointing out that it is not, and 25-35 should in fact be used. In fact, even large MV's need to be scrolled, but at least you get several hundred on screen, so you scroll less and have a better chance of not moving other critical registers off-screen.
When you program in contiguous memory locations of a single data-block, Memory View is definitely a great tool.
And it doesn't even have to be a single data block. In AB, just like with Memory Views, you can open several at once. I think I had almost 500 values on screen at one time in three AB data file windows. (Athough theirs are better, since they're MDI so you can tile them exactly without having to approximately stretch them manually)