GithubHelp home page GithubHelp logo

grafluxe / brackets-script-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from niedzwiedzislaw/brackets-script-builder

0.0 1.0 0.0 30 KB

Allow to run build programs (such as running Python/Ruby/Node/etc scripts) from Brackets and display results in panel. It is possible to create own build systems via 'Edit>Edit Builder' menu item and editing opened JSON-file (you need to restart Brackets).

HTML 4.63% CSS 7.35% JavaScript 88.01%

brackets-script-builder's Introduction

Brackets Script Builder

Forked from https://github.com/ghaxx/brackets-script-builder

For new features, see the changelog below.

Allows to run programs contained in one file (can be used for Scala, Java, Python, Ruby, Node, C++, Bash, PHP) from Brackets and display results in panel. It is possible to create own build systems via 'Edit > Script Builder Configuration' menu item and editing opened JSON file (you need to restart Brackets afterwards).

Based on Brackets Builder.

Keyboard shortcuts:

  • F9 = Run script.
  • F10 = Compile script.
  • Shift-F10 = Run compiled script.

Changelog

  • Update console logic.
    • Support quotes in output text.
    • Improve JSON output.
    • Word wrap output.
    • Make text selectable.
  • Add new builder.json environment variable ($PROJ_ROOT).
  • Add PHP to builder config.
  • Add Bash to builder config.
  • Lint code.
    • Include .jslintrc file.
  • Remove menu error.
  • Replace deprecated Brackets method.
  • Add new 'tack' button to panel.
    • Tack on = Hide panel on file change (default setting).
    • Tack off = Keep panel open on file change.
  • Change F11 keyboard shortcut to Shift-F10 (for better OS X compatibility).

Environment Variables

  • $PATH = The current files directory.
  • $PROJ_ROOT = The current projects root directory.
  • $FILE = The current files name (including extension).
  • $BASE_FILE = The current files name (excluding extension).
  • $FULL_FILE = The current files full path (including extension).

brackets-script-builder's People

Contributors

axelgraphisme avatar demesne avatar ionicabizau avatar lee8oi avatar niedzwiedzislaw avatar vhornets avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.