Prihod
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 11
-
Prihod 创建了一个帖子, MultiplePsiFilesPerDocumentFileViewProvider for 3 languages
I have created lexers and parsers for 2 of my languages. It is necessary that each of the languages supports tags of the other and HTML. I implemented MultiplePsiFilesPerDocumentFileViewProvider c... -
Prihod 进行了评论, -
Prihod 创建了一个帖子, DiagramProvider for XML file
When trying to build a diagram based on data from a XML file, an exception occurs,Caused by: java.lang.UnsupportedOperationException: getInputStream is not implemented in : class com.intellij.uml.U... -
-
-
Prihod 创建了一个帖子, 已回答Does not work GridBagConstraints.NORTH in Configurable
Does not work GridBagConstraints.NORTH in Configurable. Panel elements are always centered vertically@Override public @Nullable JComponent createComponent() { rootPanel = new JPanel(new GridBag... -
-
-
Prihod 创建了一个帖子, 已回答MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
I am trying to create a custom language that extends the Smarty language. I added in plugin.xml <lang.substitutor language="Smarty" implementationClass="com.example.mylanguage.lang.MyLanguageSub... -