Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16920 Discussions

Sublime -> how to define it as External Preferable Editor?

amildm
Valued Contributor I
602 Views

Hi All,

How should I define the Sublime as an Preferable Editor in Quartus?

Here is how I defined it:

1.jpg

 

Here is the message , which I receive each time when I double click on any file inside of the Quartus (e.g. HDL files):

2.jpg

 

 So, what's wrong? The Sublime Text Editor works fine as a stands alone editor, I'm also able to open the same files with it that I failed to open from Quartus.

Thanks!

 
 

 

 

0 Kudos
1 Solution
RichardTanSY_Intel
566 Views

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)


View solution in original post

2 Replies
RichardTanSY_Intel
567 Views

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)


RichardTanSY_Intel
551 Views

Thanks for acknowledge the solution provided.


I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


Thank you.


Best Regards,

Richard Tan


p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 9/10 survey.



Reply