internal_actions_intro.md: cleanup

This commit is contained in:
Karol Lewandowski 2022-10-03 10:42:24 +02:00
parent 1810739ef6
commit 25c426e7be

View File

@ -1,12 +1,12 @@
[//]: # (title: Internal Actions Menu)
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
The <menupath>Tools | Internal Actions</menupath> menu provides plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform plugins.
<chunk id="enable_internal_mode_tip">
> If the menu item <menupath>Tools | Internal Actions</menupath> is not available in IntelliJ IDEA, then the first step is [Enabling Internal Mode](enabling_internal.md)
> If the menu item <menupath>Tools | Internal Actions</menupath> is not available in IntelliJ IDEA, then the first step is [Enabling Internal Mode](enabling_internal.md).
>
{type="tip"}