主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Yann Cebron
关注
新文章和帖子
新文章、帖子和评论
活动总数
7391
最后的活动
2023年03月27日 16:22
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
2975
活动概览
文章(0)
帖子(121)
评论(4274)
按投票数排序
最近的活动
投票数
创建于
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?
5 票
已编辑于
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?
3 票
创建于
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 票
创建于
2022年03月10日 15:51
Object multicaster = EditorFactory.getInstance().getEventMulticaster();if (multicaster instanceof EditorEventMulticasterEx) { EditorEventMulticasterEx ex = (EditorEventMulticasterEx)multicaster; ...
社区
IntelliJ IDEA Open API and Plugin Development
How do I listen for editor focus events?
2 票
创建于
2021年03月08日 16:39
https://github.com/JetBrains/Grammar-Kit#tokens defines value for tokens should be constant. Anyway, generating .flex from bnf is only thought to be used in very initial, prototype-stage developmen...
社区
IntelliJ IDEA Open API and Plugin Development
[Grammar-Kit] define tokens in .bnf which reference other tokens
2 票
创建于
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
2 票
1
2
3
4
5
6
›
»