Mat
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
-
Mat created a post, Database Tools and SQL - java.lang.ClassNotFoundException
Hi, After update up to 2019.1 I have a problem with connect to my PostgreSQL database (on previous version all was good). When I try to connect via Test Connection button in properties of connecti... -
Mat created a post, Comment/uncomment part of XML programmatically
Hi, Is there any way to comment / uncomment a piece of XML code programmatically? I know that is function for java: JavaPsiFacade.getElementFactory(project).createCommentFromText but this is for j... -
Mat created a post, Console line max characters.
Hi, I'm trying to write plugin for formatting (change) console output. In console may appear very long lines (xml logs) - even 20 000 characters in one line which I want to parse and print in short... -
Mat created a post, AnsweredCustom JS tag in *.ftl file
Hi, I have a custom macro (with nested directive) for declaring js code parts in ftl files: <@script.javascript>[...] some js code [...]</@script.javascript> This works great in freemarker but all ... -
Mat created a post, AnsweredJpa console + spring = TypeNotPresentExceptionProxy
Hi, I have a problem with jpa console on my application. Aplication on maven with multiple modules. I added an jpa facelet to one of the modules with default JPA provider Hibernate, and remain empt...