How to configure an external editor in tornado

Source: Internet
Author: User
Anyone who has used tornado knows that its editor is too simple, and there are so many powerful editors around us that can be used, such as ue, source insight, VI, etc. Can we integrate these editors into tornado? Of course you can. Otherwise, why am I writing this? Below we will take source insight as an example. First, select the external editor tab in tools> options in the tornado menu, enter the following command in command: D:/source insight 3/insight3.exe-I + $ lineno $ filename. The bold part is the actual path of source insight, you can use the Browse button on the right to browse and select.-I indicates that only one source insight program can be opened. If the following file menu check box is selected, source insight is called directly when a new file is selected from the menu. If a project is selected, double-clicking the file from the project directly calls source insight, if you select build out wind, double-click the line that has an error in the output window of the compilation process to directly jump to the source Corresponding line in insight (note that to implement this function, the parameter + $ lineno is required ). At the same time, it is best to set it in source insight. Otherwise, if you modify the file in tornado, source insight will prompt whether the file has been modified externally and whether to reload the file. This is annoying, therefore, we can remove this prompt by selecting the file tab in Option-> preference from the source insight menu, and removing the third check box from top to bottom.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.