Skip to content

Commit

Permalink
Merge pull request JetBrains#113 from Flamenco/patch-4
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
yole authored Aug 30, 2018
2 parents 69f13d6 + afa1929 commit 1d0e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_interface_components/tool_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ and then to add it to the tool window using

You can control whether the user is allowed to close tabs either globally or on a per-tab basis.
The former is done by passing the `canCloseContents` parameter to the `registerToolWindow()` function, or by specifying
`canCloseContents="true"` in *plugin.xml*. The default value is `false`; Calling setClosable(true) on ContentMangager content will be ignored unless `canCloseContents` is explicityly set.
`canCloseContents="true"` in *plugin.xml*. The default value is `false`; Calling setClosable(true) on ContentManager content will be ignored unless `canCloseContents` is explicityly set.
If closing tabs is enabled in general, you can disable closing of specific tabs by calling
[Content.setCloseable(false)](upsource:///platform/platform-api/src/com/intellij/ui/content/Content.java).

Expand Down

0 comments on commit 1d0e995

Please sign in to comment.