-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First test version of Scala plug-in for IDEA.
It can recognize file types. :) git-svn-id: http://svn.jetbrains.org/idea/Trunk/scala@3377 59f64563-22e8-0310-8d2c-98a15e1539f2
- Loading branch information
Ilya Sergey
authored and
Ilya Sergey
committed
Sep 22, 2006
1 parent
c252ae3
commit 2ebb186
Showing
9 changed files
with
1,029 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE idea-plugin PUBLIC "Plugin/DTD" "http://plugins.intellij.net/plugin.dtd"> | ||
<idea-plugin> | ||
<name>Plugin name here</name> | ||
<description>Plugin for scala language</description> | ||
<version>1.0</version> | ||
<vendor>YourCompany</vendor> | ||
<idea-version since-build="3000"/> | ||
<application-components> | ||
<component> | ||
<implementation-class>org.jetbrains.plugins.scala.ScalaLoader</implementation-class> | ||
</component> | ||
</application-components> | ||
</idea-plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module version="4" relativePaths="true" type="PLUGIN_MODULE"> | ||
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" /> | ||
<component name="ModuleRootManager" /> | ||
<component name="NewModuleRootManager" inherit-compiler-output="true"> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" /> | ||
</content> | ||
<orderEntry type="jdk" jdkName="IDEA 5706" jdkType="IDEA JDK" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntryProperties /> | ||
</component> | ||
</module> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,286 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4" relativePaths="false"> | ||
<component name="AntConfiguration"> | ||
<defaultAnt bundledAnt="true" /> | ||
</component> | ||
<component name="BuildJarProjectSettings"> | ||
<option name="BUILD_JARS_ON_MAKE" value="false" /> | ||
</component> | ||
<component name="CodeStyleProjectProfileManger"> | ||
<option name="PROJECT_PROFILE" /> | ||
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> | ||
</component> | ||
<component name="CodeStyleSettingsManager"> | ||
<option name="PER_PROJECT_SETTINGS" /> | ||
<option name="USE_PER_PROJECT_SETTINGS" value="false" /> | ||
</component> | ||
<component name="CompilerConfiguration"> | ||
<option name="DEFAULT_COMPILER" value="Javac" /> | ||
<option name="DEPLOY_AFTER_MAKE" value="0" /> | ||
<resourceExtensions> | ||
<entry name=".+\.(properties|xml|html|dtd|tld)" /> | ||
<entry name=".+\.(gif|png|jpeg|jpg)" /> | ||
</resourceExtensions> | ||
<wildcardResourcePatterns> | ||
<entry name="?*.properties" /> | ||
<entry name="?*.xml" /> | ||
<entry name="?*.gif" /> | ||
<entry name="?*.png" /> | ||
<entry name="?*.jpeg" /> | ||
<entry name="?*.jpg" /> | ||
<entry name="?*.html" /> | ||
<entry name="?*.dtd" /> | ||
<entry name="?*.tld" /> | ||
</wildcardResourcePatterns> | ||
</component> | ||
<component name="DataSourceManagerImpl" /> | ||
<component name="DependenciesAnalyzeManager"> | ||
<option name="myForwardDirection" value="false" /> | ||
</component> | ||
<component name="DependencyValidationManager" /> | ||
<component name="EclipseCompilerSettings"> | ||
<option name="DEBUGGING_INFO" value="true" /> | ||
<option name="GENERATE_NO_WARNINGS" value="true" /> | ||
<option name="DEPRECATION" value="false" /> | ||
<option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||
<option name="MAXIMUM_HEAP_SIZE" value="128" /> | ||
</component> | ||
<component name="EclipseEmbeddedCompilerSettings"> | ||
<option name="DEBUGGING_INFO" value="true" /> | ||
<option name="GENERATE_NO_WARNINGS" value="true" /> | ||
<option name="DEPRECATION" value="false" /> | ||
<option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||
<option name="MAXIMUM_HEAP_SIZE" value="128" /> | ||
</component> | ||
<component name="EntryPointsManager"> | ||
<entry_points /> | ||
</component> | ||
<component name="ExportToHTMLSettings"> | ||
<option name="PRINT_LINE_NUMBERS" value="false" /> | ||
<option name="OPEN_IN_BROWSER" value="false" /> | ||
<option name="OUTPUT_DIRECTORY" /> | ||
</component> | ||
<component name="GUI Designer component loader factory" /> | ||
<component name="IdProvider" IDEtalkID="CA57306CD032AD7AF462C2DE24318A97" /> | ||
<component name="InspectionProjectProfileManager"> | ||
<option name="PROJECT_PROFILE" value="Project Default" /> | ||
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" /> | ||
<scopes /> | ||
<profiles> | ||
<profile version="1.0" is_locked="false"> | ||
<option name="myName" value="Project Default" /> | ||
<option name="myLocal" value="false" /> | ||
<used_levels> | ||
<error> | ||
<option name="myName" value="ERROR" /> | ||
<option name="myVal" value="300" /> | ||
</error> | ||
<warning> | ||
<option name="myName" value="WARNING" /> | ||
<option name="myVal" value="200" /> | ||
</warning> | ||
<information> | ||
<option name="myName" value="INFO" /> | ||
<option name="myVal" value="100" /> | ||
</information> | ||
<server> | ||
<option name="myName" value="SERVER PROBLEM" /> | ||
<option name="myVal" value="100" /> | ||
</server> | ||
</used_levels> | ||
</profile> | ||
</profiles> | ||
</component> | ||
<component name="JavacSettings"> | ||
<option name="DEBUGGING_INFO" value="true" /> | ||
<option name="GENERATE_NO_WARNINGS" value="false" /> | ||
<option name="DEPRECATION" value="true" /> | ||
<option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||
<option name="MAXIMUM_HEAP_SIZE" value="128" /> | ||
</component> | ||
<component name="JavadocGenerationManager"> | ||
<option name="OUTPUT_DIRECTORY" /> | ||
<option name="OPTION_SCOPE" value="protected" /> | ||
<option name="OPTION_HIERARCHY" value="true" /> | ||
<option name="OPTION_NAVIGATOR" value="true" /> | ||
<option name="OPTION_INDEX" value="true" /> | ||
<option name="OPTION_SEPARATE_INDEX" value="true" /> | ||
<option name="OPTION_DOCUMENT_TAG_USE" value="false" /> | ||
<option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" /> | ||
<option name="OPTION_DOCUMENT_TAG_VERSION" value="false" /> | ||
<option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" /> | ||
<option name="OPTION_DEPRECATED_LIST" value="true" /> | ||
<option name="OTHER_OPTIONS" value="" /> | ||
<option name="HEAP_SIZE" /> | ||
<option name="LOCALE" /> | ||
<option name="OPEN_IN_BROWSER" value="true" /> | ||
</component> | ||
<component name="JikesSettings"> | ||
<option name="JIKES_PATH" value="" /> | ||
<option name="DEBUGGING_INFO" value="true" /> | ||
<option name="DEPRECATION" value="true" /> | ||
<option name="GENERATE_NO_WARNINGS" value="false" /> | ||
<option name="IS_EMACS_ERRORS_MODE" value="true" /> | ||
<option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||
</component> | ||
<component name="LogConsolePreferences"> | ||
<option name="FILTER_ERRORS" value="false" /> | ||
<option name="FILTER_WARNINGS" value="false" /> | ||
<option name="FILTER_INFO" value="true" /> | ||
<option name="CUSTOM_FILTER" /> | ||
</component> | ||
<component name="Palette2"> | ||
<group name="Swing"> | ||
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | ||
</item> | ||
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | ||
</item> | ||
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | ||
</item> | ||
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | ||
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | ||
</item> | ||
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | ||
<initial-values> | ||
<property name="text" value="Button" /> | ||
</initial-values> | ||
</item> | ||
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||
<initial-values> | ||
<property name="text" value="RadioButton" /> | ||
</initial-values> | ||
</item> | ||
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||
<initial-values> | ||
<property name="text" value="CheckBox" /> | ||
</initial-values> | ||
</item> | ||
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | ||
<initial-values> | ||
<property name="text" value="Label" /> | ||
</initial-values> | ||
</item> | ||
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||
<preferred-size width="150" height="-1" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||
<preferred-size width="150" height="-1" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||
<preferred-size width="150" height="-1" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
<preferred-size width="150" height="50" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
<preferred-size width="150" height="50" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
<preferred-size width="150" height="50" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | ||
</item> | ||
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
<preferred-size width="150" height="50" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | ||
<preferred-size width="150" height="50" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
<preferred-size width="150" height="50" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||
<preferred-size width="200" height="200" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||
<preferred-size width="200" height="200" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||
</item> | ||
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||
</item> | ||
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | ||
</item> | ||
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | ||
</item> | ||
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | ||
<preferred-size width="-1" height="20" /> | ||
</default-constraints> | ||
</item> | ||
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | ||
</item> | ||
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | ||
</item> | ||
</group> | ||
</component> | ||
<component name="ProjectModuleManager"> | ||
<modules> | ||
<module fileurl="file://$PROJECT_DIR$/Scala.iml" filepath="$PROJECT_DIR$/Scala.iml" /> | ||
</modules> | ||
</component> | ||
<component name="ProjectRootManager" version="2" assert-keyword="true" jdk-15="true" project-jdk-name="IDEA 5706" project-jdk-type="IDEA JDK"> | ||
<output url="file://$PROJECT_DIR$/classes" /> | ||
</component> | ||
<component name="ProjectRunConfigurationManager" /> | ||
<component name="RmicSettings"> | ||
<option name="IS_EANABLED" value="false" /> | ||
<option name="DEBUGGING_INFO" value="true" /> | ||
<option name="GENERATE_NO_WARNINGS" value="false" /> | ||
<option name="GENERATE_IIOP_STUBS" value="false" /> | ||
<option name="ADDITIONAL_OPTIONS_STRING" value="" /> | ||
</component> | ||
<component name="StarteamVcsAdapter" /> | ||
<component name="VssVcs" /> | ||
<component name="com.intellij.jsf.UserDefinedFacesConfigs"> | ||
<option name="USER_DEFINED_CONFIGS"> | ||
<value> | ||
<list size="0" /> | ||
</value> | ||
</option> | ||
</component> | ||
<component name="libraryTable" /> | ||
<component name="uidesigner-configuration"> | ||
<option name="INSTRUMENT_CLASSES" value="true" /> | ||
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" /> | ||
<option name="DEFAULT_LAYOUT_MANAGER" value="GridLayoutManager" /> | ||
</component> | ||
<UsedPathMacros /> | ||
</project> | ||
|
Oops, something went wrong.