diff options
author | Stephan Lachnit <stephanlachnit@debian.org> | 2022-12-27 14:29:18 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-12-27 09:19:53 -0500 |
commit | 1dce178022c315679919907c3b16ad223b15d96a (patch) | |
tree | 3d6dcf3e74775d617bc45f899666b276860c2d0b /docs | |
parent | d3ad05e5e5eecfe7cf9588ad28c8e55d82f7389f (diff) | |
download | meson-1dce178022c315679919907c3b16ad223b15d96a.zip meson-1dce178022c315679919907c3b16ad223b15d96a.tar.gz meson-1dce178022c315679919907c3b16ad223b15d96a.tar.bz2 |
docs: update IDE-integrations [skip-ci]
- change asabil.meson to vscode-meson
- remove unmaintained Meson-UI and Meson Cmake Wrapper
- remove note that Ecplise CDT support is experimental
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/IDE-integration.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index dd3d8d9..eb3881b 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -420,10 +420,8 @@ schema is defined by the class structure given in - [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - [KDevelop](https://www.kdevelop.org) -- [Eclipse CDT](https://www.eclipse.org/cdt/) (experimental) -- [Meson Cmake Wrapper](https://github.com/prozum/meson-cmake-wrapper) (for cmake IDEs) (currently unmaintained !!) -- [Meson-UI](https://github.com/michaelbadcrumble/meson-ui) (Meson build GUI) +- [Eclipse CDT](https://www.eclipse.org/cdt/) - [Meson Syntax Highlighter](https://plugins.jetbrains.com/plugin/13269-meson-syntax-highlighter) plugin for JetBrains IDEs. -- [asabil.meson](https://open-vsx.org/extension/asabil/meson) extension for VS Code/Codium +- [vscode-meson](https://github.com/mesonbuild/vscode-meson) extension for VS Code/Codium - [Qt Creator](https://doc.qt.io/qtcreator/creator-project-meson.html) - [mmeson](https://github.com/stephanlachnit/mmeson) (ccmake clone for Meson) |