Jean Michel

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 16
-
Edited Numeric Keypad shortcuts not working on Mac in 2019.2
AnsweredSince 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 ... -
Created 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... -
Edited Tool windows on top of other windows in intellij 2017.2.1
AnsweredSince 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... -
Created Project window on separate monitor wont stay put
AnsweredI 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 ... -
Created 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... -
Created Intellij appends semicolon to TypeScript enums
It seems that TypeScript thinks there should be a semicolon after the last item in an enum, like this: const enum EsNumeros { kUno = 1, kDos, kTres;}The typescript compiler doesn't like th... -
Created TypeScript debugging problems
I'm trying to get TypeScript debugging to work. I have had it working on and off, and see no rhyme or reason as to why. This application contains a server part and a client part (written in Typescr... -
Created No "squigglies" under TypeScript files with errors
If there are errors in a Java file, those are indicated with red bars in the scrollbar area, as well as red "squiggly underline" in the Project file list and tab titles. I would like to see the sam... -
Created TypeScript debugging problems
I'm trying to get TypeScript debugging to work. I have had it working on and off, and see no rhyme or reason as to why. This application contains a server part (witten in Java) and a client part (w... -
Created IDE Fatal Errors, JavaScript plugin, EAP build 143.379
I'm having recurring errors in the current EAP build. Title as above, with the message "PSI and index do not match". I've tried "Invalidate Caches" several times. This first appears to silence the ...