主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Dmitry Batrak
活动总数
599
最后的活动
2023年06月06日 09:14
成员加入日期
2013年12月19日 17:00
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
246
活动概览
文章(0)
帖子(0)
评论(353)
按最近的活动排序
最近的活动
投票数
创建于
2015年02月03日 07:07
Actions bound to mouse clicks are triggered on mouse release event. Middle mouse click is bound to 'Goto to Declaration' action in default keymap, so on mouse release event that action might be tri...
社区
IntelliJ IDEA Open API and Plugin Development
Mousereleased not firing
0 票
创建于
2015年02月03日 08:23
IDEA uses its own implementation of EventQueue. That implementation, in particular, launches actions bound to mouse clicks and doesn't follow default dispatch path if the action has been triggered....
社区
IntelliJ IDEA Open API and Plugin Development
Mousereleased not firing
0 票
创建于
2015年03月05日 08:03
If you want to have editor area split in two, with different sides displaying different files, use FileEditorManagerEx.createSplitter method (see e.g. com.intellij.ide.actions.SplitAction implement...
社区
IntelliJ IDEA Open API and Plugin Development
Open two panes side by side programmatically
0 票
创建于
2015年04月06日 10:59
Please check that C:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.1\lib folder contains httpclient-4.3.6.jar file and that IntelliJ Platform Plugin SDK you've set up contains C:\Program Files (x8...
社区
IntelliJ IDEA Open API and Plugin Development
Problem running a test - CNFE: org.apache.http.auth.Credentials
0 票
创建于
2014年10月06日 12:14
There's a 'getSelectedText' method in SelectionModel interface. SelectionModel instance is available from Editor instance.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development: access selected Code
0 票
创建于
2015年08月10日 09:35
1. Sounds fine to me.2. Associating stack data with editor makes total sense.3. I'd also consider an option of invalidating the cache on any selection change not originating from your handlers.4. J...
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
创建于
2015年08月10日 09:41
Just don't make your EditorActionHandler a per-caret handler, i.e. don't pass runForEachCaret=true to EditorActionHander constructor. Your handler will only be invoked once then, and you can custom...
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
创建于
2015年08月10日 11:23
As handlers operate synchronously (always in EDT), you can just set some flag on handler start, clear it on finish, and check for flag value in your selection listener.
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
创建于
2015年08月10日 12:10
... so the selection listener is called synchronously inside the handler? ...Yes... The potential problem there is if the user has managed to move carets while maintaining the selection - is this p...
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
创建于
2015年12月15日 13:21
It's not available via API currently, editors that are 'file' editors (PsiAwareTextEditorImpl) always have overlaid scrollbars.
社区
IntelliJ IDEA Open API and Plugin Development
Using setVerticalScrollbarOrientation(EditorEx.VERTICAL_SCROLLBAR_LEFT) on editor from PsiAwareTextEditorImpl does not separate scrollbar from editor text
0 票
«
第一页
‹
上一页
下一页
›
最后
»