Bernard Łabno

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Bernard Łabno commented, -
Bernard Łabno created a post, Prevent CDATA addition to XmlTagValue.setText
I want to set value of xml tag to value of a string "&&"((XmlTag)tag).getValue().setText("&&")However I endup with escaped value:<someTag><[CDATA[[&&]]></someTag>Is there an... -
Bernard Łabno created a post, Code folding disappears
Hi,My plugin Pom-sorter (http://plugins.jetbrains.com/plugin?pr=idea&pluginId=7084) sorts contents of xml file. Sometimes (randomly) the code folding markers (+/-) disappeare.Any idea why this is h... -
Bernard Łabno created a post, ProjectConfigurable and Template Project Settings
I've registered PomSorterConfigurable as <extensions defaultExtensionNs="com.intellij"> <projectConfigurable instance="pl.itcrowd.pom_sorter.PomSorterConfigurable"/> </extensions>It wo... -
-
Bernard Łabno created a post, Icons change over versions
Hi guys,My plugin works great in Idea 11 and it uses icons bundled with IDE. But I just got reports from users that the plugin throws NPE (icon related), so it looks like some icons were removed or... -
Bernard Łabno created a post, commons-collections missing from EAP 12 (122.694)
My plugin (pom-sorter) depends on commons-collections which was bundled with Idea 9,10 and 11. Suddenly EAP 12 doesn't contain it.How shall I proceed when writing plugins, shall I rely on libs that... -
-
Bernard Łabno commented, -
Bernard Łabno created a post, CDI debug
Hi,I've stopped on breakpoint in my CDI bean. I wanted to invoke method on injected entity manager (cdi proxy) from Expression Evaluation tool, but i've hit this exception:java.lang.ClassNotFoundEx...