主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Colin Fleming
活动总数
1477
最后的活动
2024年08月28日 19:36
成员加入日期
2005年01月04日 19:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
484
活动概览
帖子(205)
评论(788)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月03日 11:42
I'm interested in this as well. Previously I did this, which no longer works:OptionsEditor optionsEditor = OptionsEditor.KEY.getData(DataManager.getInstance().getDataContext(mainPanel));if (options...
社区
IntelliJ IDEA Open API and Plugin Development
How to open Setting dialog programmatically?
0 票
创建于
2014年09月12日 23:32
The problem is that Java 6 is still the most stable and default option for running IntelliJ on OSX - AFAIK this isn't likely to change any time soon, unfortunately.
社区
IntelliJ IDEA Open API and Plugin Development
Java 8 for Community?
0 票
创建于
2014年09月13日 09:10
No, not at all - you can write editor support for Java 8 in whatever you like. For example, the IntelliJ support for other languages (Javascript, Python, Ruby etc) is all written in Java.
社区
IntelliJ IDEA Open API and Plugin Development
Java 8 for Community?
0 票
创建于
2015年08月10日 10:10
Fantastic Dmitry, thanks for the great info!For #3, do you have a suggestion for how to detect changes which don't originate from my handlers? I can't see anything in SelectionEvent that would help...
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
创建于
2015年08月10日 13:41
Ok, if it's a very rare case I don't think I'll worry about it - the user will just get a caret movement they wouldn't expect in the edge case where they move the carets and then undo the selection...
社区
IntelliJ IDEA Open API and Plugin Development
Customising Extend Selection
0 票
创建于
2015年08月06日 14:07
I used Compile, but I have a custom build so that doesn't really have any effect. If you're using Build->Prepare plugin for deployment, you might want to use Provided - I'm not sure.
社区
IntelliJ IDEA Open API and Plugin Development
Annotator for another plugin's language
0 票
创建于
2015年08月31日 22:04
Hi Scott,Yeah, I use an Annotator for this sort of thing. There's a slight delay before the items are highlighted but it works well.Cheers,Colin
社区
IntelliJ IDEA Open API and Plugin Development
Contextual syntax highlighting not based only on lexer
0 票
创建于
2015年08月18日 09:43
For what it's worth, this is what I do with Cursive. I send stats back using a simple POST to my server and I've set up nginx to just log the POST data to a log file. I also have an additional cons...
社区
IntelliJ IDEA Open API and Plugin Development
Detailed Plugin Usage Statistics
0 票
创建于
2015年08月18日 14:01
My plugin isn't open source, but the implementation of the config pane is very similar to com.intellij.internal.statistic.configurable.StatisticsConfigurationComponent which I more or less copied w...
社区
IntelliJ IDEA Open API and Plugin Development
Detailed Plugin Usage Statistics
0 票
创建于
2014年04月14日 05:48
That string is inserted during completion, to ensure that there's always a valid identifier at the caret when running completion. You can customise it to whatever would be a valid identifier in you...
社区
IntelliJ IDEA Open API and Plugin Development
The dreaded "IntellijIdeaRulezzz" string
0 票
«
第一页
‹
上一页
下一页
›
最后
»