Amd Layouni
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 Launch jvm in debug mode with external tool under debug configuration
I'm trying to debug my unit tests using IntelliJ remote debugging feature. The project I'm maintaining is based on an old version of play framework (2.4), and I'm currently trying to configure Inte... -
创建于 Anchored Image html tag for donate button in plugin description
My free plugin started doing well this month, and I would like to add a Paypal donate button in the plugin description page when opened from within IntelliJ. I tried inserting Paypal's html code: <... -
已编辑于 Check if open java file has compile errors
I have an action triggered from within a java file editor, is there a way to check if the file has compile errors preferably without having to re-compile it? I'm supposing the ide should be caching... -
创建于 Plugin development - callback for settings change
I need to detect when ANSI colors settings change by the user in order to reflect changes in my plugin. Is there a topic/listener to subscribe to for that? The plugin is about highlighting ANSI seq... -
已编辑于 Create task in background with modal progress bar on editor while processing content in background
My plugin (source code here) is about highlighting ansi sequences in log files under IntelliJ editor like the console. Everything works fine until a large log file with thousands of ansi sequences ... -
已编辑于 Hide text in IntelliJ editor?
I just finished writing a plugin to support the rendering of ANSI escape sequences in IntelliJ editor, see here for context. The rendering involves hiding ANSI sequences text, which doesn't seem to...