Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Prihod
Total activity
43
Last activity
July 08, 2024 19:40
Member since
July 24, 2018 23:53
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
11
Activity overview
Posts (10)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
January 31, 2024 12:52
Thanks, Karol!
Community
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 votes
Created
January 25, 2024 15:30
Hi Karol. Yes, this problem has not been solved. I created a issue but no one answers it for a long time.
Community
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 votes
Created
January 14, 2024 00:48
Solution@Override public @Nullable JComponent createComponent() { rootPanel = new JPanel(new BorderLayout()); JPanel mainPanel = new JPanel(new GridBagLayout()); GridBagConstraints gc =...
Community
IntelliJ IDEA Open API and Plugin Development
Does not work GridBagConstraints.NORTH in Configurable
0 votes
Created
January 02, 2024 21:14
Karol Lewandowski, do you have any ideas about the problem described?
Community
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 votes
Edited
December 08, 2023 21:51
I changed the return language value for the getDefaultTemplateLang function from HtmlFileType.INSTANCE to SmartyFileType.INSTANCE. The error disappeared, but the Smarty and HTML tags stopped highli...
Community
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 votes
Edited
November 16, 2023 12:43
I want my code to be executed when the cursor is inside a tag [[~10]] near a number and Ctrl + Space is pressed. But this doesn't happen withextend(CompletionType.BASIC, PlatformPatterns.psiElement...
Community
IntelliJ IDEA Open API and Plugin Development
Completion does not work for custom language
0 votes
Created
October 27, 2023 18:20
In general, I removed the automatic message via com.intellij.codeInsight.highlighting#HighlightErrorFilterBut to what extent is this decision correct?
Community
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 votes
Edited
October 26, 2023 18:26
Grammar element names can be customized with name modifier:But this does not allow you to replace the entire text, but only the name for the token. Lexer.flexParser.bnf Now the text that the arrow ...
Community
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 votes
Edited
October 04, 2023 12:27
Note that, if you're implementing a custom language, it won't by default support references registered through PsiReferenceContributor. If you want to support that, you need to call com.intellij.ps...
Community
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 votes
Created
October 03, 2023 13:24
I tried to get STRING_LITERAL like this registrar.registerReferenceProvider(PlatformPatterns .psiElement(SmartyTokenTypes.STRING_LITERAL) .withParent(Plat...
Community
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 votes
Next
›
Last
»