Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Matanper
Total activity
9
Last activity
March 28, 2022 16:15
Member since
January 27, 2019 21:30
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
March 28, 2022 16:15
Hey Aleksey, thanks for your response. My goal is to link a comment line (or multiple lines) to the code at the next line, and if that code has changed, highlight the comment. We end up indeed usin...
Community
IntelliJ IDEA Open API and Plugin Development
Get VCS (git) status of PsiElement
0 votes
Created
January 28, 2019 10:15
Also tried, stiil same result. Maybe the project must be defined as maven multi module project?
Community
IntelliJ IDEA Users
How to load maven dependency from another project
0 votes
Created
January 28, 2019 09:21
They are defined as separate maven projects, not as multi module project or something. I have project A: com.me useme 1.4-SNAPSHOT And in project B I reference it: ... com.me useme LATEST...
Community
IntelliJ IDEA Users
How to load maven dependency from another project
0 votes
Created
January 28, 2019 08:59
I can't get it working. I've tried to increment the version of the dependent project, and in the pom.xml of the other project updated the dependency to LATEST, and I see in the 'External Libraries'...
Community
IntelliJ IDEA Users
How to load maven dependency from another project
0 votes