Prihod
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 11
-
Prihod created a post, 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 commented, -
Prihod created a post, 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 created a post, AnsweredDoes 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 commented, -
-
Prihod created a post, AnsweredMultiplePsiFilesPerDocumentFileViewProvider 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... -