Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Gherschon
Total activity
6
Last activity
July 30, 2020 09:21
Member since
February 20, 2018 09:34
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
July 30, 2020 09:21
Really bad change, this is my main window to see all the changes in the project, diff, and commit. Thanks to the ones at JB who left this option to go back to the previous flow.
Community
CLion
Version control local changes tab missing in 2020.1
66 votes
Edited
February 21, 2018 10:10
Found a solution! I copied what the XmlElementFactory.getInstance(project).createDisplayText() does and removed the creation of the CDATA: private fun whitespace(project: Project, text: String): Xm...
Community
IntelliJ IDEA Open API and Plugin Development
Replacing a PsiElement but keeping the newlines and spaces
0 votes
Edited
February 20, 2018 18:53
My mind is literally blown away. It works! val insert = "<color name=\"$name\">${hexColor.inputToString()}</color>"var newElement: PsiElement = XmlElementFactory.getInstance(project).createTagFromT...
Community
IntelliJ IDEA Open API and Plugin Development
Replacing a PsiElement but keeping the newlines and spaces
0 votes