On Sat, Nov 06, 2004 at 11:39:53PM -0400, bulia byak wrote:
When the focus is in the left pane:
"<b>1</b> out of <b>NN</b> nodes selected. <b>Click</b> or <b>Shift+click</b> to select nodes, <b>drag</b> to rearrange."
(Note: multiple selections with Shift is not implemented yet, so for now drop it)
When focus is in the attrs list:
"Attribute <b>attr-name</b> selected. Press <b>Ctrl+Enter</b> when done editing to commit."
And at least this error message:
"Cannot set id: An element with this id already exists"
when it refuses to set an id attribute value.
I run into this because I had to use XML editor to set id, again. Bryce, since you deleted it from obj props, can you please restore it back? It's VERY much needed.
Okay, the statusbar changes based on selection, and will throw the warning on an ID conflict. The g_critical should be disabled for that situation somehow, but there didn't look like an easy way to do that.