Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jamie Craane
Total activity
22
Last activity
January 12, 2026 13:28
Member since
July 06, 2016 13:59
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (7)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
March 22, 2023 13:27
Thanks. I am going to look into it.
Community
IntelliJ IDEA Open API and Plugin Development
Find shortcut of certain action
0 votes
Created
March 21, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Find shortcut of certain action
0 votes
Created
April 11, 2017 10:14
I used the editor.visualPositionToPoint2D to convert the offset to a visual position in the editor.
Community
IntelliJ IDEA Open API and Plugin Development
Different line startoffsets from Document
0 votes
Created
April 11, 2017 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)?
Community
IntelliJ IDEA Open API and Plugin Development
Different line startoffsets from Document
0 votes
Created
April 11, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Different line startoffsets from Document
0 votes
Created
March 22, 2017 07:16
Thanks! This worked.
Community
IntelliJ IDEA Open API and Plugin Development
Position of PsiElement in editor
0 votes
Created
November 30, 2016 09:34
Ok, thanks for the info!
Community
IntelliJ IDEA Users
Exclude a specific method names from the unused declaration inspection
0 votes
Created
November 30, 2016 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...
Community
IntelliJ IDEA Users
Exclude a specific method names from the unused declaration inspection
0 votes