Octavio Roncal
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 16
-
已编辑于 Maven Resolver Issue with Transitive Dependencies in Plugin Development After Update 2024.3
已回答Hi everyone,I’m currently developing a plugin for working with DSLs, and part of its functionality involves using Maven Resolver to download libraries from repositories following Maven schemes, but... -
创建于 External Model
已回答Hi! Where can I find examples about creating my own "external model" to create modules. Thanks -
已编辑于 Listen to loading of an unloaded module
已回答Hi! 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 -
创建于 External Builder. Avoid delete source files on next build
已计划Hi, 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... -
已编辑于 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... -
创建于 Pre compile task
已回答Is there any way to attach a task just before the build process of a module? Thanks -
创建于 How Do I Delete A Plugin?
已回答I cannot find a way to remove obsolete plugins published to http://plugins.jetbrains.com. Is a bug??? is there no way???????????? Thanks -
已编辑于 external builder remember sources between differents compilation
已回答Hi 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... -
创建于 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!!! -
创建于 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...