Jean Michel

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 16
-
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 ... -
Created Java 8 JRE javadoc for offline
How can I install JRE 8 javadocs for offline use in Intellij? I tried the obvious solution of downloading the docs from here http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-d... -
Created IntelliJ with Composer and Laravel
I'm trying to use IntelliJ with the PHP framework laravel 4, which is based partially on Symphony, and uses the popular Composer package manager. Due to the way these frameworks set up their access... -
Created Best CodeKit/LESS deployment workflow
I'm using IntelliJ to develop to a local Glassfish server. Part of the development is client side (CSS, Javascript, HTML). Here I want the fastest turn-around possible, without any re-deployment, e...