<div dir="ltr">Hi, Martin<br><br>Thanks, I have tested it, in fact I prefer gird style more than a tree, for simple, light and less flicker, if I want to more info I can call Inspect for it.<br>But I like to have another feature, "Stay on top" for debug watches dialog and Inspect Debug, because I can inspect more than variable and need to watch it changing step by step.<br>
<br>Thanks a lot<br><br><div class="gmail_quote">On Sat, May 12, 2012 at 7:26 PM, Martin <span dir="ltr"><<a href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 09/05/2012 15:32, Graeme Geldenhuys wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 9 May 2012 15:35, Martin<<a href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So the questions are (if the grid is fixed):<br>
<br>
1) what is the preferred display:<br>
- treeview<br>
- grid<br>
</blockquote>
I would still go for the treeview as it could nicely display the<br>
hierarchy of properties (if supported).<br>
</blockquote>
<br>
After some discussion about the patch in <a href="http://bugs.freepascal.org/view.php?id=21990" target="_blank">http://bugs.freepascal.org/<u></u>view.php?id=21990</a> the main question to remain was: treeview or grid<br>

<br>
The main reason for treeview (as far as I am aware) was/is, that additional future feature may be easier to be implemented.<br>
But they are not implemented yet. If someone is indeed picking up work on such features, then we can look at bringing the treeview back in (until the grid can do it too).<br>
<br>
For now I have done the following. (r 37259)<br>
- For none structured long values (strings) currently a memo with word-wrap is better(better than treeview or grid)<br>
  Allows displaying long text.<br>
  Allows copy, copy selection<br>
- Same for memory dumps, until we have a nice viewer for mem dumps<br>
- For structured values:<br>
  The plan is still the grid, including extending the grid for sub-nodes<br>
  Until the grid (or rather the persistent storage system) has at least auto-size columns, the memo is used too, but without word wrap.<br>
  The data is cleaned up (methods on a single line)<br>
<br>
I added the splitter to the persistent storage (not supported by docking) so it's width will be remembered.<br>
<br>
I added a tool-button to toggle the entire inspect pane<br>
- the button state is not yet persistent<br>
- the icon is actually the icon for the stand alone inspector window. It would be nice to free it up, so we can have a button to sent a watch to the stand alone inspector win. But I am no gfx expert. If someone has an idea...</blockquote>
<div> <br><br></div></div><div dir="ltr">Zaher Dirkey</div><br>
</div>