Editor Support /
Jens File Editor
These instructions should allow you to configure JFE to highlight D keywords.
- Download JFE (or in German).
- Extract the files from the archive into a suitable program folder such as "C:\Program Files\JFE".
- Run jfe.exe (the main program) and exit it to create the jfe.ini file in the same folder as the executable.
- Search for "[SyntaxTemplates]" section, and add 1 to the "number" of templates.
- Also in the "[SyntaxTemplates]" section, add a line at the bottom of the section reading "templateN=D", where N is next number in the series of templates. For example, if the last template specified is "template0=C/C++", you'd add a line reading "template1=D".
- Then click on the "Edit" at the top of this page and copy the text below between "[[Code]" and the closing "]" to the clipboard.
- Using Notepad or some other editor beside JFE, add the text that you just put on the clipboard to jfe.ini file.
- Opening a file with a .d extension should now syntax highlight properly.
|
ToDo: The list of keywords probably needs a little updating. -- JustinCalvarese