ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Meson

Sublime Text package for the Meson build system

Details

Installs

  • Total 2K
  • Win 384
  • Mac 282
  • Linux 1K
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 2 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
Mac 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 2 0 2 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1
Linux 0 0 1 0 0 4 0 2 0 0 1 1 1 1 0 2 1 1 23 25 0 8 1 1 1 0 1 0 2 1 0 0 1 0 2 1 0 0 1 0 0 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

Meson Build - Sublime Text Plugin

Meson build system integration for Sublime Text.

Installation

Package Control

Install it from Package Control.

Manual Installation

Copy this repo's folder into your Sublime Text Packages directory. You will need to rename the folder to “Meson”.

How to use

  1. Open the Command Palette (cmd+shift+p on OS X, ctrl+shift+p on Linux/Windows).
  2. Start typing “Meson”, then you'll see the available commands.
  3. Select one of the commands.

Features

  • Syntax highlighting for meson.build and meson-options.txt files.
  • The following commands output to a Sublime Text panel. Every command containing “Panel” affects only the panel itself.
  • Meson: Setup setup projects via meson setup.
  • Meson: Compile compile projects via meson compile. This feature requires Meson version >= 0.54.
  • Integrates with Sublime Text's build systems. It currently provides meson compile, meson setup and meson test.

Contributing

Check out the issues to see what is being worked on next, suggest something new or report a bug.