From a90cde828a1168e00bd8f033191d232b28048cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 26 Oct 2015 21:16:34 +0100 Subject: [PATCH] Getting Started: fix formatting in setting_up_environment.md --- basics/getting_started/setting_up_environment.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basics/getting_started/setting_up_environment.md b/basics/getting_started/setting_up_environment.md index e250e410f..b88921837 100644 --- a/basics/getting_started/setting_up_environment.md +++ b/basics/getting_started/setting_up_environment.md @@ -17,7 +17,7 @@ To set up your plugin development environment: * Check out the source code of IntelliJ IDEA Community Edition as described in [Check Out And Build Community Edition](/basics/checkout_and_build_community.md). -* Create a new *IntelliJ Platform SDK* under **File | Project Structure**: +* Create a new *IntelliJ Platform SDK* under **File \| Project Structure**: ![Create IntelliJ Platform SDK](img/create_intellij_idea_sdk.png) @@ -30,8 +30,7 @@ To set up your plugin development environment: ![Set IDEA JDK](img/set_java_sdk.png) - **Note:** - You may use IntelliJ IDEA Ultimate as an alternative, but debugging the core code will only work with the *Community Edition*. +> **warning** You may use IntelliJ IDEA Ultimate as an alternative, but debugging the core code will only work with the *Community Edition*. * In the Sourcepath tab of the SDK settings, click the *Add* button: