主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Prihod
活动总数
43
最后的活动
2024年07月08日 19:40
成员加入日期
2018年07月24日 23:53
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
11
活动概览
帖子(10)
评论(15)
按最近的活动排序
最近的活动
投票数
创建于
2024年01月31日 12:52
Thanks, Karol!
社区
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 票
创建于
2024年01月25日 15:30
Hi Karol. Yes, this problem has not been solved. I created a issue but no one answers it for a long time.
社区
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 票
创建于
2024年01月14日 00:48
Solution@Override public @Nullable JComponent createComponent() { rootPanel = new JPanel(new BorderLayout()); JPanel mainPanel = new JPanel(new GridBagLayout()); GridBagConstraints gc =...
社区
IntelliJ IDEA Open API and Plugin Development
Does not work GridBagConstraints.NORTH in Configurable
0 票
创建于
2024年01月02日 21:14
Karol Lewandowski, do you have any ideas about the problem described?
社区
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 票
已编辑于
2023年12月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
0 票
已编辑于
2023年11月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Completion does not work for custom language
0 票
创建于
2023年10月27日 18:20
In general, I removed the automatic message via com.intellij.codeInsight.highlighting#HighlightErrorFilterBut to what extent is this decision correct?
社区
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 票
已编辑于
2023年10月26日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I change the default error annotation text for my language?
0 票
已编辑于
2023年10月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 票
创建于
2023年10月03日 13:24
I tried to get STRING_LITERAL like this registrar.registerReferenceProvider(PlatformPatterns .psiElement(SmartyTokenTypes.STRING_LITERAL) .withParent(Plat...
社区
IntelliJ IDEA Open API and Plugin Development
Registering reference providers for SMARTY_FRAGMENT
0 票
下一页
›
最后
»