notepad++ configuring Python with GCC, go

Source: Internet
Author: User
Tags install go
This is a creation in Article, where the information may have evolved or changed.

Notepad configuring Python:

1. Install Python

2. Write a python program in Notepad, press F5 to run, enter cmd/k E:/applications/python27/python.exe "$ (Full_current_path)" & PAUSE & EXIT Save,

Where E:/applications/python27/python.exe is your Python path.


Notepad configuring GCC:

1. Installing MinGW

2. Configure the environment variable (add the bin directory of the MinGW to the path variable).

3. Write a C code F5 run in Notepad, enter cmd/k gcc-o "E:\C\Debug\$ (name_part). exe" "$ (Full_current_path)" & PAUSE & EXIT Save,

Where E:\c\debug\ is the compiled output.

Then F5 run, enter cmd/k "E:\C\Debug\$ (Name_part)" & PAUSE & EXIT to save, run the compiled program.


Notepad configuration go:

1. Install go.

2. Configure the environment variable (add the bin directory to the path variable, and the MSI-formatted installation package automatically configures the variable).

3. Download Notepad's Go language highlighting support package.

4. Extract two XML files (Go.xml and userdefinelang_go.xml) and put Go.xml under Notepad \ Plugins\apis, modify the Userdefinelang_go.xml file,

5. Write a go program in Notepad run, enter cmd/k go Build-o "D:\Go\Debug\$ (name_part). exe" "$ (Full_current_path)" & PAUSE & EXIT save.


Notepad can also be installed directly in the Plugin-->plugin manager-->show Plugin Manager by checking the required plugins.


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Related Article

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.