digitalmars.D - Good Linux IDE/Editor
- Jonathan Crapuchettes (9/9) May 24 2007 I have been working with D for the last few months, but can't seem to fi...
- Dejan Lekic (1/1) May 24 2007 I know only of one which does code completion - Code::Blocks, and that o...
- David Ferenczi (16/26) May 24 2007 There are two really good editors under linux: VIM and EMACS, but they a...
- Lars Ivar Igesund (9/16) May 24 2007 Yzis worked quite well at one point, but is now going through a cleaning
- eao197 (6/14) May 24 2007 AFAIK, PIDA (http://pida.co.uk/) project uses VIM such way.
- David Ferenczi (2/3) May 28 2007 http://www.vim.org/sponsor/vote_results.php
- Alan Knowles (5/15) May 24 2007 Try www.dsource.org/projects/leds
- Charles D Hixson (6/16) Oct 22 2007 limited, but present. Somewhat customizeable.
- BLS (5/25) Oct 23 2007 Hi Charles,
- Charles D Hixson (11/15) Oct 25 2007 The times that I've tried to install it, it hasn't worked.
I have been working with D for the last few months, but can't seem to find a good IDE/Editor. I have tried Code::Blocks and Geany, but neither was really want I wanted. I am looking for a good semi-lightweight IDE/Editor for D that can run on Linux that has the following features in order of importance: 1. Syntax highlighting 2. Good variable, function, and class/template code completion 3. Code compilation 4. Debugging After trying a few IDEs and editors, I thought that I would try to start a discussion on this topic that might help all D programmers. Thanks, JC
May 24 2007
I know only of one which does code completion - Code::Blocks, and that one is kinda buggy too.
May 24 2007
Jonathan Crapuchettes wrote:I have been working with D for the last few months, but can't seem to find a good IDE/Editor. I have tried Code::Blocks and Geany, but neither was really want I wanted. I am looking for a good semi-lightweight IDE/Editor for D that can run on Linux that has the following features in order of importance: 1. Syntax highlighting 2. Good variable, function, and class/template code completion 3. Code compilation 4. Debugging After trying a few IDEs and editors, I thought that I would try to start a discussion on this topic that might help all D programmers. Thanks, JCThere are two really good editors under linux: VIM and EMACS, but they are not really IDEs in the closest sense of the word. Yes, they have many extensions and IDE-like features, but they were designed to be editors, not IDEs. And yes, they are the best editors availble if you don't mind the learning curve. If you really want an IDE try KDevelop or Anjuta, or sg. similar. These are quite good IDEs, but not particularly good editors. There are ongoing efforts to create e.g. a VIM engine, which can be embedded in any graphical environment, but these are in preliminary status at the moment. AFAIK the VIM project haven't started yet with the implementation (the feature stands with high priority on the wish list), the yzis project works quite good already, but I don't know if it's enough matured for the daily use. Regards, David
May 24 2007
David Ferenczi wrote:There are ongoing efforts to create e.g. a VIM engine, which can be embedded in any graphical environment, but these are in preliminary status at the moment. AFAIK the VIM project haven't started yet with the implementation (the feature stands with high priority on the wish list),Hmm, haven't heard of this, sounds interesting.the yzis project works quite good already, but I don't know if it's enough matured for the daily use.Yzis worked quite well at one point, but is now going through a cleaning phase and is aiming at KDE4 timeframe release. -- Lars Ivar Igesund blog at http://larsivi.net DSource, #d.tango & #D: larsivi Dancing the Tango
May 24 2007
On Fri, 25 May 2007 00:34:29 +0400, Lars Ivar Igesund <larsivar igesund.net> wrote:David Ferenczi wrote:AFAIK, PIDA (http://pida.co.uk/) project uses VIM such way. -- Regards, Yauheni AkhotnikauThere are ongoing efforts to create e.g. a VIM engine, which can be embedded in any graphical environment, but these are in preliminary status at the moment. AFAIK the VIM project haven't started yet with the implementation (the feature stands with high priority on the wish list),Hmm, haven't heard of this, sounds interesting.
May 24 2007
Lars Ivar Igesund wrote:Hmm, haven't heard of this, sounds interesting.http://www.vim.org/sponsor/vote_results.php
May 28 2007
Jonathan Crapuchettes wrote:I have been working with D for the last few months, but can't seem to find a good IDE/Editor. I have tried Code::Blocks and Geany, but neither was really want I wanted. I am looking for a good semi-lightweight IDE/Editor for D that can run on Linux that has the following features in order of importance: 1. Syntax highlighting 2. Good variable, function, and class/template code completion 3. Code compilation 4. DebuggingTry www.dsource.org/projects/leds It's got, 1,2,3 - although we have not done much on 4 Regards AlanAfter trying a few IDEs and editors, I thought that I would try to start a discussion on this topic that might help all D programmers. Thanks, JC
May 24 2007
Jonathan Crapuchettes wrote:I have been working with D for the last few months, but can't seem to find a good IDE/Editor. I have tried Code::Blocks and Geany, but neither was really want I wanted. I am looking for a good semi-lightweight IDE/Editor for D that can run on Linux that has the following features in order of importance: 1. Syntax highlightingYes.2. Good variable, function, and class/template code completionlimited, but present. Somewhat customizeable.3. Code compilationYou can define a makefile, or set compilation options under Build:Set Includes and Arguments4. DebuggingNot sure.After trying a few IDEs and editors, I thought that I would try to start a discussion on this topic that might help all D programmers. Thanks, JC
Oct 22 2007
Charles D Hixson schrieb:Jonathan Crapuchettes wrote:Hi Charles, I think you should give leds a try. http://www.dsource.org/projects/leds BjoernI have been working with D for the last few months, but can't seem to find a good IDE/Editor. I have tried Code::Blocks and Geany, but neither was really want I wanted. I am looking for a good semi-lightweight IDE/Editor for D that can run on Linux that has the following features in order of importance: 1. Syntax highlightingYes.2. Good variable, function, and class/template code completionlimited, but present. Somewhat customizeable.3. Code compilationYou can define a makefile, or set compilation options under Build:Set Includes and Arguments4. DebuggingNot sure.After trying a few IDEs and editors, I thought that I would try to start a discussion on this topic that might help all D programmers. Thanks, JC
Oct 23 2007
Hi Charles, I think you should give leds a try. http://www.dsource.org/projects/leds BjoernThe times that I've tried to install it, it hasn't worked. (There was a typo, though. The actual name is Geany...my right hand was one key over.) FWIW, there was a D editor I had that "sort of" worked: eDitor. Unfortunately it was a bit alpha. I've also used Derelict, and that worked, but I find Eclipse too heavy. I've looked into various alternatives...I used Kate up until just quite recently, and may yet go back to it. Geany, though, handles more D specializations. This isn't all good. I find that frequently it wants to put in a template where what I want to do is type a tab.
Oct 25 2007