Simple suggestion for structure viewer

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Simple suggestion for structure viewer

Post by Trond »

In the structure viewer, if you press enter, it goes to the structure whose name is in the string gadget. It would be better if it went to the structure that was highlighted in the listview. This would allow you to type not the entire structure name, for example, you could type only console_s to see the CONSOLE_SCREEN_BUFFER_INFO structure.

Also, it would be good if backspace behaved like the back button.

By the way, I think that whichever gadget had focus before you pressed the back button (listview or string gadget) should still have focus afterwards, and that after you hit back the name of the selected structure should appear it in the string gadget.