• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
e: Storing notes/thoughts about code in Xcode and in the code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

e: Storing notes/thoughts about code in Xcode and in the code


  • Subject: e: Storing notes/thoughts about code in Xcode and in the code
  • From: Cem Karan <email@hidden>
  • Date: Thu, 14 Sep 2006 08:11:21 -0400

Just create design notes in separate files.  If you wish, you can
give them
a uniform suffix, like ".dnote", or incorporate a uniform pattern
in the
name, such as always having the word "notes" before the suffix
(i.e. the
globbing pattern "notes.*").



That is a good idea. Thanks for the tip - I will use it - though I would really like to have a link between a note and the line of code it is describing. (Though I always wonder why SmartFolders just use pattern matching for file names instead of also allowing pattern matching in the file itself (alas Spotlight)).

Just tried embedding file:// style URIs into my files... it works! You can also drag and drop files from the finder or from the project window's list of files onto any file in XCode and get the same result. If you click on the link, XCode uses the Finder to open the file, which means that you can have your notes file in whatever format you want. One thing to note though; although XCode shows the links of the form file:///Users/ckaran/Desktop/wwwhelp.html#gif, it doesn't pass the '#' part to Safari. This means you can't have one huge notes file with different sections referenced by a URI scheme. If you want something like that, write a bugreport. I'm pretty sure that supporting the full RFC 3986 URI standard, and letting someone else write a full note-supporting application would be preferable for Apple, rather than having to rework XCode so that it can support notes natively; its probably a heck of a lot less work.


Thanks,
Cem Karan
_______________________________________________
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


  • Prev by Date: Re: Exceptions thrown from framework not caught in application
  • Next by Date: Re: Exceptions thrown from framework not caught in application
  • Previous by thread: Re: Porting PP to Xcode - PPob windows don't display
  • Next by thread: App Crashes when ZeroLink isn't Used
  • Index(es):
    • Date
    • Thread