Re: Text macro specifications submenu
Re: Text macro specifications submenu
- Subject: Re: Text macro specifications submenu
- From: Damien Bobillot <email@hidden>
- Date: Tue, 18 Jul 2006 23:04:25 +0200
Steve Mills wrote :
On Jul 18, 2006, at 14:15, Rush Manbert wrote:
So you successfully overrode only the formatting entry and had
everything else come from the Apple file?
Correct. My file appears as it did in my earlier message, but the
the correct ()'s instead of {}'s on the outside block. Just the one
definition.
"()" and "," are used to define arrays : ("item 1", "item 1", "item
1", "item 1")
"{}" and ";" are used to define dictionaries : { key1 = 20; key2 =
30; key3 = 10; }
For dictionaries, you must add a semi-colon at the end. For arrays,
you may add a comma at the end, but you don't need to do it.
--
Damien Bobillot
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden