digitalmars.D - D editor support
- Tim Laurent <nanobyte gmx.com> Jul 26 2005
- Sean Kelly <sean f4.ca> Jul 26 2005
- "Charles" <noone nowhere.com> Jul 26 2005
- Jussi Jumppanen <Jussi_member pathlink.com> Aug 07 2005
I noticed that the more D source code you write with a simple editor, the more difficult it becomes to jump to methods/functions. I use EditPlus and hacked the C# regular expression for function extraction so that I can display a list of functions in addition to have syntax highlighting, but that is not enough. What's I'm really looking for is a fully-featured code browser like in VC++. Is there any freely available editor that supports something like that for D? Thanks, -Tim
Jul 26 2005
In article <dc5ksi$tlh$1 digitaldaemon.com>, Tim Laurent says...I noticed that the more D source code you write with a simple editor, the more difficult it becomes to jump to methods/functions. I use EditPlus and hacked the C# regular expression for function extraction so that I can display a list of functions in addition to have syntax highlighting, but that is not enough. What's I'm really looking for is a fully-featured code browser like in VC++. Is there any freely available editor that supports something like that for D?
http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport Sean
Jul 26 2005
<shameless> Elephant has a codebrowser & jump to function / class / variable ( Alt - G ) , module ( Alt - B ). Don't forget to set your import paths for added code-completion :). </shameless> "Sean Kelly" <sean f4.ca> wrote in message news:dc5l7c$tus$1 digitaldaemon.com...In article <dc5ksi$tlh$1 digitaldaemon.com>, Tim Laurent says...I noticed that the more D source code you write with a simple editor, the more difficult it becomes to jump to methods/functions. I use EditPlus and hacked the C# regular expression for function extraction so that I can display a list of functions in addition to have syntax highlighting, but that is not enough. What's I'm really looking for is a fully-featured code browser like in VC++. Is there any freely available editor that supports something like that for D?
http://www.prowiki.org/wiki4d/wiki.cgi?EditorSupport Sean
Jul 26 2005
In article <dc5ksi$tlh$1 digitaldaemon.com>, Tim Laurent says...What's I'm really looking for is a fully-featured code browser like in VC++.
The latest version of the Zeus for Windows editor comes with class browsing and code completion for the D language: http://www.zeusedit.com/lookmain.html Zeus uses the Exuberant Ctags to generate the tags information and the code changes that where required to support D can be found here: http://www.zeusedit.com/z300/ctags_src.zipIs there any freely available editor that supports something like that for D?
Zeus is shareware but has a 45 day fully functional trial period. Jussi Jumppanen http://www.zeusedit.com
Aug 07 2005









"Charles" <noone nowhere.com> 