Skip to content

Commit

Permalink
更新资源包到 PhpStorm 9.0.0
Browse files Browse the repository at this point in the history
一样扫描增加了繁体中文支持
  • Loading branch information
ewen committed Jul 16, 2015
1 parent 705e5bc commit b8a42cb
Show file tree
Hide file tree
Showing 162 changed files with 19,255 additions and 14,178 deletions.
2 changes: 1 addition & 1 deletion package.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd resources_en
jar cvf ../resources_zh_CN.jar ./*
jar cvf ../resources_zh.jar ./*
10 changes: 10 additions & 0 deletions resources_en/META-INF/IdeTipsAndTricks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@
<tipAndTrick file="MultiselectionInSearch.html"/>
<tipAndTrick file="MultiselectionInSearch1.html"/>

<tipAndTrick file="ClosingTag.html"/>
<tipAndTrick file="DiffChevron.html"/>
<tipAndTrick file="LensMode.html"/>
<tipAndTrick file="Multiselection1.html"/>
<tipAndTrick file="Multiselection2.html"/>
<tipAndTrick file="MultiselectionWords.html"/>
<tipAndTrick file="PrintKeywords.html"/>
<tipAndTrick file="RichTextCopy.html"/>
<tipAndTrick file="ScratchesView.html"/>

</extensions>
</idea-plugin>

34 changes: 22 additions & 12 deletions resources_en/META-INF/PhpStormPlugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,29 @@

<projectViewPane implementation="com.intellij.ide.projectView.impl.ProjectViewPane"/>
<!--<projectAttachProcessor implementation="com.intellij.platform.ModuleAttachProcessor"/>-->
<applicationConfigurable groupId="build" instance="com.intellij.application.options.pathMacros.PathMacroConfigurable"/>
<projectConfigurable groupId="language" instance="com.intellij.psi.templateLanguages.TemplateDataLanguageConfigurable"/>
<projectConfigurable groupId="project" dynamic="true" instance="com.intellij.webcore.resourceRoots.WebIdeProjectStructureWithSourceConfigurable" order="first" nonDefaultProject="true"/>
<iconProvider implementation="com.intellij.webcore.resourceRoots.ResourceRootIconProvider"/>
<applicationConfigurable groupId="build"
id="preferences.pathVariables"
key="title.path.variables"
bundle="messages.ApplicationBundle"
instance="com.intellij.application.options.pathMacros.PathMacroConfigurable"/>
<projectConfigurable groupId="language"
id="Template Data Languages"
key="template.data.language.configurable"
bundle="messages.LangBundle"
instance="com.intellij.psi.templateLanguages.TemplateDataLanguageConfigurable"/>
<projectConfigurable groupId="project"
dynamic="true"
id="web-ide.project.structure"
displayName="Directories"
instance="com.intellij.webcore.resourceRoots.WebIdeProjectStructureWithSourceConfigurable" order="first" nonDefaultProject="true"/>

<psi.fileReferenceHelper implementation="com.intellij.webcore.resourceRoots.WebIdeFileReferenceHelper"/>
<codeStyleSettingsProvider implementation="com.intellij.application.options.CommonCodeStyleSettingsProvider"/>
<diffPreviewProvider implementation="org.jetbrains.plugins.phpstorm.PSDiffPreviewProvider"/>

<applicationService serviceInterface="com.intellij.openapi.keymap.impl.DefaultKeymap"
serviceImplementation="com.intellij.openapi.keymap.impl.GenericKeymapManager"
overrides="true"/>

<projectService serviceInterface="com.intellij.webcore.resourceRoots.WebResourcesPathsConfiguration"
serviceImplementation="com.intellij.webcore.resourceRoots.WebResourcesPathsConfiguration"/>
<psi.fileReferenceHelper implementation="com.intellij.webcore.resourceRoots.WebResourceFileReferenceHelper"/>
<fileTypeFactory implementation="com.intellij.openapi.file.exclude.EnforcedPlainTextFileTypeFactory"/>
<applicationService serviceInterface="com.intellij.openapi.file.exclude.EnforcedPlainTextFileTypeManager"
Expand All @@ -65,25 +73,26 @@
<bundledColorScheme path="/colorSchemes/all_hallows_eve"/>
<bundledColorScheme path="/colorSchemes/blackboard"/>
<bundledColorScheme path="/colorSchemes/cobalt"/>
<bundledColorScheme path="/colorSchemes/Darcula"/>
<bundledColorScheme path="/colorSchemes/monokai"/>
<bundledColorScheme path="/colorSchemes/rails_casts"/>
<bundledColorScheme path="/colorSchemes/twilight"/>
<bundledColorScheme path="/colorSchemes/vibrant_ink"/>
<bundledColorScheme path="/colorSchemes/WarmNeon"/>
<bundledColorScheme path="/colorSchemes/PhpStorm_Solarized_Light"/>
<bundledColorScheme path="/colorSchemes/PhpStorm_Solarized_Dark"/>
</extensions>

<application-components>
<component>
<implementation-class>org.jetbrains.plugins.phpstorm.PhpStormInitialConfigurator</implementation-class>
<headless-implementation-class/>
</component>
<component>
<implementation-class>com.intellij.internal.statistic.updater.SendStatisticsComponent</implementation-class>
</component>
</application-components>

<project-components>
<component>
<implementation-class>com.intellij.internal.statistic.updater.SendStatisticsProjectComponent</implementation-class>
</component>
<component>
<interface-class>com.intellij.coverage.CoverageDataManager</interface-class>
<implementation-class>com.intellij.coverage.CoverageDataManagerImpl</implementation-class>
Expand All @@ -107,7 +116,7 @@
<action id="PhpStormTutorials" class="com.jetbrains.php.actions.PhpOpenTutorialsAction" text="Tutorials" description="Open PhpStorm tutorials">
<add-to-group group-id="HelpMenu" anchor="after" relative-to-action="HelpTopics"/>
</action>
<action id="PhpStormNewIssue" class="com.jetbrains.php.actions.PhpReportIssueAction" text="Report an issue">
<action id="PhpStormNewIssue" class="com.jetbrains.php.actions.PhpRequestSupportAction" text="New Support Request">
<add-to-group group-id="HelpMenu" anchor="after" relative-to-action="TechnicalSupport"/>
</action>

Expand Down Expand Up @@ -158,6 +167,7 @@
<separator/>
<add-to-group group-id="ToolsMenu" anchor="last"/>
</group>

</actions>
<extensions defaultExtensionNs="org.jetbrains">
<webServerRootsProvider implementation="com.intellij.webcore.resourceRoots.WebIdeWebServerRootsProvider" order="first"/>
Expand Down
Binary file modified resources_en/artwork/createWebProjectBanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources_en/artwork/webide_about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources_en/artwork/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources_en/artwork/webide_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources_en/artwork/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b8a42cb

Please sign in to comment.