Alan
- 活动总数 285
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 106
-
Alan 创建了一个帖子, Graph Api / Diagram API questions
I have some questions regarding the Graph/Diagram APIsWhat are the differences between the Graph and Diagram API - is the Diagram Api new, and the Graph API is deprecated? Or are they completely di... -
Alan 创建了一个帖子, Access editor within PsiReferenceContributor - Originally injected PsiElement
Hi guysI am trying to convert code which was originally only using a Contributor implementation, to provide full PsiReference contribution.The contribution itself is available for an Injected langu... -
Alan 创建了一个帖子, Confluence API Documentation - Single Page
Hi guys,I think it would be great if the Confluence API documentation offered the ability to view all api documentation within a single file.This would allow users to easily search for phrases/inte... -
Alan 创建了一个帖子, Debugger API Custom DSL Language
Hi,I am currently trying to write a plugin which will allow for breakpoints in a DSL, which is expressed in XML.I have registered an implementation of xdebugger.breakpointType, which allows to be p... -
Alan 创建了一个帖子, Custom Language - Class Reference Contribution
Hi guys,I am currently developing support for a custom language, which supports the ability to reference java Classes - such as below ${body} is 'java.lang.String'I have created a lexer and par... -
Alan 创建了一个帖子, [Documentation] Developing Custom Language Plugins for IntelliJ IDEA
Hi guys,I am currently following the documentation here which mentions "The information in this document has been updated to cover the API changes and new features of IntelliJ IDEA 11."Are there an... -
Alan 创建了一个帖子, Non-modal Dialog creation
Hi,Is it currently possible to create a non-modal dialog?It seems that when using DialogBuilder.showNotModal, or extending DialogWrapper and calling setModal(false) still causes the confirm/cancel ... -
Alan 创建了一个帖子, Run tests targeted at specific IntelliJ versions
Hi,I would like to ensure my unit tests run in different versions of IntelliJ.Is it possible to run my existing tests from IntelliJ Ultimate 12 which target say IJ-CE 12, 13 EAP etcOr will I need t... -
Alan 创建了一个帖子, Detailed Plugin Usage Statistics
Hi there,Is it possible to hook into more detailed information regarding plugin usage?For instance when you release a plugin you are able to see the daily installs; However I'd like to see more det... -
Alan 进行了评论,