mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
renamed module editor-ui-impl to editor-ui-ex
This commit is contained in:
Generated
+1
-1
@@ -161,7 +161,7 @@
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" filepath="$PROJECT_DIR$/plugins/xslt-debugger/engine/impl/xslt-debugger-engine-impl.iml" group="plugins" />
|
||||
<module fileurl="file://$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" filepath="$PROJECT_DIR$/plugins/xpath/xslt-rt/xslt-rt.iml" group="plugins" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/editor-ui-api/editor-ui-api.iml" filepath="$PROJECT_DIR$/platform/editor-ui-api/editor-ui-api.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/editor-ui-impl/editor-ui-impl.iml" filepath="$PROJECT_DIR$/platform/editor-ui-impl/editor-ui-impl.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/platform/editor-ui-ex/editor-ui-ex.iml" filepath="$PROJECT_DIR$/platform/editor-ui-ex/editor-ui-ex.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
|
||||
@@ -267,7 +267,7 @@ binding.setVariable("platformImplementationModules", [
|
||||
"analysis-impl",
|
||||
"core-impl",
|
||||
"dvcs",
|
||||
"editor-ui-impl",
|
||||
"editor-ui-ex",
|
||||
"images",
|
||||
"indexing-impl",
|
||||
"jps-model-impl",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<orderEntry type="module" module-name="extensions" />
|
||||
<orderEntry type="module" module-name="resources-en" />
|
||||
<orderEntry type="module" module-name="projectModel-impl" />
|
||||
<orderEntry type="module" module-name="editor-ui-impl" />
|
||||
<orderEntry type="module" module-name="editor-ui-ex" />
|
||||
<orderEntry type="module" module-name="indexing-api" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
@@ -29,7 +29,6 @@ public interface EditorColorsScheme extends Cloneable, JDOMExternalizable, TextA
|
||||
|
||||
void setName(String name);
|
||||
|
||||
TextAttributes getAttributes(TextAttributesKey key);
|
||||
void setAttributes(TextAttributesKey key, TextAttributes attributes);
|
||||
|
||||
@NotNull
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<orderEntry type="module" module-name="jps-model-impl" />
|
||||
<orderEntry type="module" module-name="analysis-impl" exported="" />
|
||||
<orderEntry type="library" name="jayatana" level="project" />
|
||||
<orderEntry type="module" module-name="editor-ui-impl" exported="" />
|
||||
<orderEntry type="module" module-name="editor-ui-ex" exported="" />
|
||||
<orderEntry type="library" name="gson" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user