Cedric Beust

- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
Cedric Beust 创建了一个帖子, Breakpoint not working when debugging a plug-in
Title says it all: breakpoints in my IDEA plug-in don't appear to work. I hear it's because these plug-ins are running in a separate process and that there is a way to force that plug-in to run in ... -
Cedric Beust 进行了评论, -
Cedric Beust 创建了一个帖子, 已回答Disabling "Spelling: typo" forever
Is there a way to completely disable "Spelling: typo" for all present and future projects? This setting never seems to stick and whenever I create or import a project, I have to disable it manually... -
Cedric Beust 创建了一个帖子, Specifying Resources and Test Resources programmatically
I am currently adding source and test source directories as follows: val modifiableModel = ModuleRootManager.getInstance(module).modifiableModelval contentEntry = modifiableModel.addContentEntry(co... -
Cedric Beust 创建了一个帖子, 已回答How can I modify the project compiler output directory of a project?
Using this: val p = ProjectRootManager.getInstance(project) I can see the `sdkName` and other properties of that project but not the project compiler output. How can I modify it? -
Cedric Beust 创建了一个帖子, Annotation processor run from the wrong directory
I configured IDEA to run an annotation processor but that processor is being run from the directory ".IntelliJIdea15\system\compile-server\. " instead of the module's own directory, which causes th... -
-
-
-
Cedric Beust 创建了一个帖子, No classes generated for my plug-in
For some reason, generating the .zip file for my plug-in generates a .zip file with no classes in the jar file:$ jar tf /d/tmp/kobalt-intellij-plugin.jarMETA-INF/MANIFEST.MFMETA-INF/plugin.xmlLooki...