Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Colin Fleming
Total activity
1477
Last activity
August 28, 2024 19:36
Member since
January 04, 2005 19:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
484
Activity overview
Posts (205)
Comments (788)
Sort by recent activity
Recent activity
Votes
Created
August 16, 2022 08:38
That looks perfect, Nikolay, thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Filtering transitive paths from inter-module dependencies?
0 votes
Created
October 14, 2021 19:21
Ok thanks Kirill, I'll wait for that then, and in the meantime just mark all projects as trusted. Having it available for 2021.3 will work for me since the thing that depends on it (package search)...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing Trusted Project functionality
0 votes
Created
July 19, 2021 10:09
Thanks Sergey, that was indeed the problem. I have this all working now, it's fairly complex with a fair number of moving parts, but it seems to be working well. Thanks for the help!
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Created
July 13, 2021 12:08
Thanks Sergey. I agree that the allScope thing is probably ok. I am now creating a SyntheticLibrary which I can see in the project view. I'm also returning a scope from my ResolveScopeProvider whic...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Created
July 08, 2021 21:29
Thanks Nikolay, that looks useful. I have a couple of questions about that: According to the doc, SyntheticLibrary roots will be added to allScope for a project. Is there a way to prevent this? Ot...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Created
July 08, 2021 03:52
Thanks Nikolay. I finally got around to implementing this. In the end what I have done is: I'm no longer using a facet - the user configures Babashka project-wide. When they do so, I figure out th...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
Created
March 30, 2021 23:24
Ugh, you are absolutely correct, of course - thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 votes
Created
March 25, 2021 00:49
Unfortunately that's a platform class which I don't have duplicated in my code, the only one I've moved over is EditorComponentInlaysManager. So I think the hack that I posted above is probably the...
Community
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 votes
Created
March 23, 2021 02:29
I spent some time debugging this, and it looked like a problem with the clip bounds. My swing-fu is pretty weak, but I think it's related to the EditorTextWidthWatcher in EditorComponentInlaysManag...
Community
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 votes
Created
March 22, 2021 23:15
Thanks Ivan, I appreciate it. If you have any suggestions for the component not appearing when added, that would be great too, since that doesn't seem to be related to the editor problem. In that t...
Community
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 votes
«
First
‹
Previous
Next
›
Last
»