Difference between revisions of "Editors"
m (→Text Editors) |
m (sorted alphabetically) |
||
Line 16: | Line 16: | ||
|Dec. 2014 | |Dec. 2014 | ||
|-- | |-- | ||
− | + | |[http://www.gnu.org/software/emacs/ Emacs] | |
− | |[http:// | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|Windows, Linux, OS X | |Windows, Linux, OS X | ||
− | | | + | |[https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode Official Emacs D-Mode] |
− | |2. | + | |2.0.6-1 |
|2014 | |2014 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|-- | |-- | ||
|[http://www.geany.org/ Geany] | |[http://www.geany.org/ Geany] | ||
Line 39: | Line 26: | ||
|D highlighting, code navigator in sidebar, compile D from the software using make or the integrated console. | |D highlighting, code navigator in sidebar, compile D from the software using make or the integrated console. | ||
|1.24.1 | |1.24.1 | ||
+ | |2014 | ||
+ | |-- | ||
+ | |KDE's [http://www.kde.org/applications/utilities/kwrite/ KWrite], [http://kate-editor.org/ Kate] | ||
+ | |Linux | ||
+ | |See the section on Lumen below | ||
+ | |KDE 4.14.01 | ||
+ | |2014 | ||
+ | |-- | ||
+ | |[http://prowiki.org/wiki4d/wiki.cgi?EditorSupport/NotepadPlus Notepad++] | ||
+ | |Windows | ||
+ | |It highlights syntax but the lexer is not 100% compliant with current D specifications. | ||
+ | |6.6.9 | ||
|2014 | |2014 | ||
|-- | |-- | ||
Line 47: | Line 46: | ||
|Sept. 2014 | |Sept. 2014 | ||
|-- | |-- | ||
− | |[http://www. | + | |[http://www.sublimetext.com/ SublimeText] |
|Windows, Linux, OS X | |Windows, Linux, OS X | ||
− | |||
| | | | ||
+ | |2.02 stable / 3 (beta) | ||
|2014 | |2014 | ||
|-- | |-- | ||
Line 57: | Line 56: | ||
| | | | ||
|6.7.1440 | |6.7.1440 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|2014 | |2014 | ||
|-- | |-- | ||
Line 71: | Line 64: | ||
|Jul. 11 2014 | |Jul. 11 2014 | ||
|-- | |-- | ||
− | | | + | |[http://macromates.com/ TextMate] |
− | |Linux | + | |OS X |
− | | | + | | |
− | | | + | | |
+ | | | ||
+ | |-- | ||
+ | |[http://www.vim.org/ Vim] | ||
+ | |Windows, Linux, OS X | ||
+ | |[[D in Vim]] | ||
+ | | | ||
|2014 | |2014 | ||
|-- | |-- |
Revision as of 09:17, 8 December 2014
Text Editors
Text editors and lightweight development environments with D support.
Name | Platforms | Comments | Version | Last known activity |
---|---|---|---|---|
Coedit | Windows, Linux | IDE for the D lang with projects, symbol list, single click compile and run, and more. | alpha 9 | Dec. 2014 |
Emacs | Windows, Linux, OS X | Official Emacs D-Mode | 2.0.6-1 | 2014 |
Geany | Windows, Linux, OS X | D highlighting, code navigator in sidebar, compile D from the software using make or the integrated console. | 1.24.1 | 2014 |
KDE's KWrite, Kate | Linux | See the section on Lumen below | KDE 4.14.01 | 2014 |
Notepad++ | Windows | It highlights syntax but the lexer is not 100% compliant with current D specifications. | 6.6.9 | 2014 |
SciTE | Windows, Linux, OS X | 3.5.1 | Sept. 2014 | |
SublimeText | Windows, Linux, OS X | 2.02 stable / 3 (beta) | 2014 | |
SynWrite | Windows | 6.7.1440 | 2014 | |
Textadept | Windows, Linux, OS X | Works well with DCD | 7.5 | Jul. 11 2014 |
TextMate | OS X | |||
Vim | Windows, Linux, OS X | D in Vim | 2014 | |
Zeus | Windows | A programmer's editor with support for D including syntax highlighting, code folding and code indenting. Also supports DCD to provide auto-completion, go to definition and document tool tips. | 3.97t | 2014 |
Text Editor Plugins & Extensions
Name | Platforms | Comments | Version | Last known activity |
---|---|---|---|---|
D Completion Daemon (DCD) | Windows, Linux | An auto-complete program for the D programming language. | 2014 | |
Lumen | Linux | a KTextEditor autocompletion plugin for the D programming language, which works e.g. in Kate or KDevelop. | 2014 |
See Also:
For integration with full IDEs, see: IDEs