Re: Extending XCode Syntax Highlighting
Re: Extending XCode Syntax Highlighting
- Subject: Re: Extending XCode Syntax Highlighting
- From: Scott Tooker <email@hidden>
- Date: Wed, 29 Oct 2003 18:25:11 -0800
We don't have any documentation for creating your own source scanner
(to populate the function popup). Setting up the syntax coloring is
also not documented, but if you look at the pblangspec and pbfilespec
files in the DevToolsCore framework you can piece together how to set
that up.
The key is you place your own pblangpec and pbfilespec files in
~/Applications Support/Developer Tools/Specifications.
Scott
On Oct 29, 2003, at 8:30 AM, Andy Satori wrote:
> Clearly XCode has dramatically improved support for Syntax
> Highlighting. I've been dabbling with adding C# support to XCode via
> the Portable.NET and Mono projects. One of the things on my todo list
> for this is to add a syntax highlighting module for it.
>
> From what I can tell, I need to write a Syntax Scanner (for the
> function drop downs), something that I cannot find any documentation
> referencing, and secondly I need to find the magic location to put my
> C# Syntax definitions.
>
> After my initial research, I thought it would go into
> /Library/Application Support/Developer Tools/Syntax but it doesn't
> appear to be loading from that location.
>
>
> Has anyone attempted to add any language support to XCode yet? Am I
> looking in the wrong place?
>
>
> Andy Satori - Druware Software Designs - email@hidden
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.