Zhengshengh
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Remove code blocks from PSIMethod in . class file
AnsweredHi guys,I now need to delete all code blocks for methods in .class file which from import list, retaining only the structure and sending it to the backend service.For example:public class MyUtil {... -
Created Jtextpane will lose line breaks when pasting text?
AnsweredHi,If I paste (CTRL+V) a multi-line text into JTextPane, it always pastes it into a single line replacing any type of EOL to spaces. But If I use the JTextPane outside the intellij framework, every...