Cedric Beust

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Cedric Beust created a post, 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 commented, -
Cedric Beust created a post, AnsweredDisabling "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 created a post, 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 created a post, AnsweredHow 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 created a post, 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 created a post, 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...