January 22, 2005
On Sat, 22 Jan 2005 16:14:26 +0000, nail wrote:

> 
>>Eclipse D plugin was quite "fun" and practical to use but too buggy for my purposes, so I gave up on it (both Windows and Linux); I have tried Scons for building - I am mildly impressed, but I'd rather have a tool that doesn't rely on a full Python installation, is d specific, and is standalone (ie, dmake or build).
> 
> I tried to use eclipse. It's great platform as it, but eclipseD - not. About a week I discovered structure of CDT plugin (for C/C++ development) with aim to remake it for D. But because I don't know Java language higher then read-only, the attempt was of course failed :). If somebody might to refactor CDT in DDT it would be so great - editor, outline, build, debug (gdb based) in one place for win32 and linux simultaneously plus count of external useful plugins. But alas it just a dream for nearest year or two, ehhh... pity.

Yep. I hear you. I tried to have a look at the Java code once many moons ago, but could not make much sense out of it.  I ended up getting plenty annoyed with the Java style and gave up trying to figure it all out.

It would be wonderful if a Java expert took the challenge.  I'm sure someone with enough background could make a CDT -> DDT conversion work. Even better would be if a dmake tool were integrated into the D eclipse system.  The automated build process would make D development alarmingly fun. :-)

- John R.
January 22, 2005
"nail" <nail_member@pathlink.com> wrote in message news:cstfa2$t0$1@digitaldaemon.com...
> Hi all.
>
> You can treat this topic as a poll. I think this can help begginers to
> choose
> convenient tools to use D and advanced programmers to try something new
> and
> compare with already used tools. So, the question is: what tools and
> applications do you use for D programming:
> 1) Platform
> 2) Editor
> 3) Build system
> 4) Debugger
> 5) Profiler
> 6) Others
>
> As for me, my replies are:
> 1) Win32
> 2) Programmers notepad 2 (www.pnotepad.org) - simple opensource editor
> with
> native D syntax highlight support and ability to call external tools like
> builder
> 3) SCons (www.scons.org)
> 4) None. I use printf where I need, 'cause I couldn't force any debugger
> to work
> with D
> 5) None. See (4) :)
>
>

1) win32
2) vs98
3) vs98 (my project is not very large:-  ))
4) vs98
5) none


January 22, 2005
> 1) Platform
Win32 (XP for now)

> 2) Editor
any text editor, right now gvim, but i'll check that pnotepad thingie in a while

> 3) Build system
i made a .bat file that calls dmd, i just use cmd "compile file" and that's about that

> 4) Debugger
OllyDebugger with OutputDebugStringA

> 5) Profiler
none.

> 6) Others
none.

- Asaf.


January 22, 2005
> nail says...
>1) Platform
>2) Editor
>3) Build system
>4) Debugger
>5) Profiler
>6) Others

1) MS WinXP SP2
2) Crimson Editor (UTF-8/UTF-16, has D highlighting)
3) XP commandline / create a batch file (.bat/.cmd)
4) Have MS Visual Studio .NET 2002, but I use writefln()s
5) none
6) a. MS SQL Server 2000 Programmer's version
6) b. MS Access 2002
6) c. XRay a really good free XML Editor.
6) d. Dependency Walker v2.1, a free utility that scans any 32-bit or 64-bit
Windows module.

* The link below shows a list of my past, present, and future tools. :) http://spottedtiger.tripod.com/D_Language/D_List_of_Tools_XP.html

-------------------------------------------------------------------
"Dare to reach for the Stars...Dare to Dream, Build, and Achieve!"
January 22, 2005
> 1) Platform
SuSE Linux 9.0

> 2) Editor
Kate

> 3) Build system
make or just command line ;-)

> 4) Debugger
right now printf, but I'm gonna try GDB for bigger projects

> 5) Profiler
none

> 6) Others
none
January 22, 2005
nail wrote:
> Hi all.
> 
> You can treat this topic as a poll. I think this can help begginers to choose
> convenient tools to use D and advanced programmers to try something new and
> compare with already used tools. So, the question is: what tools and
> applications do you use for D programming:
> 1) Platform
> 2) Editor
> 3) Build system
> 4) Debugger
> 5) Profiler
> 6) Others

1) Platform     -> Fedora Core 3 & 2 Linux
2) Editor       -> vim (text mode - not gvim)
3) Build system -> GNU make
4) Debugger     -> gdb and/or "printf/writef" statements
5) Profiler     -> not aware of any
6) Others       -> none at the moment
January 22, 2005
"nail" <nail_member@pathlink.com> wrote in message news:cstfa2$t0$1@digitaldaemon.com...
> Hi all.
>
> You can treat this topic as a poll. I think this can help begginers to
choose
> convenient tools to use D and advanced programmers to try something new
and
> compare with already used tools. So, the question is: what tools and
> applications do you use for D programming:
> 1) Platform
> 2) Editor
> 3) Build system
> 4) Debugger
> 5) Profiler
> 6) Others
>
> As for me, my replies are:
> 1) Win32
> 2) Programmers notepad 2 (www.pnotepad.org) - simple opensource editor
with
> native D syntax highlight support and ability to call external tools like
> builder
> 3) SCons (www.scons.org)
> 4) None. I use printf where I need, 'cause I couldn't force any debugger
to work
> with D
> 5) None. See (4) :)
>
>

1)  Linux , Win32
2)  Emacs
3)  Perl scripts
4)  printf!
5)  none
6)  grep , strace, libcurl (?)

Cappa!


January 22, 2005
nail wrote:

> 1) Platform
Gentoo Linux

> 2) Editor
Emacs for now, until I find something better. Would really like to get D working with KDevelop.. Have tried leds, but it's too buggy to be usable for now.

> 3) Build system
Make

> 4) Debugger
printf and gdb

> 5) Profiler
none

> 6) Others
Compiler: GDC

/Anders Rson
January 22, 2005
Platform: WinXP Home and Ubuntu Linux 4.10
Editor: jEdit
Build System: SCons, though I'll have a look at A-A-P
Debugger: None :(
Profiler: None

This setup has the advantage that it works identically on Windows and Linux. jEdit's D support is quite decent (including auto indenting).
January 22, 2005
> 1) Platform

WinXP SP2 En

> 2) Editor

DIDE (with badass black background)

> 3) Build system

DIDE

> 4) Debugger
> 5) Profiler

none