Hi,
A new string from src/dialogs/xml-tree.cpp: "<b>XML Editor</b> Select attributes and edit them."
I guess there should be some punctuation between "Editor" and "Select".
Arpad Biro
__________________________________ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com
On Sat, Nov 06, 2004 at 05:18:26AM -0800, Arpad Biro wrote:
Hi,
A new string from src/dialogs/xml-tree.cpp: "<b>XML Editor</b> Select attributes and edit them."
I guess there should be some punctuation between "Editor" and "Select".
I was modeling the message after the "Welcome to Inkscape!" message that appears in the other status bar on start up. But I didn't think the XML Editor warranted an exclamation mark (even though it IS very cool). And then I thought a period looked funny.
Bulia, since having the status bar there was originally your idea, what should appear there by default?
On Sat, 6 Nov 2004 07:45:24 -0800, Kees Cook <inkscape@...62...> wrote:
Bulia, since having the status bar there was originally your idea, what should appear there by default?
For example:
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."
For example:
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.
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.
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.
Thank you! I fixed some cosmetic issues there. Most notably, attribute values are now wrapped in their editing field (why didn't I think about that before?!). The button now shows "Set" instead of the crooky icon for these reasons:
- smaller
- more obvious
- with text, you can see when the button is enabled and when not
On Sat, 6 Nov 2004, bulia byak wrote:
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.
It is restored. I plan on doing no further work on the object properties dialog, so do not hesistate to make changes if needed.
Bryce
On Sat, 2004-11-06 at 10:45, Kees Cook wrote:
On Sat, Nov 06, 2004 at 05:18:26AM -0800, Arpad Biro wrote:
I guess there should be some punctuation between "Editor" and "Select".
I was modeling the message after the "Welcome to Inkscape!" message that appears in the other status bar on start up. But I didn't think the XML Editor warranted an exclamation mark (even though it IS very cool). And then I thought a period looked funny.
A colon would be appropriate.
-mental
participants (5)
-
Arpad Biro
-
Bryce Harrington
-
bulia byak
-
Kees Cook
-
MenTaLguY