Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
ab53f230
Commit
ab53f230
authored
7 years ago
by
Alexander Podkhalyuzin
Browse files
Options
Download
Email Patches
Plain Diff
Merge commit after rebase.
parent
3ed9505e
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
java/java-impl/src/META-INF/JavaPlugin.xml
+1
-0
java/java-impl/src/META-INF/JavaPlugin.xml
with
1 addition
and
0 deletions
+1
-0
java/java-impl/src/META-INF/JavaPlugin.xml
+
1
-
0
View file @
ab53f230
...
...
@@ -156,6 +156,7 @@
<applicationService
serviceInterface=
"org.jetbrains.java.generate.template.toString.ToStringTemplatesManager"
serviceImplementation=
"org.jetbrains.java.generate.template.toString.ToStringTemplatesManager"
/>
<gotoDeclarationHandler
implementation=
"com.intellij.codeInsight.navigation.actions.GotoLambdaParameterHandler"
/>
<gotoDeclarationHandler
implementation=
"com.intellij.codeInsight.navigation.actions.GotoVarTypeHandler"
/>
<annotator
language=
"SPI"
implementationClass=
"com.intellij.spi.SPIAnnotator"
/>
<lang.commenter
language=
"SPI"
implementationClass=
"com.intellij.spi.SPICommenter"
/>
<lang.parserDefinition
language=
"SPI"
implementationClass=
"com.intellij.spi.parsing.SPIParserDefinition"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help