Skip to content

Version II improvements

Prince John Wesley edited this page Feb 24, 2016 · 5 revisions

Features & Enhancements

Features

  Grid view support (v2.2.0) :paperclip: :paperclip:

  await + sync support (v2.2.0)

We can use base await statement which will resolved in a sync fashion.

:paperclip: :paperclip:

  Global variable watcher (v2.2.0)

Global variable watcher is introduced in 2.2.0 version to keep track of variables bound to context.

:paperclip: :paperclip:

  Store as global variable support :paperclip: :paperclip:

  Add npm modules path preferences with navigation support :paperclip:

  Date visualiser support :paperclip:

  Font & zoom preferences

zoom preference font preference

  Transpiled view support for Babel, CoffeeScript, TypeScript and LiveScript :paperclip:

  Prompt before quit preference :paperclip:

  Some features & enhancements

  • Language Support
    • CoffeeScript
    • TypeScript
    • LiveScript
  • Preserve last window resize info to use for next launch
  • check for update… menu item
  • notebook mode(experimental)
  • load scripts support
  • load file.. & save command as.. menu
  • Add node REPL builtins in context
  • Shortcut for previous commands ctrl + shift+ 0..9
  • node's REPL is used only for load files and auto completion
  • Add polyfills to REPL context
  • Add start up script preference.
  • Download from npm support
    • npm install -g mancy
Clone this wiki locally