forked from unshare/hybris-integration-intellij-idea-plugin
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#106 | Deprecated API - Live Templates for Impex
- Loading branch information
Showing
11 changed files
with
26 additions
and
63 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
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
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
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
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
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
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* Copyright (C) 2014-2016 Alexander Bartash <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation, either version 3 of the | ||
* it under the terms of the GNU Lesser General Public License as | ||
* published by the Free Software Foundation, either version 3 of the | ||
* License, or (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
|
@@ -19,8 +19,6 @@ | |
package com.intellij.idea.plugin.hybris.impex.liveTemplates; | ||
|
||
import com.intellij.codeInsight.template.FileTypeBasedContextType; | ||
import com.intellij.codeInsight.template.TemplateContextType; | ||
import com.intellij.idea.plugin.hybris.impex.ImpexLanguage; | ||
import com.intellij.idea.plugin.hybris.impex.file.ImpexFileType; | ||
import com.intellij.idea.plugin.hybris.impex.psi.ImpexFile; | ||
import com.intellij.psi.PsiFile; | ||
|
@@ -32,7 +30,7 @@ | |
public class ImpexContextType extends FileTypeBasedContextType { | ||
|
||
protected ImpexContextType() { | ||
super("IMPEX", "Impex", ImpexFileType.getInstance()); | ||
super("Impex", ImpexFileType.getInstance()); | ||
} | ||
|
||
@Override | ||
|
39 changes: 0 additions & 39 deletions
39
src/com/intellij/idea/plugin/hybris/impex/liveTemplates/ImpexTemplateProvider.java
This file was deleted.
Oops, something went wrong.
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
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
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