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
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
Created
March 19, 2021 04:06
I think I do, but I might be wrong. This is for a macroexpander in Cursive. Clojure code uses a lot of macros, and this tool allows the user to interactively view the expansion of a particular macr...
Community
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 votes
Created
March 18, 2021 01:55
I've also just tried the EditorTextField fix and pushed the changes to the repo. It doesn't seem to work, the editor looks strange (it's uses a variable width font) and the special keystrokes are s...
Community
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 votes
«
First
‹
Previous
Next
›
Last
»