主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Valentin Fondaratov
活动总数
21
最后的活动
2018年03月15日 22:34
成员加入日期
2014年11月17日 12:02
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
10
活动概览
帖子(0)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2018年03月15日 22:34
If you're using Gradle and gradle-intellij for building your plugin (which I recommend), you can have Ruby plugin as a dependency, see example: https://github.com/JetBrains/ruby-type-inference/blob...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing CompletionContributor for existing languages
1 票
创建于
2017年11月08日 14:47
正式评论
Hi, On the "unnecessary return statement" -- could you please attach an example? We have been fixing this recently so it is interesting to see what does not work. On the "variable may not be initi...
社区
RubyMine
RubyMine Code inspection doesn't find references to model fields for hundreds of warnings
0 票
创建于
2017年07月03日 19:17
Hi Stefvanschiedev, You don't need to look for particular YAML plugin extension points. The easiest way to implement and add an inspection is to refer to the com.intellij.localInspection extension...
社区
IntelliJ IDEA Open API and Plugin Development
Use YAML in plugin
0 票
创建于
2016年08月19日 07:03
Hi Michel, I have filed an issue in the tracker: https://youtrack.jetbrains.com/issue/RUBY-18425, this is indeed a serious usability problem. Please leave comments there is you have the vision or a...
社区
IntelliJ IDEA Users
Errors highlighted in language injections
0 票
创建于
2015年09月17日 11:56
In the case if somebody would encounter the same issue: the problem is fixed since build 142.4465. (see https://youtrack.jetbrains.com/issue/WEB-17958#comment=27-1107578)
社区
IntelliJ IDEA EAP Users
Jade: Comments in scripts prevent files from opening
0 票
已编辑于
2016年05月17日 08:10
Yes, caching parsing results per text is a good idea. However, with 250ms lexing it is likely to be barely usable. You can try to workaround this in faster yet still awful ways — for example, consi...
社区
IntelliJ IDEA Open API and Plugin Development
Incremental reparsing and rehighlighting
0 票
创建于
2016年05月16日 10:44
Hi Bruno, Your observations are generally correct; also I could not disagree with Imants: Lexer should be ultra-fast to cope with the fast editing. One cannot guarantee that some "bad" change will ...
社区
IntelliJ IDEA Open API and Plugin Development
Incremental reparsing and rehighlighting
0 票
创建于
2016年05月16日 11:11
Hi Daniel, You should have a look at `com.intellij.openapi.editor.markup.GutterIconRenderer#getPopupMenuActions` or freshier `com.intellij.execution.lineMarker.RunLineMarkerContributor`. TBH I am n...
社区
IntelliJ IDEA Open API and Plugin Development
How to navigate to custom side panel UI by clicking on a gutter icon
0 票
创建于
2016年03月30日 15:30
Hi, WebView is actually webkit so you need native libraries for HTML rendering along with jfxrt.jar. So I'd say the problem is that the native libs are not found. I think the easiest way to solve...
社区
IntelliJ IDEA Open API and Plugin Development
Using JavaFX Webview in Android Studio Plugin
0 票
创建于
2014年11月17日 12:02
Hello Brian,Does this work when debugging tests?Unfortunately, the debugger console is disabled when running tests. This is a bug, and would be fixed soon.You can see and track the issue here: http...
社区
RubyMine
RubyMine 7: How to run console in a debugging session?
0 票
下一页
›
最后
»