Home AMX User Forum NetLinx Studio
Options

NetLinx Plugin For Sublime Text

13»

Comments

  • Options
    cmasoncmason Posts: 123
    Very nice!

    Thank you for your work put into this!
  • Options
    Cannot seem to download from SourceForge...

    The Download link does nothing but refresh the page...
  • Options
    Jorde_VJorde_V Posts: 393
    Cannot seem to download from SourceForge...

    The Download link does nothing but refresh the page...

    you can get it through sublime's package control
  • Options
    amclainamclain Posts: 41
    RJkrisp wrote: »
    Build:workspace compiles all systems in the workspace, and build:source compiles the active file. Is it possible to build only the active system in a workspace that has multiple systems?

    I’ve added an issue ticket for this here:
    https://github.com/amclain/netlinx-workspace/issues/2
  • Options
    amclainamclain Posts: 41
    RJkrisp wrote: »
    Build:workspace compiles all systems in the workspace, and build:source compiles the active file. Is it possible to build only the active system in a workspace that has multiple systems?

    This feature has been added in sublime-netlinx v2.1.0, netlinx-workspace 1.2.0. The new build system is called NetLinx - Workspace - Active System and can be selected with ctrl + shift + b. As of Sublime Text build 3080, the last selected build system is remembered when using ctrl + b. See the build systems post for more details.

    If Sublime Text doesn’t automatically update, run the command
    Package Control: Upgrade/Overwrite All Packages

    Update netlinx-workspace via the command line:
    gem update
  • Options
    amclainamclain Posts: 41
    cmason wrote: »
    How do I manage a Netlinx workspace with Sublime Text?

    YAML-based text file configuration of NetLinx workspaces is available as of netlinx-workspace v1.0.0 and can be accessed in sublime-netlinx v2.1.0 with the command:
    NetLinx: Generate .apw From workspace.config.yaml

    Or from the command line:
    netlinx-workspace -g
Sign In or Register to comment.