主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin
活动总数
67
最后的活动
2025年01月30日 15:03
成员加入日期
2024年02月01日 12:53
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
21
活动概览
帖子(14)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
2024年08月02日 09:34
Yes, please have a look at https://github.com/vaadin/intellij-plugin - i'm not professional Kotlin nor intellij plugin developer so code might be wonky in many places, but it works.
社区
IntelliJ IDEA Open API and Plugin Development
How to create single module wizard step with generic Name and Location? (direct Create, no wizard steps)
1 票
已编辑于
2024年07月04日 10:01
In my case problem was that async refresh was not refreshing `target/` in proper time and thats why I was noticing changes “after some time”, after doing such:ProjectTaskManager.getInstance(project...
社区
IntelliJ IDEA Open API and Plugin Development
Process resource after created by plugin
1 票
创建于
2024年06月28日 09:06
Thank you for reply. Write operation is done using `WriteCommandAction.runWriteCommandAction` inside `CommandProcessor.getInstance().executeCommand` to have custom undo label and Undo is performed ...
社区
IntelliJ IDEA Open API and Plugin Development
Detect actions on save
0 票
创建于
2024年04月25日 13:55
Write actions are not a problem, try WriteCommandAction.runWriteCommandAction(project) { }
社区
IntelliJ IDEA Open API and Plugin Development
How to mark Modules when opening a project
1 票
创建于
2024年04月25日 09:48
One of possible solutions (workaround?) provided in https://intellij-support.jetbrains.com/hc/en-us/community/posts/13867414023058/comments/18546489297042 please answer if there is a better way.
社区
IntelliJ IDEA Open API and Plugin Development
How to use GeneratorNewProjectWizardBuilderAdapter for Project create only, not Module?
0 票
创建于
2024年04月25日 09:47
For me those actions are: NewModuleInGroup NewProject NewModule WelcomeScreen.CreateNewProject So indeed, if contains “Module” do not make it available, thanks
社区
IntelliJ IDEA Open API and Plugin Development
Custom ModuleBuilder only for new projects, not modules
0 票
已编辑于
2024年04月25日 09:26
You might use postStartupActivity extension and then maybe use project.isNewProject(). But I didn't test that.
社区
IntelliJ IDEA Open API and Plugin Development
How to mark Modules when opening a project
0 票
创建于
2024年04月25日 09:18
Did you manage to figure it out? I've got similar case but using `GeneratorNewProjectWizardBuilderAdapter`. There is also `canCreateModule` but it does not seem to affect New Module menu visibility.
社区
IntelliJ IDEA Open API and Plugin Development
Custom ModuleBuilder only for new projects, not modules
0 票
创建于
2024年04月24日 06:27
Hi, thanks for hint. I've started implementing GeneratorNewProjectWizard but it requires also to define project name, project location, used JDK and all StarterWizard helper classes are not in publ...
社区
IntelliJ IDEA Open API and Plugin Development
Import module as maven or gradle after creation
0 票
创建于
2024年04月23日 12:47
I think hint from https://intellij-support.jetbrains.com/hc/en-us/community/posts/18377613898002-Import-module-as-maven-or-gradle-after-creation solves issueps. I don't recommend creating a new Mod...
社区
IntelliJ IDEA Open API and Plugin Development
How to create single module wizard step with generic Name and Location? (direct Create, no wizard steps)
0 票
«
第一页
‹
上一页
下一页
›
最后
»