主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ivan Semenov
活动总数
10
最后的活动
2021年03月25日 11:42
成员加入日期
2018年04月28日 13:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
文章(0)
帖子(0)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2021年03月01日 15:18
Hi, ColinWhich version of the IntelliJ sources are you using? Some of the sizing issues were globally fixed recently. Having some code examples would also be great - I can't tell exactly what is go...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
1 票
创建于
2021年03月25日 11:42
EditorTextWidthWatcher is an inner class of EditorComponentInlaysManager, so you should have it as well. invoking width update in a constrcutor shouldn't have any side effects.
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月23日 10:41
Ah. Found the issue with sizing and it's very simple to fix. Just invoke `updateWidthForAllInlays` in `EditorTextWidthWatcher.init`.It wasn't needed for reviews bc the manager is created before the...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月22日 10:36
Ok. Will try to find some solution. It will probably require platform changes, so I can't say when it will be implemented.
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月18日 16:32
Having spent some time looking at this I have a question - do you need a really full-fledged editor in an inlay or a simple text editor like "JTextArea" would suffice?
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月18日 08:10
That would be me, unfortunately - "developers responsible for that". And in review comments this issue was fixed a long time ago. I've tried the updated action and it indeed doesn't work as expecte...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2021年03月17日 15:42
Thank you for the code snippet, it definitely helped.Unfortunately I couldn't solve the issue with initial appearance. Stragest thing is that it only works this way before the first inlay "fix" for...
社区
IntelliJ IDEA Open API and Plugin Development
Issues embedding editor in block inlay
0 票
创建于
2018年04月28日 14:08
Hi, we will fix this shorty. Meanwhile you can alter the code so it works for you locally like so (and import HeadlessToolkit): public static void fixFormattedField(JFormattedTextField field) { if...
社区
IntelliJ IDEA Open API and Plugin Development
Compile from Source Failed
0 票