D for Xcode 1.1b1

Michel Fortin michel.fortin at michelf.com
Sat May 31 07:55:47 PDT 2008


This release brings D to Xcode 3. You can download it from here:

<http://michelf.com/projects/d-for-xcode/>

D for Xcode 1.1b1 (31 May 2008):

*	Updated the build process and other parts of the plugin to work with
	Xcode 3 on Leopard. The plugin continue to work with all previously
	supported versions of Xcode (2.4.1 and 2.5).

*	Created a new set of rules for syntax highlighting suitable for Xcode 3
	and allowing code folding.


Known Issues:

*	Nested comments and documentation comments are ignored by the syntax
	highlighter in Xcode 3.

*	Code folding in Xcode 3 doesn't always work correctly.

*	Files with the .d extensions are given the "sourcecode.dtrace" type
	instead of "sourcecode.d" while first added to a project. This is because
	Xcode already has a rule associating .d files with dtrace which takes
	precedence. You must open the info panel for your files and manually select
	the "sourcecode.d" file type. This does not apply to Xcode 2.x.

*	The debugger doesn't demangle function names. This can probably be fixed
	by patching GDB.

*	The debugger does not show very intelligently the content of objects.



-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/



More information about the Digitalmars-d-announce mailing list