Skip to content

Commit

Permalink
Update headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjdr committed Jan 14, 2021
1 parent 84b794a commit 9e94f22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/updates/v0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ nav_order: 975

This version consequently improves navigation between code and manifest of a bundle.

* **[Go to definition](#go-to-component-implementation)** - Ctrl-Click on a component's name in the manifest to jump to its implementation file.
* **[Go to definition](#go-to-definition)** - Ctrl-Click on a component's name in the manifest to jump to its implementation file.
* **[Quick access](#qickly-access-manifest-and-readme)** - Directly open manifest.json or README.md
* **[Open bundles](#open-bundles-even-quicker)** - Not the only improvement to the "Open bundle" command: recently used bundles are displayed on top of the list.
* **[Deprecation warnings](#highlight-deprecated-manifest-elements)** - Deprecated manifest keys get highlighted
* **[Deprecation warnings](#deprecation-warnings-for-manifest-elements)** - Deprecated manifest keys get highlighted
* **[Snippets](#improved-manifest-editing-snippets)** - Snippets for a selection of manifest keys will help you enter values without less key strokes.
* **[Exclude bundles](#exclude-distracting-bundles)** - Define folders that are ignored when searching for bundles or displaying them in lists.

And, of course, one bug fix properly listed in the [changelog](CHANGELOG.html).

## Go to component implementation
## Go to definition

In `manifest.json` files, execute the "Go to Definition" command on the name or `"impl"` property value of a component to open the corresponding implementation file.
This is equivalent to a `Ctrl-Click` or pressing `F12`.
Expand Down Expand Up @@ -63,7 +63,7 @@ You can still suppress this behaviour in the extension config.
In this context, the config properties to control the "reveal" behaviour of this command were restructured.
The already existing property `apprtbundles.bundles.reveal.goal.type` got an additional options while `apprtbundles.bundles.reveal.goal.expandFolder` became obsolete and was removed.

## Highlight deprecated manifest elements
## Deprecation warnings for manifest elements

Some app.rt manifests properties have been renamed in the past.
For example the property key `"name"` replaces the old key `"Bundle-SymbolicName"`.
Expand Down

0 comments on commit 9e94f22

Please sign in to comment.