<div dir="ltr">Sigh, now you see my misunderstanding, sorry for the abuse of CAPS LOCK but #pragma marks are only called #pragma because of the preprocessor, which is why GCC is getting away from that. (note the gcc handbook, i checked it out one week) anyway, it would be silly for an editor to detect things that are language specific in a non language spesific way. if you just said you wanted to mark places in your code, then you would have gotten that sooner. (in an editor spesific manor) <div>
note : I use Vim<br><br><div class="gmail_quote">On Tue, Aug 12, 2008 at 8:16 AM, Daniel Ashbrook <span dir="ltr"><<a href="mailto:anjiro@cc.gatech.edu">anjiro@cc.gatech.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Heeeey, awesome! Who woulda thought that reading the documentation would actually come in handy? Much obliged, Mike!<br>
<br>
<br>
dan<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
Mike Covill wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
From Apple's "Xcode Workspace Guide:, chapter 6, section 2:<br>
<br>
<a href="http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeWorkspace/600-The_Text_Editor/chapter_6_section_2.html" target="_blank">http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeWorkspace/600-The_Text_Editor/chapter_6_section_2.html</a> <br>
<br>
you can use these inside a comment and the drop down will display them in bold, like the #pragma mark does in C code:<br>
<br>
MARK:<br>
TODO:<br>
FIXME:<br>
!!!:<br>
???:<br>
<br>
You can use "MARK:" just like you use "#pragma mark" in C code, and it ("MARK:") will not show up in the drop down, just the comment following it. The others will be included in the drop down item.<br>
<br>
#MARK: Section 1<br>
displays as: "Section 1"<br>
<br>
#!!!: Look at this now!<br>
displays as: "!!! Look at this now"<br>
<br>
Mike<br>
<br>
</blockquote>
<br>
_______________________________________________<br>
Pythonmac-SIG maillist - <a href="mailto:Pythonmac-SIG@python.org" target="_blank">Pythonmac-SIG@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythonmac-sig" target="_blank">http://mail.python.org/mailman/listinfo/pythonmac-sig</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><br>"lalalalala! it's not broken because I can use it"<br><br><a href="http://linux.slashdot.org/comments.pl?sid=194281&threshold=1&commentsort=0&mode=thread&cid=15927703">http://linux.slashdot.org/comments.pl?sid=194281&threshold=1&commentsort=0&mode=thread&cid=15927703</a><br>
</div></div>