Octavio Roncal
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
Edited Listen to loading of an unloaded module
AnsweredHi! I need to listen when a module that is unloaded pass to be loaded. I saw the com.intellij.openapi.project.ModuleListener doesn't catch this event. Is there any way Best regards -
Created External Builder. Avoid delete source files on next build
PlannedHi, I'm writing an external builder for a dsl. This dsl generates java source code. Part of it goes to gen directory and the other to src directory. I have a `ModuleLevelBuilder` with category `SOU... -
Edited Run command on embedded terminal
Related with an old post, is already possible to run commands on the embedded terminal plugin like show a tail of log file? Is there an extension point or API to do it? I already checked the termin... -
Created Pre compile task
AnsweredIs there any way to attach a task just before the build process of a module? Thanks -
Created How Do I Delete A Plugin?
AnsweredI cannot find a way to remove obsolete plugins published to http://plugins.jetbrains.com. Is a bug??? is there no way???????????? Thanks -
Edited external builder remember sources between differents compilation
AnsweredHi all! This is my problem: I have written an external builder with category SOURCE_GENERATOR. It generates java source code in gen directory. The java files generated are registered to the outputC... -
Created open psiFile on split View
Is there any way having a PsiFile (or navigatable element), navigate to it open horizontally splited view in case it doesn't open??? Thanks!!! -
Created Bundled Dictionary
Hi all! I'm trying to include a bundled dictionary in my plugin To aim it, I'm implementing the interface BundledDictionaryProvider and in the method, I return the array containing "es.dic". Now i... -
Created Bundled Dictionary
Hi all! I'm trying to include a bundled dictionary in my plugin To aim it, I'm implementing the interface BundledDictionaryProvider and in the method, I return the array containing "es.dic". Now i... -
Created Validate forms of Facet Editor and FrameworkSupport.
Hi all, Is there any way to validate the forms of Facet Editor and frameworkSupport due to if the configuration is wrong disable accept/continue button and show an integrated error message? Th...