/GMEdit-Constructor

https://github.com/YAL-GMEdit/builder, but uses Igor!

Primary LanguageJavaScriptMIT LicenseMIT

GMEdit-Constructor

A plugin for GMEdit to compile and run your games!

This plugin serves the same purpose as builder, but after some discussion with YAL (namely here), I decided to have a go at rewriting it with Igor.

Currently after a few days of work this nearly matches builder's capabilities, but hopefully has a much easier-to-work-with codebase :)

Features

There isn't really much here, since this plugin doesn't do a whole lot, but regardless:

  • Run compile, run and clean jobs (technically can be in parallel!)
    • Stop jobs by closing their tab
  • Basic viewing of compile log output
  • Error highlighting (using Ace)

Shortcuts

Shortcut Key
Compile Ctrl+F5
Clean Ctrl+F7
Run F5

Maybe later these can be customisable :)

Installation

Installation is the same here as any other GMEdit plugin - clone it into your plugins folder.

See GMEdit#Installing plugins for more details!