Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Turalllb
Total activity
4
Last activity
February 07, 2022 14:24
Member since
January 18, 2022 13:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
0
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
February 07, 2022 14:24
I found the reason, it turns out that there is a WhiteSpace interface for whitespace elements, but this element is not used in my xml files, android studio adds XmlText with text like "/n" i...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml find indents between tags
0 votes
Edited
January 28, 2022 16:07
I'll try to make it simpler and write the main thing. I'm parsing an xml file, on the screen you see line breaks: /n . Now I find each xml tag , translate its text and write it to a new fil...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml find indents between tags
0 votes
Created
January 18, 2022 16:49
I parse the xml file, translate the text into other languages and write everything into a new xml file. But in the original xml file there is a line break character between two string, I don't kn...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.psi.xml find indents between tags
0 votes