Christian

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 18
-
Christian created a post, AnsweredHow to get the "current" file(s) like the navigation bar does
The NavBar changes based on whether I'm in an editor, focus something in the project view, the database view or any other tool window. I would like my plugin to be notified whenever the "selection"... -
-
Christian created a post, Can I use something like @MagicConstant to restrict a string paramter to field names of a certain class?
Suppose I have a class class Scratch { public String name; public int age; public static void reflectiveAccess(Scratch scratch, String fieldName) { }} Can I use something like... -
-
Christian commented, -
-
Christian commented, -
-
-
Christian created a post, AnsweredLost my code style settings
I was just wondering why my indents were all over the place when I opened my project today, turns out it was mixed with spaces and tabs and IntelliJ suddenly decided to show tabs with a width of 2....