博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IDEA
阅读量:5901 次
发布时间:2019-06-19

本文共 1119 字,大约阅读时间需要 3 分钟。

hot3.png

IDEA (或  Studio ) 文件名颜色分别表示的意思

 

在IDEA 编辑器里,有着各种颜色的文件, 它们代表的意思是什么呢? 如下

其实,这主要和你的版本控制工具相关
绿色,已经加入控制暂未提交
红色,未加入版本控制
蓝色,加入,已提交,有改动
白色,加入,已提交,无改动
灰色:版本控制已忽略文件。
另外:
些文件名的颜色都是可以修改的,颜色的意义是根据你的设置看的。

1、打开settings

2、Editor
3、File Status

所有的文件颜色都在这里设置。

 

 

Symbols

In this section:

Common

Icon Description
classTypeJavaClass Class
classTypeAbstract Abstract class
classTypeAnnot Annotation
classTypeEnum Enumeration
classTypeException Exception
img Final Java class
classTypeInterface Interface
classTypeMain Java class that contains declaration of the main() method.
classTypeTestCase Test case
classTypeJavaOutOfSourceRoot Java class located out of the source root. Refer to the section  for details.
excludeFromCompilation.png Java class .
/help/img/idea/2016.3/phpTrait.png
method Method
/help/img/idea/2016.3/method_abstract.png Abstract method
field Field
/help/img/idea/2016.3/variable.png Variable
property Property
/help/img/idea/2016.3/property_yellow.png Parameter
/help/img/idea/2016.3/xml_element.png Element
/help/img/idea/2016.3/folder.png Directory
/help/img/idea/2016.3/moduleFolder.png Module
/help/img/idea/2016.3/groupOfModules.png Group of modules
/help/img/idea/2016.3/iconPackage.png Package
/help/img/idea/2016.3/rootSource.gif
/help/img/idea/2016.3/rootTest.gif
/help/img/idea/2016.3/rootExcluded.gif
/help/img/idea/2016.3/rootResourceIJ.png
/help/img/idea/2016.3/rootTestResourceIJ.png
/help/img/idea/2016.3/rootGeneratedSourceIJ.png
/help/img/idea/2016.3/rootGeneratedTestSourceIJ.png
Visibility modifiers
/help/img/idea/2016.3/locked.png Read-only class, e.g. from a jar of an external library.
private.png private
protected.png protected
package_protected.png package protected
/help/img/idea/2016.3/staticMark.png static
public.png public

Data Sources

Icon Description
/help/img/idea/2016.3/DataSource.png DB data source. Also, DBMS-specific icons are used:

/help/img/idea/2016.3/DBDB2.png 

/help/img/idea/2016.3/DBDerby.png 

/help/img/idea/2016.3/DBH2.png 

/help/img/idea/2016.3/DBHSQLDB.png 

/help/img/idea/2016.3/DBMySQL.png 

/help/img/idea/2016.3/DBOracle.png 

/help/img/idea/2016.3/DBPostgresql.png 

/help/img/idea/2016.3/DBSQLServer.png 

/help/img/idea/2016.3/DBSQLite.png 

/help/img/idea/2016.3/DBSybase.png 

/help/img/idea/2016.3/DBReadonly.png DB data source with the read-only status, e.g. /help/img/idea/2016.3/DBReadonlyDB2.png for DB2.
/help/img/idea/2016.3/icon_DDLDataSource.png DDL data source
/help/img/idea/2016.3/dataSchema.png Schema
/help/img/idea/2016.3/DataTables.png Table
/help/img/idea/2016.3/dataView.png View
/help/img/idea/2016.3/dataColumn.png Column
/help/img/idea/2016.3/dataColumnNotNull.png NOT NULL column
dataPkColumn.png Column with a primary key
dataFkColumn.png Column with a foreign key
dataIndexedColumn.png Column with an index
/help/img/idea/2016.3/dataPrimaryKey.png Primary key
/help/img/idea/2016.3/dataForeignKey.png Foreign key
/help/img/idea/2016.3/dataIndex.png Index
/help/img/idea/2016.3/dataTrigger.png Trigger
/help/img/idea/2016.3/dataFunction.png

转载于:https://my.oschina.net/u/2458549/blog/831972

你可能感兴趣的文章
iOS开发-OpenGL ES入门教程1
查看>>
平衡二叉树(AVL树)
查看>>
面向对象思想(第一天)
查看>>
微信小程序 js逻辑
查看>>
linux 安装 sftp
查看>>
openStack queens
查看>>
C++中map用法详解《转》
查看>>
(转)EOSIO开发(四)- nodeos、keosd与cleos
查看>>
MVC5+EF6 入门完整教程八
查看>>
使用quicklz缩小程序体积
查看>>
Java 设计模式专栏
查看>>
常用Mysql或者PostGresql或者Greenplum的语句总结。
查看>>
工控随笔_12_西门子_WinCC的VBS脚本_03_变量类型
查看>>
appium 报错
查看>>
phpquery中文手册
查看>>
微信nickname乱码(emoji)及mysql编码格式设置(utf8mb4)解决的过程
查看>>
【转】C++ 笔试面试题目
查看>>
同步和异步的区别
查看>>
[Leetcode] Search in Rotated Sorted Array
查看>>
委托、Lambda表达式、事件系列02,什么时候该用委托
查看>>