Sven Steiniger

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created PSI and refactoring
We have an web-language which contains references to (related) java files (like JSP).Ist it possible to write an plugin for being attached to the java-PSI? Means the the references are being found ... -
Created ConsoleView
I just found the ConsoleView-Interface. There is a nice print()-Method in there where any textattributes can be used for formatting the text.Ist there a way to hook into this interface? I wan't to ... -
Created Own syntax highlighting
Is it possible? I tought the com.intellij.openapi.editor.markup would be the starting point, but there is no example. Even not a single javadoc comment!Can anybody please provide an example?Sven