From 3d9475c04bbc78ad5052521b2881d93fb9dc27da Mon Sep 17 00:00:00 2001 From: Zac Bergquist Date: Tue, 25 Jul 2017 14:08:47 -0400 Subject: [PATCH] doc: cleanup editor page Fix some UI issues introduced with CL50952: - increase header colspan to account for additional column - remove ':' character from footnotes Change-Id: I56f59b8e4b2852612b3c6c7c0dfe99125dd8b57b Reviewed-on: https://go-review.googlesource.com/51113 Reviewed-by: Jaana Burcu Dogan --- doc/editors.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/editors.html b/doc/editors.html index 5228dfc7a8..1da83daf07 100644 --- a/doc/editors.html +++ b/doc/editors.html @@ -24,7 +24,7 @@ editing, navigation, testing, and debugging experience. an extension for Visual Studio Code to provide support for the Go programming language
  • Gogland: Gogland is distributed either as a standalone IDE or as a plugin for the IntelliJ Platform IDEs
  • -
  • Go-Plus: Go-Plus is an Atom package that provides enhanced Go support
  • +
  • Go-Plus: Go-Plus is an Atom package that provides enhanced Go support
  • @@ -48,7 +48,7 @@ The following feature matrix lists and compares the most significant features.
    Go-Plus - Editing features + Editing features Build and run from the editor/IDE @@ -100,7 +100,7 @@ The following feature matrix lists and compares the most significant features. Yes - Navigation features + Navigation features Display documentation inline, or open godoc in browser @@ -138,7 +138,7 @@ The following feature matrix lists and compares the most significant features. Yes - Testing and debugging features + Testing and debugging features Debugger support @@ -186,11 +186,11 @@ The following feature matrix lists and compares the most significant features.

    -1: Possible when enabled via Settings > Go > On Save, go vet and golint are available via plugins. Also runs tests on save if configured. +1Possible when enabled via Settings > Go > On Save, go vet and golint are available via plugins. Also runs tests on save if configured.
    -2: Additionally, user input can disambiguate when two or more options are available. +2Additionally, user input can disambiguate when two or more options are available.
    -3: Available if the go-debug package is installed. +3Available if the go-debug package is installed.

    @@ -228,4 +228,4 @@ The following feature matrix lists and compares the most significant features. background-color: #ebebeb; font-weight: bold; } - \ No newline at end of file + -- 2.50.0