Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcin R
Total activity
115
Last activity
July 13, 2023 12:03
Member since
December 10, 2012 15:14
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
44
Activity overview
Posts (15)
Comments (55)
Sort by recent activity
Recent activity
Votes
Created
August 07, 2014 09:45
Maybe try what Dimitry suggests here:http://devnet.jetbrains.com/message/5521245#5521245
Community
IntelliJ IDEA Open API and Plugin Development
Files generation (e.g. java files) to source root folders via an external builder
0 votes
Created
August 12, 2014 12:45
Normally You need only to register your own com.intellij.openapi.module.ModuleType with com.intellij.ide.util.projectWizard.ModuleBuilder. When do You want to create Your module programmatically? O...
Community
IntelliJ IDEA Open API and Plugin Development
Creating new Modules
0 votes
Created
August 12, 2014 13:16
You probably need to use this: com.intellij.ide.util.projectWizard.ModuleBuilder#createModule, but I never used this myself. Refer also com.intellij.openapi.roots.ui.configuration.ModulesConfigurat...
Community
IntelliJ IDEA Open API and Plugin Development
Creating new Modules
0 votes
Created
August 06, 2014 12:41
Use for example New > Action for that - in dialog You have listed groups and actions (see attachments)Attachment(s):scr2.pngscr.png
Community
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 votes
Created
August 04, 2014 13:36
Can You post an example of what You are trying to achieve (with expected result)? I'm not sure what do You wan't to receive - classes imported by given file/class?
Community
IntelliJ IDEA Open API and Plugin Development
Get ClassPath Information in Project Window
0 votes
Created
July 31, 2014 15:00
Icon probably comes from com.intellij.navigation.NavigationItem#getPresentation -> com.intellij.navigation.ItemPresentation#getIcon (implemented by target of reference). Most likely You need to dec...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and Icons
0 votes
Created
July 31, 2014 07:22
See com.intellij.refactoring.changeSignature.ChangeSignatureDialogBase and subclasses
Community
IntelliJ IDEA Open API and Plugin Development
Dialog for method parameters
0 votes
Created
July 30, 2014 12:37
Maybe completion expects to recieve lookup elements with name starting with "... ?
Community
IntelliJ IDEA Open API and Plugin Development
Compeletion provider not working properly
0 votes
Created
July 30, 2014 11:55
final Module module = ModuleUtil.findModuleForFile(virtualFile, project);If file does not belong to any module in given project, then You will recieve null.
Community
IntelliJ IDEA Open API and Plugin Development
how to find the Module of a VirtualFile?
0 votes
Created
August 19, 2014 09:04
Did You try to register your contributor without language attribute?BTW - remember, language ID is case sensitive.
Community
IntelliJ IDEA Open API and Plugin Development
How to add a PsiReferenceContributor for an existing language?
0 votes
«
First
‹
Previous
Next
›
Last
»