Mat
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
-
Mat 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 已回答Custom 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 创建了一个帖子, 已回答Jpa 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...