File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
src/fr/adrienbrault/idea/symfony2plugin/twig/annotation
tests/fr/adrienbrault/idea/symfony2plugin/tests/twig/annotation Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 612612 <depends optional =" true" config-file =" deployment-aware.xml" >com.jetbrains.plugins.webDeployment</depends >
613613
614614 <extensions defaultExtensionNs =" de.espend.idea.php.annotation" >
615- <PhpAnnotationReferenceProvider implementation =" fr.adrienbrault.idea.symfony2plugin.templating .annotation.TemplateAnnotationReferences" />
615+ <PhpAnnotationReferenceProvider implementation =" fr.adrienbrault.idea.symfony2plugin.twig .annotation.TemplateAnnotationReferences" />
616616 <PhpAnnotationReferenceProvider implementation =" fr.adrienbrault.idea.symfony2plugin.doctrine.DoctrineAnnotationTargetEntityReferences" />
617617 <PhpAnnotationReferenceProvider implementation =" fr.adrienbrault.idea.symfony2plugin.config.SymfonyAnnotationReferences" />
618618 <PhpAnnotationReferenceProvider implementation =" fr.adrienbrault.idea.symfony2plugin.doctrine.DoctrineAnnotationReferencedColumnReferences" />
619- <PhpAnnotationDocTagAnnotator implementation =" fr.adrienbrault.idea.symfony2plugin.templating .annotation.TemplateAnnotationAnnotator" />
620- <PhpAnnotationDocTagGotoHandler implementation =" fr.adrienbrault.idea.symfony2plugin.templating .annotation.TemplateAnnotationGotoHandler" />
619+ <PhpAnnotationDocTagAnnotator implementation =" fr.adrienbrault.idea.symfony2plugin.twig .annotation.TemplateAnnotationAnnotator" />
620+ <PhpAnnotationDocTagGotoHandler implementation =" fr.adrienbrault.idea.symfony2plugin.twig .annotation.TemplateAnnotationGotoHandler" />
621621 </extensions >
622622
623623 <extensions defaultExtensionNs =" de.espend.idea.php.toolbox.extension" >
Original file line number Diff line number Diff line change 1- package fr .adrienbrault .idea .symfony2plugin .templating .annotation ;
1+ package fr .adrienbrault .idea .symfony2plugin .twig .annotation ;
22
33import com .intellij .psi .PsiElement ;
44import com .intellij .psi .util .PsiTreeUtil ;
Original file line number Diff line number Diff line change 1- package fr .adrienbrault .idea .symfony2plugin .templating .annotation ;
1+ package fr .adrienbrault .idea .symfony2plugin .twig .annotation ;
22
33import com .intellij .psi .PsiElement ;
44import de .espend .idea .php .annotation .extension .PhpAnnotationDocTagGotoHandler ;
Original file line number Diff line number Diff line change 1- package fr .adrienbrault .idea .symfony2plugin .templating .annotation ;
1+ package fr .adrienbrault .idea .symfony2plugin .twig .annotation ;
22
33import com .intellij .psi .PsiReference ;
44import com .jetbrains .php .lang .psi .elements .StringLiteralExpression ;
Original file line number Diff line number Diff line change 1- package fr .adrienbrault .idea .symfony2plugin .tests .templating .annotation ;
1+ package fr .adrienbrault .idea .symfony2plugin .tests .twig .annotation ;
22
33import com .intellij .codeInsight .daemon .impl .AnnotationHolderImpl ;
44import com .intellij .lang .annotation .AnnotationSession ;
99import com .jetbrains .php .lang .documentation .phpdoc .psi .tags .PhpDocTag ;
1010import de .espend .idea .php .annotation .extension .parameter .PhpAnnotationDocTagAnnotatorParameter ;
1111import fr .adrienbrault .idea .symfony2plugin .templating .util .TwigHelper ;
12- import fr .adrienbrault .idea .symfony2plugin .templating .annotation .TemplateAnnotationAnnotator ;
12+ import fr .adrienbrault .idea .symfony2plugin .twig .annotation .TemplateAnnotationAnnotator ;
1313import fr .adrienbrault .idea .symfony2plugin .tests .SymfonyLightCodeInsightFixtureTestCase ;
1414
1515import java .io .File ;
1616
1717/**
1818 * @author Daniel Espendiller <daniel@espendiller.net>
19- * @see fr.adrienbrault.idea.symfony2plugin.templating.annotation. TemplateAnnotationAnnotator
19+ * @see TemplateAnnotationAnnotator
2020 */
2121public class TemplateAnnotationAnnotatorTest extends SymfonyLightCodeInsightFixtureTestCase {
2222 public void setUp () throws Exception {
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments