主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin R
活动总数
115
最后的活动
2023年07月13日 12:03
成员加入日期
2012年12月10日 15:14
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
44
活动概览
帖子(15)
评论(55)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月18日 12:52
Ok, I add following code to my com.intellij.openapi.application.QueryExecutorBase#processQuery implementation:final SearchScope searchScope = queryParameters.getEffectiveSearchScope();boolean consu...
社区
IntelliJ IDEA Open API and Plugin Development
How works usages highlighting in file? Problem with YAML
0 票
创建于
2014年04月11日 12:57
Maybe try do this after each insertString:PsiDocumentManager.getInstance(project).commitDocument(document);
社区
IntelliJ IDEA Open API and Plugin Development
When are document inserts written to screen?
0 票
创建于
2014年04月14日 08:23
Okay, problem looks like this:1. I open my indexed plain text file and json file2. Remove some line from text file3. Switch selected editor to json file4. IDEA starts indexing plain text file but w...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger GeneralHighlightingPass operations after file based indexing process?
0 票
创建于
2014年04月25日 12:49
Maybe this help:com.intellij.ProjectTopics#MODULESandpublic interface com.intellij.openapi.project.ModuleListener extends EventListener { void moduleAdded(Project project, Module module); void ...
社区
IntelliJ IDEA Open API and Plugin Development
New/Removed Module events
0 票
创建于
2014年05月27日 12:20
If You want find files, you could also use:com.intellij.psi.search.FilenameIndex#getFilesByName for searching for PsiFilesFilenameIndex.getFilesByName(project, fileName, searchScope);orcom.intellij...
社区
IntelliJ IDEA Open API and Plugin Development
How to find file in project ?
0 票
创建于
2014年08月07日 09:45
Maybe try what Dimitry suggests here:http://devnet.jetbrains.com/message/5521245#5521245
社区
IntelliJ IDEA Open API and Plugin Development
Files generation (e.g. java files) to source root folders via an external builder
0 票
创建于
2014年08月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating new Modules
0 票
创建于
2014年08月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating new Modules
0 票
创建于
2014年08月06日 12:41
Use for example New > Action for that - in dialog You have listed groups and actions (see attachments)Attachment(s):scr2.pngscr.png
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 票
创建于
2014年08月04日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Get ClassPath Information in Project Window
0 票
«
第一页
‹
上一页
下一页
›
最后
»