March 28, 2007 Re: Commercial IDE for D | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Charlie | Charlie Wrote: > Zeus has code completion, workspace management, class/field/function navigator, debugging -- a great IDE once you take some time to learn it. Zeus will definitely require the user take some time to learn use it. With regard to the class browsing feature, Zeus uses the ctags utility as it source of program information. Quite some time ago I made changes to ctags to support the D languages and posted my code changes here: http://www.zeusedit.com/forum/viewtopic.php?t=613 Since then I come across another patch for ctags which appears to be based on my original changes, which claims to offer better support for the D language: http://www.prowiki.org/wiki4d/wiki.cgi?ReferenceForTools/ExuberantCtags But when I tried to apply the patch to the ctags 5.6 code base using this GNU Patch Version 2.5.9 it failed :( If anyone has managed to apply this patch, could you please let me know which patch utility and version of ctags source code you used, as I am keen to see if Zeus will work correctly with this improved version of the ctags.exe utility. Cheers Jussi Author: Zeus for Windows IDE | |||
March 28, 2007 Re: Commercial IDE for D | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Jussi Jumppanen | Jussi Jumppanen Wrote:
> If anyone has managed to apply this patch, could you please let me know
I managed to answer my own question :)
For anyone else who might be interested, if you use this version of the exuberant ctags source code:
ec56w32.zip
and run this GNU Patch Version 2.5.9 command line:
PATCH < ctags-5.6-d.patch.txt
it will correctly patch the c.c and parsers.h files.
It failed for me the first time because I was stupidly trying to apply the patch to the 5.5 version of the ctags source code.
To use the new ctags with Zeus just rename the file to xtags.exe and put the executable in the Zeus install directory.
Cheers Jussi
Author: Zeus for Windows IDE
| |||
April 12, 2007 Re: Commercial IDE for D | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Charlie | Charlie Wrote: > kmk wrote: > > Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while. > > Zeus has code completion, workspace management, class/field/function navigator, debugging -- a great IDE once you take some time to learn it. > http://www.codeblocks.org http://forums.codeblocks.org/index.php?PHPSESSID=876263e42f75115958edce763ba9f65a&board=20.0 | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply