主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Lp Edoardo
活动总数
20
最后的活动
2020年11月16日 11:17
成员加入日期
2018年05月03日 08:17
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(4)
评论(11)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年11月16日 11:17
Jakub Chrzanowski thank you very much! On a related note, what about listening to log refresh events? For example when a user does a new commit, or when commits are pulled locally from remote. Whic...
社区
IntelliJ IDEA Open API and Plugin Development
Getting commits log via VcsLogProvider/Manager/Data
0 票
创建于
2020年11月14日 11:05
My new code is private fun getVcsCommits(): List<VcsCommitMetadata> { val projectVcsManager = ProjectLevelVcsManager.getInstance(project) val activeVcsRoots = projectVcsManager.allVcsRoots.toList...
社区
IntelliJ IDEA Open API and Plugin Development
Getting commits log via VcsLogProvider/Manager/Data
0 票
创建于
2019年11月22日 15:36
Oh ok, nevermind then. Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
Completion contributor freezes UI if at least one element isn't added immediately
0 票
已编辑于
2019年11月22日 14:59
The LookupElementPresentation class exposes the isReal method, and its documentation says "whether the presentation is requested to actually render lookup element on screen, or just to estimate its...
社区
IntelliJ IDEA Open API and Plugin Development
Completion contributor freezes UI if at least one element isn't added immediately
0 票
创建于
2019年11月22日 14:51
Looking at the sources I've seen there exist also "non-real" LookupElement(s), which theoretically should not be shown in the Lookup. Does it work that way? And can I produce one? Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
Completion contributor freezes UI if at least one element isn't added immediately
0 票
创建于
2018年06月03日 08:01
But if you think about it, it doesn't make sense. I mean, if there is an error, it's not by a full rebuild that it will go away. Also, because I'm using the Eclipse compiler, I EXPECT there will be...
社区
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 票
已编辑于
2018年06月02日 16:57
Ok... Seems if the project contains errors (I think only with "Invalid characters" type. Update: no, with every type of error after "Build | Rebuild project") it will rebuild all everytime. I'm usi...
社区
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 票
创建于
2018年06月02日 14:37
Same thing with 2018.1.3
社区
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 票
创建于
2018年06月02日 13:54
Hi Serge. I just tried to Build project and then Build alrtifact. I can see class files being deleted and rebuild live, so is there a problem to report? What would make IntelliJ build eveything fro...
社区
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 票
创建于
2018年06月01日 19:32
I'll give your timestamp suggestion a try and let you know.Another thing is unclear to me. Does the "Build > Build project" action do a full build every time, or it build only the changed classes? ...
社区
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 票
下一页
›
最后
»