mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
fix all {toc} to have blank line before
This commit is contained in:
parent
f2cf610ab8
commit
88f9abd42f
@ -8,6 +8,7 @@ Before you begin contributing content to the SDK, please read this page thorough
|
||||
For information about contributing to the IntelliJ Platform itself, please visit [Contributing to the IntelliJ Platform](/basics/platform_contributions.md).
|
||||
|
||||
Here are some useful things to know before authoring SDK content and submitting your Pull Request.
|
||||
|
||||
* Dummy list item
|
||||
{:toc}
|
||||
|
||||
|
@ -15,6 +15,7 @@ A `Disposable` is an interface for any object providing a `Disposable.dispose()`
|
||||
|
||||
The `Disposer` supports chaining `Disposables` in parent-child relationships.
|
||||
|
||||
* bullet list
|
||||
{:toc}
|
||||
|
||||
## Automatically Disposed Objects
|
||||
|
@ -9,6 +9,7 @@ The examples replaced selected text in a document by using information about the
|
||||
Every caret has a set of properties describing its position in one of several coordinate systems.
|
||||
This tutorial describes how to access information about the caret(s) in an editor.
|
||||
The tutorial presents the following sections:
|
||||
|
||||
* bullet list
|
||||
{:toc}
|
||||
|
||||
|
@ -11,6 +11,7 @@ Two classes from the [editor_basics](https://github.com/JetBrains/intellij-sdk-c
|
||||
* Creating and registering a custom [`TypedActionHandler`](upsource:///platform/platform-api/src/com/intellij/openapi/editor/actionSystem/TypedActionHandler.java) to intercept keystrokes and change the document.
|
||||
|
||||
The tutorial presents the following sections:
|
||||
|
||||
* bullet list
|
||||
{:toc}
|
||||
|
||||
|
@ -6,6 +6,7 @@ title: Working with Text
|
||||
This tutorial shows how to use actions to access a caret placed in a document open in an editor.
|
||||
Using information about the caret, replace selected text in a document with a string.
|
||||
The tutorial presents the following sections:
|
||||
|
||||
* bullet list
|
||||
{:toc}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user