mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
broken links
This commit is contained in:
parent
a55b1819f4
commit
526c79918d
@ -10,8 +10,8 @@ Action can either be simply a response to some state, or be bound to UI element
|
||||
These UI elements include main menu, context menus, and toolbars.
|
||||
|
||||
|
||||
* [Working With Custom Actions](tutorials/action_system/working_with_custom_actions.html)
|
||||
* [Grouping Action](tutorials/action_system/grouping_action.html)
|
||||
* [Working With Custom Actions](action_system/working_with_custom_actions.html)
|
||||
* [Grouping Action](action_system/grouping_action.html)
|
||||
|
||||
|
||||
[Plugin source code](https://github.com/JetBrains/intellij-sdk/tree/master/code_samples/register_actions)
|
||||
|
@ -11,9 +11,9 @@ title: Basics of working with the Editor
|
||||
This tutorial will lead you through the series of steps showing how to work with the Editor in IntelliJ IDEA, how access and modify text it contains,
|
||||
and how to handle events sent to the Editor.
|
||||
|
||||
* [1. Working With Text](tutorials/editor_basics/working_with_text.html)
|
||||
* [2. Editor coordinates system. Positions and offsets](tutorials/editor_basics/coordinates_system.html)
|
||||
* [3. Handling Editor Events](tutorials/editor_basics/editor_events.html)
|
||||
* [1. Working With Text](editor_basics/working_with_text.html)
|
||||
* [2. Editor coordinates system. Positions and offsets](editor_basics/coordinates_system.html)
|
||||
* [3. Handling Editor Events](editor_basics/editor_events.html)
|
||||
|
||||
**Note:** The described part of the API allows to operate only with text.
|
||||
If you need to access PSI please see
|
||||
|
@ -7,8 +7,8 @@ This set of tutorials shows how to manipulate the process of project creation.
|
||||
Configuring Project Wizard automatically allows you to do the following:
|
||||
|
||||
|
||||
1. [Adding New Steps to Project Wizard](tutorials/project_wizard/adding_new_steps.html)
|
||||
2. [Supporting Module Types](tutorials/project_wizard/module_types.html)
|
||||
1. [Adding New Steps to Project Wizard](project_wizard/adding_new_steps.html)
|
||||
2. [Supporting Module Types](project_wizard/module_types.html)
|
||||
3. [Handling activities during project creation]()
|
||||
4. [Initial environment configuration]()
|
||||
|
||||
|
@ -15,7 +15,7 @@ section of
|
||||
|
||||
Create an empty plugin project.
|
||||
See
|
||||
[Creating a Plugin Project](basics/getting_started/creating_plugin_project.html)
|
||||
[Creating a Plugin Project](/basics/getting_started/creating_plugin_project.html)
|
||||
to know how to do it.
|
||||
|
||||
## 1. Register a New Configuration Type
|
||||
|
Loading…
x
Reference in New Issue
Block a user