ANONYMOUS

- 活动总数 5764
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1638
-
ANONYMOUS 创建了一个帖子, IntelliJ Platform migrates to Java 8
Hello all,we're going to start using Java 8 as a target platform for IntelliJ platform classes soon. This will mean that users won't be able to start our IDEs under JDK versions older than 8. And t... -
ANONYMOUS 创建了一个帖子, use primefaces
Hi,I have problems when working with primafaces 5.2 not render me the code, just show me html plane. The code with which I make is quite simple tests , is as follows:PrimeFaces.cw("Spinner","widge... -
ANONYMOUS 创建了一个帖子, PsiStructureViewFactory
Hallo,I tried to modify the StructureView, so it only contains files that contain "test".I defined my own Factory, a Model, and an Element.(See Code bellow). I also registered it in the plugin.xml.... -
ANONYMOUS 创建了一个帖子, Re: PackageViewPane
Have you looked for the sources of PackageViewPane / AbstractProjectViewPSIPane ?On 10/13/2015 4:15 PM, Tobi D wrote:Hallo,>I have a problem with the PackageViewPane.>i have initiallized the Packag... -
ANONYMOUS 创建了一个帖子, Problem in language injection into string literals
Hi everybody,I'm having a problem with the language injection in my custom language.When I inject some language in a string literal of my language throgh the editor I obtain this:After patch: doc: ... -
ANONYMOUS 创建了一个帖子, How to get Manifest of an Android module...
HiI started to write a plugin that requires Android plugin.Of course I can get the list of the modules and I try to get the facets to see which of them are based on Android.I added Android plugin t... -
ANONYMOUS 创建了一个帖子, New/Removed Module events
Im looking to be notified when modules are added/removed from the project. I dont see a way to do this without polling the ModuleManager. I was hoping to subscribe to the ModuleManager for this t... -
ANONYMOUS 创建了一个帖子, Re: How to retrieve a certain project component instance given a project instance?
You can get a project component instance using project.getComponent(YourProjectComponent.class) call. To obtain a 'project' instance inside an action you can use AnActionEvent#getProject method (al... -
ANONYMOUS 创建了一个帖子, possible bug in PolyVariantReferenceBase.isReferenceTo() method implementation
hello,I think there is a possible bug in PolyVariantReferenceBase.isReferenceTo() method implementation :@Override public boolean isReferenceTo(PsiElement element) { final ResolveResult[] resul... -
ANONYMOUS 创建了一个帖子, Looking for documentation on com.jediterm.pty.PtyProcessTtyConnector
Does anyone know where I can find some documentation on how to use com.jediterm.pty.PtyProcessTtyConnector? Failing that, is there any other way built into IntelliJ to connect to a Virtual PTY?---O...