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
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
Created
September 26, 2007 12:38
That only seems to work for files in project scope. I need to find the manifest files in the dependencies jars of a module.
Community
IntelliJ IDEA Open API and Plugin Development
How to find manifest file ?
0 votes
Created
September 26, 2007 16:23
Ok, so is there any workaround for this ?
Community
IntelliJ IDEA Open API and Plugin Development
How to find manifest file ?
0 votes
«
First
‹
Previous
Next
›
Last
»