digitalmars.D.announce - D for Xcode 1.1b1
- Michel Fortin <michel.fortin michelf.com> May 31 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 michelf.com http://michelf.com/
May 31 2008
On Sat, 31 May 2008 16:55:47 +0200, Michel Fortin <michel.fortin michelf.com> wrote:This release brings D to Xcode 3. You can download it from here: <http://michelf.com/projects/d-for-xcode/>
Hi, the link doesn't seem to work. And, I really appreciate your efforts to support D on OSX. Great stuff! Robert
Jun 02 2008
On 2008-06-02 07:54:10 -0400, Robert M. Münch <robert.muench robertmuench.de> said:On Sat, 31 May 2008 16:55:47 +0200, Michel Fortin <michel.fortin michelf.com> wrote:This release brings D to Xcode 3. You can download it from here: <http://michelf.com/projects/d-for-xcode/>
Hi, the link doesn't seem to work.
It does for me. Perhaps the server was down momentarily when you clicked that link.And, I really appreciate your efforts to support D on OSX. Great stuff! Robert
Thank you Robert. -- Michel Fortin michel.fortin michelf.com http://michelf.com/
Jun 04 2008








Michel Fortin <michel.fortin michelf.com>