主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jamie Craane
活动总数
22
最后的活动
2026年01月12日 13:28
成员加入日期
2016年07月06日 13:59
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(7)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月22日 13:27
Thanks. I am going to look into it.
社区
IntelliJ IDEA Open API and Plugin Development
Find shortcut of certain action
0 票
创建于
2023年03月21日 08:42
Sure! My plugin implement a custom toolwindow which contains a list of items. The user is able to delete or rename those items (a JBList component). To rename an item the user can right-click and u...
社区
IntelliJ IDEA Open API and Plugin Development
Find shortcut of certain action
0 票
创建于
2017年04月11日 10:14
I used the editor.visualPositionToPoint2D to convert the offset to a visual position in the editor.
社区
IntelliJ IDEA Open API and Plugin Development
Different line startoffsets from Document
0 票
创建于
2017年04月11日 09:55
Yes, thanks. I figured that out already. Is there a method to convert the offset in characters to a X-position in the editor (for drawing purposes)?
社区
IntelliJ IDEA Open API and Plugin Development
Different line startoffsets from Document
0 票
创建于
2017年04月11日 07:41
I think I am figuring out how thinks work. The offsets for consecutive lines add up (so it seems). So to get the start offset of a line I subtract the startOffset from the endOffset for the current...
社区
IntelliJ IDEA Open API and Plugin Development
Different line startoffsets from Document
0 票
创建于
2017年03月22日 07:16
Thanks! This worked.
社区
IntelliJ IDEA Open API and Plugin Development
Position of PsiElement in editor
0 票
创建于
2016年11月30日 09:34
Ok, thanks for the info!
社区
IntelliJ IDEA Users
Exclude a specific method names from the unused declaration inspection
0 票
创建于
2016年11月30日 09:26
I should have mentioned I am using Android studio. I checked it in Idea and the option is indeed present. In Android Studio it seems to be missing (2.3 canary 2), see the attached screenshot. Is th...
社区
IntelliJ IDEA Users
Exclude a specific method names from the unused declaration inspection
0 票