主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年10月07日 13:04
this should work: <projectService id="serviceA" serviceInterface="IServiceA" serviceImplementation="ServiceA"/>ServiceA imp = ServiceManager.getService(project, IServiceA.class).Get()
社区
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components not working
0 票
创建于
2016年09月27日 18:18
IconProvider extension may be it. here is implementation example: JavaDirectoryIconProvider
社区
IntelliJ IDEA Open API and Plugin Development
Change Icon based on Modul
0 票
创建于
2016年09月26日 19:14
as long as it works ;)
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
0 票
创建于
2016年09月26日 17:51
ProjectStructureDetector may help. Override this class to provide automatic detection of modules and libraries for 'Create from existing sources' mode of the new project/module wizard. I never...
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
0 票
创建于
2016年09月26日 14:46
postStartupActivity extension point in your StartupActivity implementation, in runActivity, add this: StartupManager.getInstance(project) .registerPostStartupActivity(() -> { // the setup code ...
社区
IntelliJ IDEA Open API and Plugin Development
Initialise Project, must read PSI-Files
0 票
创建于
2016年09月23日 20:19
Ирина, maybe this could help: CSVReader if your plugin depends on many large CSV files, maybe it is worth to consider adding a dependency on SQL database and interact with it via SQL driver. If I...
社区
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 票
创建于
2016年09月23日 15:14
:) welcome
社区
IntelliJ IDEA Open API and Plugin Development
Configurable code completion list in custom language
0 票
创建于
2016年09月22日 15:51
why there may be few CSV plugins: bulk CSV data is often imported to spreadsheet software or SQL database, where it is stored and processed. text editor is usually used for ad hoc viewing / editing...
社区
IntelliJ IDEA Open API and Plugin Development
Referencing a CSV file
0 票
创建于
2016年09月18日 23:27
try DaemonCodeAnalyzer.getInstance(project).restart();
社区
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 票
创建于
2016年09月18日 11:21
it is probably not good to set it programmatically. Users may prefer to auto save or save manually each time. Let the users decide if they want the files to be auto saved, and how often. You could ...
社区
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 票
«
第一页
‹
上一页
下一页
›
最后
»