主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2021年07月19日 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!
社区
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 票
创建于
2021年07月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 票
创建于
2021年07月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 票
创建于
2021年07月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 票
创建于
2021年03月30日 23:24
Ugh, you are absolutely correct, of course - thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
«
第一页
‹
上一页
下一页
›
最后
»