mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[internal actions] clarify menus
This commit is contained in:
parent
e77329d29d
commit
6ba5b5b064
@ -49,7 +49,6 @@
|
||||
* [Kotlin for Plugin Developers](tutorials/kotlin.md)
|
||||
* [Internal Actions Menu](reference_guide/internal_actions/internal_actions_intro.md)
|
||||
* [Enabling Internal Mode](reference_guide/internal_actions/enabling_internal.md)
|
||||
* [Internal Actions](reference_guide/internal_actions/interal_actions_menu.md)
|
||||
* [UI Tools](reference_guide/internal_actions/internal_ui_sub.md)
|
||||
* [UI Inspector](reference_guide/internal_actions/internal_ui_inspector.md)
|
||||
* [LaF Defaults](reference_guide/internal_actions/internal_ui_laf_defaults.md)
|
||||
|
@ -1,12 +0,0 @@
|
||||
---
|
||||
title: Internal Actions Menu
|
||||
---
|
||||
<!-- Copyright 2000-2020 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. -->
|
||||
|
||||
The Internal Actions menu provides JetBrains IDE plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform project.
|
||||
|
||||
If the menu item **Tools \| Internal Actions** is not available in IntelliJ IDEA, then the first step is to [enable internal mode](enabling_internal.md)
|
||||
|
||||
## The Tools Available on the Internal Actions Menu
|
||||
|
||||
* [UI submenu](internal_ui_sub.md)
|
@ -1,12 +1,14 @@
|
||||
---
|
||||
title: Internal Actions Menu
|
||||
redirect_from:
|
||||
- /reference_guide/internal_actions/interal_actions_menu.html
|
||||
---
|
||||
<!-- Copyright 2000-2020 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. -->
|
||||
|
||||
The Internal Actions menu provides plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform plugins.
|
||||
|
||||
> **TIP** If the menu item **Tools \| Internal Actions** is not available in IntelliJ IDEA, then the first step is to [Enabling Internal Mode](enabling_internal.md)
|
||||
|
||||
Click on the following topics to learn more about the _Internal Actions_ menu.
|
||||
* [Enabling Internal Mode](enabling_internal.md) in IntelliJ IDEA.
|
||||
* [The Internal Actions Menu](interal_actions_menu.md)
|
||||
* [The UI Inspector](internal_ui_inspector.md)
|
||||
* [The LaF Defaults Tool](internal_ui_laf_defaults.md)
|
||||
* [Enabling Internal Mode](enabling_internal.md) provides instructions for enabling the Internal Actions menu in IntelliJ IDEA.
|
||||
* [UI Tools](internal_ui_sub.md) has information about some of the Internal Actions menu tools for inspecting and testing plugin UI.
|
||||
|
@ -5,9 +5,9 @@ title: Internal Actions - UI Submenu
|
||||
|
||||
The Internal Actions UI submenu provides IntelliJ Platform plugin developers with a suite of tools to help develop, debug, and test their IntelliJ Platform project UI.
|
||||
|
||||
If the menu item **Tools \| Internal Actions \| UI** is not available in IntelliJ IDEA, then the first step is to [enable internal mode](enabling_internal.md)
|
||||
> **TIP** If the menu item **Tools \| Internal Actions** is not available in IntelliJ IDEA, then the first step is to [Enabling Internal Mode](enabling_internal.md)
|
||||
|
||||
## The Tools Available on the UI Submenu
|
||||
|
||||
* [UI Inspector](internal_ui_inspector.md)
|
||||
* [LaF Defaults](internal_ui_laf_defaults.md)
|
||||
Here are some of the tools available on the UI submenu of the Internal Actions menu:
|
||||
* [UI Inspector](internal_ui_inspector.md) is a tool to get an internal description with the properties of each UI element.
|
||||
* [LaF Defaults](internal_ui_laf_defaults.md) provides a way to lookup the key-value pair for a UI element, and the ability to prototype the color of UI Controls.
|
Loading…
x
Reference in New Issue
Block a user