REQ: Objective-C syntax highlighting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jezzer
    Expert
    • Sep 2013
    • 56

    REQ: Objective-C syntax highlighting

    As per title
    FlexiTimer - interval/fitness timer app for iOS. http://flexitimer.com
  • Aaron
    Team Scooter
    • Oct 2007
    • 16000

    #2
    Hello,

    We do not currently support this file format, but you are able to create your own and customize the coloring used. This is done from the File Formats dialog, where you can create a new format or clone an existing one. When creating a new grammar in the grammar tab, if you use an existing name (such as String) it will use the String coloring defined in the preferences. If you create a custom name, this custom name will be added to the list of grammar elements in the Preferences, which can then also be customized.
    Aaron P Scooter Software

    Comment

    • Zoë
      Team Scooter
      • Oct 2007
      • 2666

      #3
      The C/C++/C# file format should work fine for Objective C too. Try adding ";*.m" to the mask list for it.
      Zoë P Scooter Software

      Comment

      • Zoë
        Team Scooter
        • Oct 2007
        • 2666

        #4
        After looking into it some, I see it doesn't handle everything, since it doesn't cover Objective C specific keywords like @interface. I'll update our C/C++/C# file format with proper Objective C coverage for the next alpha.
        Zoë P Scooter Software

        Comment

        • jezzer
          Expert
          • Sep 2013
          • 56

          #5
          Thanks Craig!
          FlexiTimer - interval/fitness timer app for iOS. http://flexitimer.com

          Comment

          Working...