Zhengshengh
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Zhengshengh commented, -
Zhengshengh commented, -
Zhengshengh created a post, AnsweredRemove code blocks from PSIMethod in . class file
Hi 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 {... -
Zhengshengh created a post, AnsweredJtextpane will lose line breaks when pasting text?
Hi,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...