主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Daniil Ovchinnikov
活动总数
136
最后的活动
2024年04月16日 13:09
成员加入日期
2015年04月22日 14:21
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
51
活动概览
文章(0)
帖子(0)
评论(82)
按最近的活动排序
最近的活动
投票数
创建于
2019年02月21日 16:47
It should work out of the box as long as line numbers are correct. Please check generated `LineNumberTable` in compiled class file.
社区
IntelliJ IDEA Users
Telling the intellij debugger to re-position break-point information
1 票
创建于
2019年02月19日 09:57
b) If the AST transformations plugin is implemented, will that feed into the debugger as well? because the IDE now knows the extra code that was inserted? No. The `AstTransformationSupport` extensi...
社区
IntelliJ IDEA Open API and Plugin Development
Groovy script AST transforms
0 票
创建于
2018年05月30日 09:13
Hi Victor- Unfortunately, adding new method was not an option. This change is binary compatible, so if you update your sources accordingly, you will still be able to run the plugin with older versi...
社区
IntelliJ IDEA Open API and Plugin Development
Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
0 票
已编辑于
2017年07月07日 07:01
正式评论
For each reference there is a processor created.Both fields are passed to each processor, so first field always wins. You need to ask a processor about a reference being resolved currently. This is...
社区
IntelliJ IDEA Open API and Plugin Development
Injecting fields in groovy script
1 票
创建于
2017年03月29日 12:25
I'm afraid there is no such API as for 2017.1. `GroovyMapContentProvider` only works for expression like `foo.bar` or `foo().bar`, where `foo` type is an inheritor of `java.util.Map` and `bar` is a...
社区
IntelliJ IDEA Open API and Plugin Development
reference injector - set return type
1 票
已编辑于
2017年03月28日 11:03
We dropped https://github.com/grails/grails-gradle-plugin support in 2016.2. Workarounds: 1. Use 2016.1 2. Use gradle idea plugin. Basically the idea is to get dependencies from Gradle without lin...
社区
IntelliJ IDEA Users
Gradle-based Grails 2.5.5 Project Import does not recognize project as a Grails project
0 票
创建于
2017年02月24日 14:23
BaseScriptTransformationSupport cannot be run twice on same class with same transformation context.
社区
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 票
已编辑于
2017年02月24日 13:23
From what you described: you are doing it right, your AstTransformationSupport is the last one, setSuperType(), etc.The fact the resolve/navigation works properly means that the base script is actu...
社区
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 票
创建于
2017年02月24日 12:35
These completions are provided by CompleteReferenceExpression#processVariants. Could you please share the snippet of how you set the super class?
社区
IntelliJ IDEA Open API and Plugin Development
set psi class super class, completions not working
0 票
创建于
2017年02月10日 16:55
Also please check if you are affected by https://youtrack.jetbrains.com/issue/IDEA-164546
社区
IntelliJ IDEA Users
Breakpoints not working for Grails 3.2.5 project In IntelliJ Idea Ultimate 2016.3.4
2 票
«
第一页
‹
上一页
下一页
›
最后
»