主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Amd Layouni
活动总数
21
最后的活动
2017年09月27日 09:31
成员加入日期
2017年05月16日 23:11
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(6)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2017年09月27日 09:31
After a few attempts to diagnose what could be causing the failure of my "Listen" debugger config, I just gave up given my limited Linux knowledge. I ended up creating two separate configurations, ...
社区
Scala
Launch jvm in debug mode with external tool under debug configuration
0 票
创建于
2017年09月26日 13:04
Thanks for the hints, the workflow I described in my initial post using the same port still works so there shouldn't be another process occupying it. Here's actually the full error I receive when I...
社区
Scala
Launch jvm in debug mode with external tool under debug configuration
0 票
创建于
2017年09月26日 09:49
I tried replacing server=n by server=y in the command line argument, the error disappeared but now I'm stuck with "Listening for transport dt_socket at address: 9990" and the tests never start. Set...
社区
Scala
Launch jvm in debug mode with external tool under debug configuration
0 票
创建于
2017年09月26日 09:38
Thanks a lot! I tried the "Listen" Debugger Mode, and updated my test command line argument as follows: -agentlib:jdwp=transport=dt_socket,server=n,address=alayouni-HP-Z420-Workstation:9990,suspend...
社区
Scala
Launch jvm in debug mode with external tool under debug configuration
0 票
创建于
2017年06月08日 18:28
This was the solution: MessageBusConnection connection = ApplicationManager.getApplication().getMessageBus().connect();connection.subscribe(EditorColorsManager.TOPIC, (editorColorsScheme) -> { /...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development - callback for settings change
0 票
已编辑于
2017年06月08日 01:04
I ended up keping Task.Backgroundable approach, as for document changes I'm handling them through a fileContentReloaded listener. Note that I'm blocking user interaction with the editor in preview ...
社区
IntelliJ IDEA Open API and Plugin Development
Create task in background with modal progress bar on editor while processing content in background
0 票
创建于
2017年06月05日 23:00
I ended up splitting the large number of EDT calls into smaller chunks (100 calls per chunk), and made the background task sleep for a few milliseconds in between UI calls so to give the EDT a chan...
社区
IntelliJ IDEA Open API and Plugin Development
Create task in background with modal progress bar on editor while processing content in background
0 票
已编辑于
2017年06月05日 22:06
Thanks for the hint. "What would happen if some code (in EDT) desires to change the editor's document? Would the UI freeze?" I'm clearing all the highlights / fold regions, and reworking them from ...
社区
IntelliJ IDEA Open API and Plugin Development
Create task in background with modal progress bar on editor while processing content in background
0 票
已编辑于
2017年05月17日 21:31
Thanks for the quick reply., after a quick test it turns out folding serves my needs nicely, I mistakenly excluded it from my list of options very early.
社区
IntelliJ IDEA Open API and Plugin Development
Hide text in IntelliJ editor?
0 票