Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Evgeniy Petrichenko
Total activity
14
Last activity
May 31, 2017 08:42
Member since
May 11, 2017 09:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
May 29, 2017 12:57
Thanks! I'll give you more details next time :)
Community
IntelliJ IDEA Open API and Plugin Development
Recognizing html tag inside of php string
0 votes
Edited
May 27, 2017 14:29
Thank you for the reply. But the task is not to find html tag in php file. I have annotator which finds cyrillic text inside html tags in php file and adds warning annotation. public class HTMLLan...
Community
IntelliJ IDEA Open API and Plugin Development
Recognizing html tag inside of php string
0 votes
Created
May 13, 2017 07:08
The second way works perfectly! PsiFile tempFile = PsiFileFactory.getInstance(element.getProject()).createFileFromText("temp.php", PhpFileType.INSTANCE, "<?="+stringExp+"?>");PsiElement elementFor...
Community
IntelliJ IDEA Open API and Plugin Development
How to insert php-statement into html tag ?
0 votes
Created
May 12, 2017 15:16
Thanks :) Yep, the first variant does work...but I've got another problem :) PsiElement groupStatementPsiElement = PhpPsiElementFactory.createPhpPsiFromText(element.getProject(), PhpElementTypes.AN...
Community
IntelliJ IDEA Open API and Plugin Development
How to insert php-statement into html tag ?
0 votes