Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hugo Palma
Total activity
162
Last activity
December 27, 2024 15:48
Member since
May 23, 2007 15:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
43
Activity overview
Posts (27)
Comments (92)
Sort by recent activity
Recent activity
Votes
Created
April 10, 2008 12:33
I found the answer.If in the onFacetInitialized method put the code that adds the library inside an Application.invokeLater block then everything works fine.
Community
IntelliJ IDEA Open API and Plugin Development
Can't create more than one library in project
0 votes
Created
May 24, 2007 15:57
I think this happens because the editor always tries to resolve tag names to the HTML schema and doesn't care about custom reference providers.Anyone knows if this is true ?
Community
IntelliJ IDEA Open API and Plugin Development
HtmlReferenceProvider for tag names ?
0 votes
Created
July 23, 2007 16:38
That's up to the file editor implementation. If you have a custom implementation just implement the getName() method of the TextEditor interface. If ur not using a custom file editor i don't have a...
Community
IntelliJ IDEA Open API and Plugin Development
Multi-tabbed editor
0 votes
Created
July 23, 2007 18:29
Yep, that will work also :o)
Community
IntelliJ IDEA Open API and Plugin Development
Multi-tabbed editor
0 votes
Created
September 24, 2007 09:52
To use AddSupportContext in your application component do this:ProjectWizardStepFactory.getInstance().registerAddSupportProvider(ModuleType.WEB, new MyWizardStepsProvider());You can attach it to an...
Community
IntelliJ IDEA Open API and Plugin Development
Wizard step to add jars to buildpath
0 votes
Created
September 20, 2007 09:37
If i remove boot.jar then i get:ERROR: Repository caches are corrupted and will be rebuilt on next startupjava.lang.NoClassDefFoundError: java/lang/StringFactory at com.intellij.psi.impl.source.par...
Community
IntelliJ IDEA Open API and Plugin Development
Can't run plugin tests, getting "Repository caches are corrupted"
0 votes
Created
September 20, 2007 10:08
With the bootclasspath argument i get:Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/ObjectAnyway, like i said before, i have been able to use the IDEA testfram...
Community
IntelliJ IDEA Open API and Plugin Development
Can't run plugin tests, getting "Repository caches are corrupted"
0 votes
Created
September 20, 2007 14:22
Will be fixed according to the issue http://www.jetbrains.net/jira/browse/IDEADEV-21346
Community
IntelliJ IDEA Open API and Plugin Development
Can't run plugin tests, getting "Repository caches are corrupted"
0 votes
Created
September 06, 2007 12:00
Count me in for the October-December 2006 period.
Community
IntelliJ IDEA Open API and Plugin Development
Community help request: Filling the Plugin Development FAQ
0 votes
Created
October 10, 2007 16:57
getNavigationElement() does work fine but only when you have the sources configured but it doesn't solve the use case where you have the javadoc URL configured and not the sources.Any ideas on this ?
Community
IntelliJ IDEA Open API and Plugin Development
Grabbing Javadoc from library class
0 votes
«
First
‹
Previous
Next
›
Last
»