8057005: IntelliJ should allow import for nested classes
Minor tweaks to langtools intellij project Reviewed-by: jfranck
This commit is contained in:
parent
b8919f9429
commit
ef0951db68
langtools/make/intellij
@ -3,6 +3,7 @@
|
||||
<component name="ProjectCodeStyleSettingsManager">
|
||||
<option name="PER_PROJECT_SETTINGS">
|
||||
<value>
|
||||
<option name="INSERT_INNER_CLASS_IMPORTS" value="true" />
|
||||
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
||||
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
|
||||
<option name="RIGHT_MARGIN" value="100" />
|
||||
|
@ -1,3 +1,7 @@
|
||||
<component name="CopyrightManager">
|
||||
<settings default="langtools" />
|
||||
</component>
|
||||
<settings default="langtools">
|
||||
<LanguageOptions name="JAVA">
|
||||
<option name="fileLocation" value="1" />
|
||||
</LanguageOptions>
|
||||
</settings>
|
||||
</component>
|
||||
|
@ -142,6 +142,9 @@
|
||||
<method />
|
||||
</configuration>
|
||||
</component>
|
||||
<component name="StructureViewFactory">
|
||||
<option name="ACTIVE_ACTIONS" value=",ALPHA_COMPARATOR" />
|
||||
</component>
|
||||
<component name="antWorkspaceConfiguration">
|
||||
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
||||
<option name="FILTER_TARGETS" value="false" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user