Table of Contents

IDEA - Installation / Configuration on Windows

About

The installation and configuration of IDEA on Windows

Directory

Locations of the:

can be modified in IntelliJ IDEA_home\bin\idea.properties file.

idea.config.path=C:/Users/NicolasGERARD/Dropbox/config/WebIde

Make sure you're using forward slashes.

Doc Popup

Settings | Editor | Code Completion | Autopopup documentation in (ms)

Ctrl + Q

+

Idea Documentation Mode

Doc Browser

Intellij Browser Doc Sdk

Shift F1 will start the browser.

Action

Idea Action

Keymap

Encoding

File encoding

File: to store the characters in the good encoding format, the file encoding should be UTF8.

Settings → File Encoding → Project Encoding → IDE Encoding: UTF8

Check the file encoding for each file in the right bottom corner.

Console encoding

You need to start Idea in UTF8 and not with the default encoding windows-1521

-Dfile.encoding=UTF-8