Skip to content

Commit

Permalink
Merge pull request #1915 from dtolnay-contrib/visual-studio
Browse files Browse the repository at this point in the history
Delete Geany from editors list, add Visual Studio
  • Loading branch information
Manishearth authored Jan 15, 2024
2 parents 19c4b4f + 73e8030 commit 44d1ef3
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion locales/de/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/en-US/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/es/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/fa/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/fr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/it/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/ja/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/ko/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/pl/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/pt-BR/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/ru/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/tr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ tools-editor-idea = { ENGLISH("RustRover") }
tools-editor-eclipse = { ENGLISH("Eclipse") }
tools-editor-vim = { ENGLISH("Vim") }
tools-editor-emacs = { ENGLISH("Emacs") }
tools-editor-geany = { ENGLISH("Geany") }
tools-editor-visual-studio = { ENGLISH("Visual Studio") }
2 changes: 1 addition & 1 deletion locales/zh-CN/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
2 changes: 1 addition & 1 deletion locales/zh-TW/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ tools-editor-idea = RustRover
tools-editor-eclipse = Eclipse
tools-editor-vim = Vim
tools-editor-emacs = Emacs
tools-editor-geany = Geany
tools-editor-visual-studio = Visual Studio
4 changes: 2 additions & 2 deletions templates/components/tools/editors.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class="button button-secondary">{{fluent "tools-editor-emacs"}}</a>
</div>
<div class="w-25-l w-50-m w-100 pa3">
<a href="https://geany.org/about/filetypes/"
class="button button-secondary">{{fluent "tools-editor-geany"}}</a>
<a href="https://rust-analyzer.github.io/manual.html#visual-studio-2022"
class="button button-secondary">{{fluent "tools-editor-visual-studio"}}</a>
</div>
</div>

0 comments on commit 44d1ef3

Please sign in to comment.