Re: Word style review "comments"
Re: Word style review "comments"
- Subject: Re: Word style review "comments"
- From: Jens Alfke <email@hidden>
- Date: Mon, 01 Jun 2015 17:27:49 -0700
On Jun 1, 2015, at 4:18 PM, Luther Baker < email@hidden> wrote:
Does anyone know if Xcode does this? or, does a plugin for Xcode do this? Or ... does a separate tool altogether do this that I could leave open just to add and read my meta comments?
Nope. Source files are plain text, so there’s no place to store such comments (except, literally, as source-code comments in the text, which contradicts what you want.)
(Sure, they could go into a side file or xattr metadata, but without any stable way to identify where in the file they go, their locations in the file would get messed up as soon as it were edited by a tool other than the one that manages the comments, or if you pulled Git/SVN changes to the file made by another user.)
—Jens
|
_______________________________________________
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