Class: Engine

Defined in: lib/Engine.coffee

Overview

The Engine handles how and in which order to execute operations and add operations to the HistoryBuffer.

Instance Method Summary

Constructor Details

# (void) constructor(HB, parser)

Instance Method Details

# (void) parseOperation(json)

# (void) applyOps(ops_json)

# (void) applyOp(op_json)

ops = [] for o in ops_json ops.push @parseOperation o for o in ops @HB.addOperation o for o in ops if not o.execute() @unprocessed_ops.push o @tryUnprocessed()

# (void) tryUnprocessed()

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: