mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Add JetBrains CLion support on MacOS
This commit is contained in:
parent
41674c655e
commit
bdbc0ac820
2 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,10 @@ const editors: IDarwinExternalEditor[] = [
|
||||||
name: 'WebStorm',
|
name: 'WebStorm',
|
||||||
bundleIdentifiers: ['com.jetbrains.WebStorm'],
|
bundleIdentifiers: ['com.jetbrains.WebStorm'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'CLion',
|
||||||
|
bundleIdentifiers: ['com.jetbrains.CLion'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Typora',
|
name: 'Typora',
|
||||||
bundleIdentifiers: ['abnerworks.Typora'],
|
bundleIdentifiers: ['abnerworks.Typora'],
|
||||||
|
|
|
@ -220,6 +220,7 @@ These editors are currently supported:
|
||||||
- [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/)
|
- [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/)
|
||||||
- [JetBrains PyCharm](https://www.jetbrains.com/pycharm/)
|
- [JetBrains PyCharm](https://www.jetbrains.com/pycharm/)
|
||||||
- [JetBrains RubyMine](https://www.jetbrains.com/rubymine/)
|
- [JetBrains RubyMine](https://www.jetbrains.com/rubymine/)
|
||||||
|
- [JetBrains CLion](https://www.jetbrains.com/clion/)
|
||||||
- [RStudio](https://rstudio.com/)
|
- [RStudio](https://rstudio.com/)
|
||||||
- [TextMate](https://macromates.com)
|
- [TextMate](https://macromates.com)
|
||||||
- [Brackets](http://brackets.io/)
|
- [Brackets](http://brackets.io/)
|
||||||
|
|
Loading…
Reference in a new issue