主页
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年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 票
创建于
2016年09月18日 08:52
user can configure their settings: Appearance & Behaviour System Settings Save files automatically if application is idle for .. seconds
社区
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月16日 13:41
> problem solved :) :) well done
社区
IntelliJ IDEA Open API and Plugin Development
Failed to add support for multiple languages in one plugin
0 票
创建于
2016年09月09日 11:16
if AllClassesGetter gives problem, check these threads for alternative way to enumerate project files: https://intellij-support.jetbrains.com/hc/en-us/community/posts/207378145-Obtaining-java-files...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 票
创建于
2016年09月09日 10:38
it is necessary to debug plugin code, I am afraid.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 票
创建于
2016年09月09日 10:09
Hello Guilherme, The plugin may not build. Did you check file creation time of the plugin file? Did you try to open the plugin in debug mode? You should be able to hit a breakpoint.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 票
«
第一页
‹
上一页
下一页
›
最后
»