DDT-IDE / DDT

DDT is an Eclipse-based IDE for the D programming language:
http://ddt-ide.github.io/
101 stars 16 forks source link

Ctrl-click, F3, and code completion do not work if "dub" program is not on the PATH #82

Closed bruno-medeiros closed 9 years ago

bruno-medeiros commented 10 years ago

Despite the DDT preference option to set the complete path for the DUB executable, that only works for the build operation. For other operations, such as Ctrl-click, Open Definition (F3), code completion, and even DDoc hovers, they will not work unless "dub" is on the PATH.

Ctrl+left mouse click (open code definition) presents an error message: "java.io.IOException: Cannot run program "dub" (in directory MY_PATH): error=2 file or directory not found"

The other operations silently fail.