Jean Michel
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 16
-
Jean Michel commented, -
Jean Michel created a post, AnsweredNumeric Keypad shortcuts not working on Mac in 2019.2
Since updating to 2019.2. shortcuts bound to the numeric keypad on my Mac stopped working. I re-bound them, which made them work on the numeric keypad, but then those are also triggered by regular ... -
-
-
-
Jean Michel created a post, Stepping into function in Nashorn
I have a Java app that also uses JavaScript. Everything works fine. However, I have a few nagging problems: 1. When I reach a JS function call in JS code, and do "Step Into", the IDEA debugger step... -
-
Jean Michel created a post, AnsweredTool windows on top of other windows in intellij 2017.2.1
Since intellij 2017.2.1 update, I've notice an annoying behavior. Often (but not always), floating tool windows, such as the Project window, floats on top of other windows. This includes windows in... -
Jean Michel created a post, AnsweredProject window on separate monitor wont stay put
I have a multi-monitor setup on my Mac. I'd like to use the second monitor for various non-code windows, such as the Project window. This window can be detached into its own floating window. I can ... -
Jean Michel created a post, How to NOT replace tabs with space characters before // comments?
I like to separate trailing line comments in Java with Tab characters. However, when IntelliJ reformats code, it insistes on using spaces here. How can I make it leave my tabs alone here?This is es...