Development Tool IntelliJ IDEA Definition Language and file type example

Source: Internet
Author: User

When using Intellij IDEA, you can define the Supported languages and file types based on your needs. The following describes the process in detail.

1 Definition Language

SimpleLanguage INSTANCE = ("Simple"

2. Define icons

Copy the icon to the com. simple. plugin. icons package.

Javax. swing. * Icon FILE = IconLoader. getIcon ("/com/simpleplugin/icons/jar-gray.png"

3. Define the file type

Javax. swing. * SimpleFileType INSTANCE = "Simple file" "Simple language file" "simple"

4. Define a file type factory

SimpleFileTypeFactory "simple"

5. register the factory file type

<FileTypeFactory implementation = "com. simpleplugin. SimpleFileTypeFactory"/>

6. Run the project

Create a file with the extension. simple. IntelliJ IDEA automatically associates it with the defined language.

"Intellij IDEA latest version free of charge

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.