Java Class related icons Introduction
??
- website address:http://www.jetbrains.com/idea/webhelp/symbols.html
- for each icon, theDescriptionIt was written in great detail, but there are a few that need special instructions.
-
source root You can understand it as the source directory , the role of the source code is used to specifically put Java class File, it is the source. Our general default name is src source directory , but this is not the case, in IntelliJ idea srcs Source Root so the source directory is not related to directory naming , but instead IntelliJ idea support for any directory to be set to Source root, Specific settings will be explained later in the chapter. Source root The role is to mark the files in this directory to be compiled
Java class located out of the source root , as we know from the previous article The Source root directory is used to tell IntelliJ idea that this is a compiled directory, and if your Java class file is not placed in that directory or under the sub-package of that directory, then the Java class will not compile. will be represented as this icon.
|
Introduction to various types of file type icons
??
- website Address: http://www.jetbrains.com/idea/webhelp/file-types-recognized-by-intellij-idea.html
- For each icon, the introduction is very clear, my side only to do a type of file supplement.
- JavaScript Two kinds of icons introduced
??
- as shown, for compressed JavaScript file, icon will have? 010 patterns.
??
|
??
Sixth Chapter Icon Introduction