ArticleDirectory
- Introduction
- Body
- Reference
- See also
Introduction
Although qii11.1 has added the automatic complementing function, it is still not enjoyable. I am still in love with notepad ++.
Body
Take Quartus II 11.1 and notepad ++ v5.9.6.2 as an example.
1. use qii to automatically call notepad ++ to open files such as HDL, SDC, and TXT. In addition, when an error is reported, notepad ++ can directly highlight the error line (in this mode, notepad ++ delivers the best results ).
Method: qii> Tools> OPTIONS... > General> preferred text editor. Click set.
Figure 1
Here, % F is used to specify the file name, and % L is used to specify the corresponding number of rows;-N is the notepad ++ option, and the function is to highlight to a row.
2. Enable the Automatic completion function of notepad ++.
Method: N ++> Settings> preferences> Backup and Automatic completion
Here I select 2 as shown in
Figure 2
Effect: All phrases are automatically prompted when you repeat them for the second time.
Figure 3
Reference
1. notepad ++ online document-command line
See also
1. [original]. A work und to the problem that the qii 10.0 compiler cannot be used to edit and view Chinese Characters