主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Cedric Beust
活动总数
36
最后的活动
2017年02月06日 17:41
成员加入日期
2013年01月08日 04:08
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
12
活动概览
帖子(11)
评论(13)
按最近的活动排序
最近的活动
投票数
创建于
2017年01月24日 02:30
That was it, thanks @dernov!
社区
IntelliJ IDEA Users
Disabling "Spelling: typo" forever
0 票
创建于
2013年04月24日 08:25
The org.* imports should be on top of the com.* imports (not shown in the screen shot, sorry if this was unclear) but they are at the bottom of the list and the com.* are above them.
社区
IntelliJ IDEA Users
Import ordering no longer working in 12.1.1?
0 票
创建于
2013年04月24日 16:51
Here is a more obvious example.Before:If I select this block and call "Reformat", nothing happens. If I select "Optimize imports" on this file, I end up with:And again, here are my settings, which ...
社区
IntelliJ IDEA Users
Import ordering no longer working in 12.1.1?
0 票
创建于
2013年04月24日 18:20
Indeed, Richard, that was the problem! Specifying just "com" and "org" in my import settings fixed it.Thanks!
社区
IntelliJ IDEA Users
Import ordering no longer working in 12.1.1?
0 票
创建于
2013年05月02日 21:52
No, this has been happening only at my work so far. I've seen bugs filed with similar errors, though.
社区
IntelliJ IDEA Users
Can't build: "bad signature: ¾2"
0 票
创建于
2013年05月22日 07:55
You seem to be using TestNG 5.0? This is a very old version, update to the latest (6.8.5) and try again.Update: sorry for the late response, which Anna has answered. I posted it two days ago but I ...
社区
IntelliJ IDEA Users
TestNG test does not pass
0 票
创建于
2015年10月25日 00:14
Yup, first thing I did. It's definitely building but it's not generating any class files:Information:Kotlin: Kotlin JPS plugin version 1.0.0-beta-1038-IJ141-17Information:Kotlin: Using kotlin-home ...
社区
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 票
创建于
2015年10月25日 16:51
This is just a simple Kotlin example, it doesn't appear to be an IDEA plug-in written in Kotlin. As far as I know, the only way to build such plug-ins is from IDEA itself.
社区
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 票
创建于
2015年10月25日 17:25
I found the problem: the output directory simply said "out", which apparently confused IDEA. Instead, you need to specify an absolute path, e.g. "/Users/...{project}/out".It would be nice if IDEA p...
社区
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 票
创建于
2015年10月17日 16:33
That worked, thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How can I define a completion sorter?
0 票
下一页
›
最后
»