Yann Cebron
- 活动总数 8216
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 21
- 订阅数 3310
-
已编辑于 [ANN] JetBrains Platform Slack for Plugin Developers
We are introducing a JetBrains Platform Slack to help the JetBrains plugin development community keep in touch. This Slack is NOT an official support channel. It is a place where the community hang... -
创建于 Spellchecker plugin usability
Thanks for bundling such a useful functionality.Still I have some questions/suggestions about making it more useful and easy to use:- why are custom words now project-specific?- how to provide (exi... -
创建于 Announcement: Plugin license is now required for all plugins
From May 24, 2018, it is a requirement to specify a valid license URL for your plugins. Please provide a valid license URL for your plugins as soon as possible. Please see blog post with more detai... -
创建于 Xml Attribute Value Reference: no quickfixes?
com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor#doCheckRefs does check (deprecated) QuickFixProvider, but does not add quickfixes via LocalQuickFixProvider returned from reference... -
创建于 Plugin dev WIKI documentation
I'd like to propose to move all Plugin Development related content from the read-only WIKI (http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment) to the "new" community-driven WIKI (ht... -
创建于 Proposal: quick access keys for intentions-popup via numbers
Currently I can either choose intention by keyboard via- arrow up/down (might take a while with many entries)- typing intention title (works less or better depending on available titles)I'd like to... -
创建于 Circular dependency between two plugin's extension-points?
Both plugin A and B provide their own extension-points. A already uses extension-points from B, nowI want to use B's extension-points in A as well - fails. Is it possible at all?A = FreemarkerB = S... -
创建于 Registering JAM w/ annotation for PsiPackageStatement in package-info.java
Does it work at all? If yes, would someone share their might ElementPattern for SemRegistrar? :-) Thanks -
创建于 JetBrains' @NotNull vs. JSR-303 Bean Validation
Now JSR-303 will be using @NotNull to build runtime data validation. Probably time to integrate both or replace JetBrains' @NotNull? Thoughts?http://in.relation.to/Bloggers/BeanValidationJSR303Hits... -
创建于 Regression? Import into SVN creates one revision per imported file/directory
observed with 9654, IMHO it should be exactly one revision (and used to be)