From 4ab0913e3136fefadb57ae8c2de5286d4a5c3ec1 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 25 Feb 2018 13:15:25 -0500 Subject: [PATCH] Changes WYSIWYG to interactive --- CHANGELOG.md | 2 +- README.md | 8 ++++---- src/ui/welcome/index.html | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3aea5..022b0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ![GitLens Welcome](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/teaser-welcome.png) -- Adds an all-new GitLens Settings editor via the *Open Settings* (`gitlens.showSettingsPage`) command — provides an easy-to-use WYSIWYG settings editor for many of GitLens' features — closes [#167](https://github.com/eamodio/vscode-gitlens/issues/167) +- Adds an all-new GitLens Settings editor via the *Open Settings* (`gitlens.showSettingsPage`) command — provides an easy-to-use interactive settings editor for many of GitLens' features — closes [#167](https://github.com/eamodio/vscode-gitlens/issues/167) ![GitLens Settings](https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/teaser-settings.png) diff --git a/README.md b/README.md index f17cb2f..9ab5d99 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # What's new in GitLens 8 - Brand new welcome experience -- Brand new WYSIWYG [settings editor](#configuration) — GitLens is easier than ever to customize to suit your needs +- Brand new interactive [settings editor](#configuration) — GitLens is easier than ever to customize to suit your needs - Adds a tree layout option to branches in the GitLens explorer — thanks to Yukai Huang ([@Yukaii](https://github.com/Yukaii))! - Reworked settings — clearer, simpler settings @@ -39,7 +39,7 @@ Here are just some of the features that GitLens provides, - many powerful commands for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc - and so much [more](#features "Jump to Features") -GitLens is powerful, feature rich, and also [highly customizable](#gitlens-settings "Jump to the GitLens settings docs") to meet your specific needs — find code lens intrusive or the current line blame annotation distracting — no problem, it is quick and easy to turn them off or change how they behave via the built-in [*GitLens Settings* editor](#configuration "Jump to Configuration"), a WYSIWYG editor covering many of GitLens' powerful settings. While for more advanced customizations, refer to the [GitLens settings docs](#gitlens-settings "Jump to the GitLens settings docs") and edit your vscode [user settings](https://code.visualstudio.com/docs/getstarted/settings "Open User settings"). +GitLens is powerful, feature rich, and also [highly customizable](#gitlens-settings "Jump to the GitLens settings docs") to meet your specific needs — find code lens intrusive or the current line blame annotation distracting — no problem, it is quick and easy to turn them off or change how they behave via the built-in [*GitLens Settings* editor](#configuration "Jump to Configuration"), an interactive editor covering many of GitLens' powerful settings. While for more advanced customizations, refer to the [GitLens settings docs](#gitlens-settings "Jump to the GitLens settings docs") and edit your vscode [user settings](https://code.visualstudio.com/docs/getstarted/settings "Open User settings").


@@ -64,7 +64,7 @@ If you'd like to join them in supporting GitLens, please consider the following GitLens Explorer Repository view

-GitLens has a built-in [WYSIWYG](https://en.wikipedia.org/wiki/WYSIWYG) settings editor which provides an easy-to-use interface to configure many of GitLens' powerful features. It can be accessed via the *Open Settings* (`gitlens.showSettingsPage`) command from the [*Command Palette*](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). +GitLens has a built-in interactive settings editor which provides an easy-to-use interface to configure many of GitLens' powerful features. It can be accessed via the *Open Settings* (`gitlens.showSettingsPage`) command from the [*Command Palette*](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). For more advanced customizations, refer to the [settings documentation](#gitlens-settings "Jump to the GitLens settings docs") below. @@ -608,7 +608,7 @@ See also [Explorer Settings](#explorer-settings "Jump to the Explorer settings") |Name | Description |-----|------------ -|`gitlens.statusBar.alignment`|Specifies the blame alignment in the status bar
`left` - align to the left, `right` - align to the right +|`gitlens.statusBar.alignment`|Specifies the blame alignment in the status bar
`left` - align to the left
`right` - align to the right |`gitlens.statusBar.command`|Specifies the command to be executed when the blame status bar item is clicked
`gitlens.toggleFileBlame` - toggles file blame annotations
`gitlens.diffWithPrevious` - compares the current line commit with the previous
`gitlens.diffWithWorking` - compares the current line commit with the working tree
`gitlens.toggleCodeLens` - toggles Git code lens
`gitlens.showQuickCommitDetails` - shows a commit details quick pick
`gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick
`gitlens.showQuickFileHistory` - shows a file history quick pick
`gitlens.showQuickRepoHistory` - shows a branch history quick pick |`gitlens.statusBar.dateFormat`|Specifies the date format of absolute dates shown in the blame information on the status bar
See https://momentjs.com/docs/#/displaying/format/ for valid formats |`gitlens.statusBar.enabled`|Specifies whether to provide blame information on the status bar diff --git a/src/ui/welcome/index.html b/src/ui/welcome/index.html index a035e10..a752563 100644 --- a/src/ui/welcome/index.html +++ b/src/ui/welcome/index.html @@ -40,7 +40,7 @@ Brand new welcome experience — you're looking at it
  • NEW - Brand new WYSIWYG settings editor — GitLens is easier than ever to customize to suit your needs + Brand new interactive settings editor — GitLens is easier than ever to customize to suit your needs
    @@ -108,9 +108,9 @@

    GitLens is powerful, feature rich, and highly customizable to meet your specific needs — find code lens intrusive or the current line blame annotation distracting — no problem, it is quick and easy to turn them off or change how they behave via the built-in GitLens Settings editor, - a WYSIWYG editor covering many of GitLens' powerful settings. - While for more advanced customizations, refer to the GitLens settings docs - and edit your User Settings. + an interactive editor covering many of GitLens' powerful settings. + While for more advanced customizations, refer to the GitLens settings docs + and edit your User Settings.