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

ECL

An ECL plugin for Sublime Text.

Details

Installs

  • Total 433
  • Win 327
  • Mac 65
  • Linux 41
Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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
Mac 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 0 0 0 0
Linux 0 0 0 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

Readme

Source
raw.​githubusercontent.​com

ECL for Sublime Text

This package currently adds syntax highlighting for the ECL language to Sublime Text (both 2 and 3).

Roadmap

Other features may be included as well, the roadmap follows:

  • Syntax highlighting - DONE
  • Auto-completion
  • Jump to definition
  • Syntax check
  • Style formatter
  • ECL submission
  • Workunit support

Installation

Requirements

Via Package Control

  1. Open the Package Control with Ctrl + Shift + P
  2. Type install and select Package Control: Install Package
  3. Type ECL and select the ECL package

From Source

To install this plugin from Github, follow these steps:

  1. Open the Package Control with Ctrl + Shift + P
  2. Type add repo and select Package Control: Add Repository
  3. Copy and paste: https://github.com/vbarboza/sublime-ecl
  4. Open the Package Control with Ctrl + Shift + P
  5. Type install and select Package Control: Install Package
  6. Type sublime-ecl and select the package

Credits

Syntax ported from the HPCC Systems ECL Extension for VSCode and installation instructions from Facebook sublime-react package.