Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ramon R Vermeulen
Total activity
7
Last activity
November 06, 2024 15:21
Member since
March 26, 2024 12:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
November 06, 2024 15:21
For what it is worth, this is how I implemented JBCefBrowser in the end:https://github.com/ramonvermeulen/dbt-toolkit/blob/80b8791ba5558e0031858323b8c17aebea903b30/src/main/kotlin/com/github/ramonv...
Community
IntelliJ IDEA Open API and Plugin Development
Interaction between JBCefBrowser JavaScript and Kotlin code
0 votes
Created
March 27, 2024 13:25
Thanks Karol Lewandowski ,In combination with the loop over ProjectFileIndex this worked pretty well, e.g. continuing in the loop if isIgnoredFile returns true.
Community
IntelliJ IDEA Open API and Plugin Development
Iterate over only git tracked files
0 votes
Edited
March 27, 2024 07:49
Hi Karol Lewandowski ,Thanks for the quick suggestion!Looking at the naming (I might be wrong) I suspect this class and method to be handling changes since the last git commit? What I need is to ba...
Community
IntelliJ IDEA Open API and Plugin Development
Iterate over only git tracked files
0 votes