ANONYMOUS
- Total activity 5764
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1638
-
Created 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... -
Created 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... -
Created 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.... -
Created 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... -
Created 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: ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...