Heiko Wagner

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Heiko Wagner created a post, live templates in lambdas - are they supportet in IDEA 12?
I am currently using IDEA V 123.23 to evaluate Java 8 lambda support. It seems that the "sout" template does not work inside a lambda:ArrayList<String> resultList = new ArrayList<>();...resultList.... -
-
-
-
-
-
-
Heiko Wagner created a post, How to integrate a Java language block/fragment into a custom language plugin
In my custom language plugin, I have tried to integrate support for embedded Java code blocks.When my lexer encounters a { in reads up to the corresponding } and returns a token of type JavaElement... -
Heiko Wagner created a post, How to add "Browse Hierarchy" functionality in custom language plugin
Hi,I am currently working on a custom language plugin. I want to proivide a "Browse Hierarchy" functionality that shows the class hierarchy of the currently edited class.I have been adding an <type...