Prihod
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 11
-
Edited 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... -
Edited 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... -
Created Does not work GridBagConstraints.NORTH in Configurable
AnsweredDoes not work GridBagConstraints.NORTH in Configurable. Panel elements are always centered vertically@Override public @Nullable JComponent createComponent() { rootPanel = new JPanel(new GridBag... -
Edited MultiplePsiFilesPerDocumentFileViewProvider for Smarty language
AnsweredI 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... -
Created Completion does not work for custom language
AnsweredCompletion extend(CompletionType.BASIC, PlatformPatterns.psiElement(MyTypes.ID), new CompletionProvider<CompletionParameters>() { @Override protected void addCompletions(@NotNull Completion... -
Created How can I change the default error annotation text for my language?
AnsweredAn error message is displayed for an unclosed tag. I created my own class in which I display my text for such cases. public class MyAnnotator implements Annotator { @Override public void ann... -
Created Registering reference providers for SMARTY_FRAGMENT
AnsweredHI. I need to register reference provider for SMARTY_FRAGMENT but I can’t find where SMARTY_FRAGMENT is defined -
Created PsiReference external URI
AnsweredHow can I make a link resolution for an element as an external link? To open an external link in the browser when you click on an element. -
Edited phpstorm Dynamically creating an external library
AnsweredHow to include an external library in phpstorm? I tried thisPath path = getOrCreateVersionPath(version); LibraryTable table = LibraryTablesRegistrar.getInstance().getLibraryTable(project); Library ... -
Created How to add a wave underlining for a list item
AnsweredHow to add a wave underlining for a list item like on this screenshot http://prntscr.com/kaluf1