主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年11月13日 14:21
http://i.imgur.com/tSoNNix.png
社区
IntelliJ IDEA Users
Multiline tabs in Idea 14
8 票
创建于
2014年07月02日 15:45
it's plugin "Presentation Assistant" available from repository
社区
IntelliJ IDEA Users
Show keyboard shortcut tooltip on screen while press
6 票
创建于
2016年01月07日 07:33
Hi,The difference between 3) and 4) is that the latter generates the gradle.build file only, whereas 3) creates an "empty"/"dummy" SpringBootApplication class and corresponding sources structure.
社区
IntelliJ IDEA Users
On Spring Initializr wizard, which project type is best?
5 票
创建于
2014年11月28日 08:49
Override com.intellij.openapi.ui.DialogWrapper#getPreferredFocusedComponent and return the component to be initially focused there.
社区
IntelliJ IDEA Open API and Plugin Development
How to focus on a textfield when a dialog is opened?
6 票
创建于
2020年08月13日 12:51
Override and return false from com.intellij.openapi.application.WriteActionAware#startInWriteAction
社区
IntelliJ IDEA Open API and Plugin Development
AWT events are not allowed inside write action On applyFix
4 票
已编辑于
2020年05月12日 12:54
Try setting registry option ide.plugins.snapshot.on.unload.fail=true and set -XX:+UnlockDiagnosticVMOptions in VM options, you'll get memory snapshot to trace why it failed exactly. Please note th...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
3 票
创建于
2019年06月17日 07:52
In Gradle toolwindow, run Tasks -> intellij -> buildPlugin, this will generate distribution JAR/ZIP in /build/distributions that can be installed manually.
社区
IntelliJ IDEA Open API and Plugin Development
“Prepare Plugin Module for Deployment” from a Gradle-based Plugin Project?
4 票
创建于
2012年01月03日 15:25
Here's a random example from GitHub plugin: Notifications.Bus.notify(new Notification("github", "Success", "Successfully created project ''" + name + "'' on github", ...
社区
IntelliJ IDEA Open API and Plugin Development
Event Log
3 票
创建于
2023年09月28日 14:54
Try using com.intellij.util.PsiErrorElementUtil#hasErrors(com.intellij.openapi.project.Project, com.intellij.openapi.vfs.VirtualFile) which caches the results (traversing whole PsiFile potentially ...
社区
IntelliJ IDEA Open API and Plugin Development
Error: A suspiciously high nesting of suppressPrioritizing, forgot to call restorePrioritizing
2 票
创建于
2023年08月29日 14:17
This is a new check that was introduced recently, you can disregard it for your _existing_ plugin. Indeed, you should never change the plugin ID.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin ID specified in plugin.xml should not contain 'intellij'
2 票
下一页
›
最后
»