Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Lp Edoardo
Follow
New posts
New posts and comments
Total activity
20
Last activity
November 16, 2020 11:17
Member since
May 03, 2018 08:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (4)
Comments (11)
Sort by recent activity
Recent activity
Votes
Edited
November 16, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Getting commits log via VcsLogProvider/Manager/Data
0 votes
Created
November 14, 2020 11:05
My new code is private fun getVcsCommits(): List<VcsCommitMetadata> { val projectVcsManager = ProjectLevelVcsManager.getInstance(project) val activeVcsRoots = projectVcsManager.allVcsRoots.toList...
Community
IntelliJ IDEA Open API and Plugin Development
Getting commits log via VcsLogProvider/Manager/Data
0 votes
Created
November 22, 2019 15:36
Oh ok, nevermind then. Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Completion contributor freezes UI if at least one element isn't added immediately
0 votes
Edited
November 22, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Completion contributor freezes UI if at least one element isn't added immediately
0 votes
Created
November 22, 2019 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!
Community
IntelliJ IDEA Open API and Plugin Development
Completion contributor freezes UI if at least one element isn't added immediately
0 votes
Created
June 03, 2018 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...
Community
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 votes
Edited
June 02, 2018 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...
Community
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 votes
Created
June 02, 2018 14:37
Same thing with 2018.1.3
Community
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 votes
Created
June 02, 2018 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...
Community
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 votes
Created
June 01, 2018 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? ...
Community
IntelliJ IDEA Users
Project Build and Artifacts Build clarification
0 votes
1
2
›
»