Blackj0221
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Blackj0221 created a post, AnsweredCan I move editor tabs with keyboard shortcuts?
In Visual Studio Code, I can assign custom shortcut to 'View: Move Editor Left', 'View: Move Editor Right' options. Does IntelliJ platform support the behavior like this? -
Blackj0221 commented, -
Blackj0221 created a post, AnsweredAlt key calls context menu on Windows 10
If I press Alt key and press Enter, (not simultaneously) a window context menu appears on the top left. (Restore, Move, Minimize, ...etc) How can I disable this behavior? In other IDEs, if I press... -
Blackj0221 commented, -
Blackj0221 created a post, AnsweredCannot resolve symbol 'servlet'
I've imported my JSP project with 'Get from Version Control' option, but the message "Cannot resolve symbol 'servlet'" appears on every servlet classes. How can I fix this? -
Blackj0221 created a post, HTML Tree Highlighting doesn't work
I already checked 'Enable HTML Tree Highlighting' option but it doesn't work at all. Removing some related plugins(like <Rainbow brackets>) also doesn't help. How can I fix this? -
Blackj0221 created a post, Reformat for @Retention annotation
@Target({ElementType.METHOD}) // comment 1@Retention(RetentionPolicy.RUNTIME) // comment 2@interface MyAnnotation { ...} If I reformat this, 'comment 2' goes down to the next line. @Target({E...