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

Dream​Maker Language Client

by SpaceManiac ST3

Sublime Text 3 package for SpacemanDMM's dm-langserver. Report issues on SpacemanDMM.

Details

  • 1.0.4
  • packagecontrol.​io
  • 3 years ago
  • 1 hour ago
  • 5 years ago

Installs

  • Total 423
  • Win 358
  • Mac 39
  • Linux 26
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

DreamMaker Language Client

This Sublime Text 3 package acts as a client to the DreamMaker language server, a component of SpacemanDMM. It provides language-related services for DreamMaker, the scripting language of the BYOND engine.

The extension has an optional auto-update feature for the language server, with binaries available for Windows and Linux. On other platforms, the path to the dm-langserver binary may be specified manually.

Features

  • Diagnostics, Go To Definition, Find All References and more provided by the language server.
  • Syntax highlighting for the DreamMaker language.
  • Build task (Ctrl+B) support for invoking DreamMaker. Supports Windows native, Linux native, and Wine.
  • Status bar indicator and command to toggle a file's tickmark in the .dme (“DreamMaker: Toggle Tick”).
  • Built-in DM Reference browser (“DreamMaker: Open DM Reference”).
  • DM object tree browser (“DreamMaker: Open Object Tree”).

Installation

  1. Install Package Control.
  2. Use “Package Control: Install Package” to install “LSP”.
  3. Use “Package Control: Install Package” to install “DreamMaker Language Client”.

To use unreleased versions:

  1. Use Package Control or otherwise install LSP.
  2. Navigate to the directory revealed by “Preferences > Browse Packages…”.
  3. Run git clone https://github.com/SpaceManiac/sublime-dm-langclient "DreamMaker Language Client"

License

DreamMaker Language Client is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

DreamMaker Language Client is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with DreamMaker Language Client. If not, see http://www.gnu.org/licenses/.