amildm
Contributor
3 years agoSublime -> how to define it as External Preferable Editor?
Hi All,
How should I define the Sublime as an Preferable Editor in Quartus?
Here is how I defined it:
Here is the message , which I receive each time when I double click on any file ins...
- 3 years ago
I believe the problem occur if you close the Quartus and reopen it.
The double quote in the command line seem to be removed automatically, causing the tool can't find the tool.
Add back the double quote in the command line and it should works. Example:
"C:\Program Files\Sublime Text\sublime_text.exe"
Or copy the .exe to the Quartus installation path (without any space in between). Example:
C:\intelFPGA\sublime_text.exe (with or without the double quote)