主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin
活动总数
67
最后的活动
2025年01月30日 15:03
成员加入日期
2024年02月01日 12:53
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
21
活动概览
帖子(14)
评论(24)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2024年04月23日 12:36
Hi, thanks for reply. Yes, I've checked it but StarterModuleBuilder and many other classes are not public API. I thought there might be easier way of achieving the same.
社区
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 票
创建于
2024年03月27日 15:04
Use ProjectUtil.focusProjectWindow(project, true)
社区
IntelliJ IDEA Open API and Plugin Development
Bring Idea window in front
0 票
已编辑于
2024年02月07日 12:27
Ok, ChatGPT solved issue:To force file changes to be flushed to the filesystem in an IntelliJ plugin, you can use the FileDocumentManager and VirtualFile APIs. Here's how you can modify your code t...
社区
IntelliJ IDEA Open API and Plugin Development
Document changes not flushed when IDE is not focused
0 票
创建于
2024年02月01日 20:50
Because I didn't find any write or save method in document, after using vfsDoc.setText(content) it works perfectly. Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Undo not present after vfs.writeText on non edited file
0 票
«
第一页
‹
上一页