« Return to Thread: pragma mark with python in xcode?

Re: pragma mark with python in xcode?

by Daniel Ashbrook :: Rate this Message:

Reply to Author | View in Thread

Nehemiah Dacres wrote:
  > What are u using a #pragma for in python? You See that POUND sign your
> using, thats a COMPILER DIRECTIVE, python is an interpreted scripting
> language, no PREPROCESSING allowed , (except for the .pyc code but thats
> compiled if you want to get technical with me)
> Am I misinterpreting you intentions?

Yes.

Xcode supports "#pragma mark foo" that puts "foo" into a dropdown menu
above your code in the editor so you can quickly jump between sections.


dan
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@...
http://mail.python.org/mailman/listinfo/pythonmac-sig

 « Return to Thread: pragma mark with python in xcode?