Class: VhdlBeautifier

Defined in: src/beautifiers/vhdl-beautifier/index.coffee
Inherits: Beautifier

Variables Summary

name =
"VHDL Beautifier"
"https://www.gnu.org/software/emacs/"
executables =
[
  {
    name: "Emacs",
    cmd: "emacs",
    homepage: "https://www.gnu.org/software/emacs/",
    installation: "https://www.gnu.org/software/emacs/",
    version: {
      parse: function(text) {
        return text.match(/Emacs (\d+\.\d+\.\d+)/)[1];
      }
    }
  }
]
options =
{
  VHDL: {
    emacs_script_path: true
  }
}

Variable inherited from Beautifier

Promise name options executables _exe languages beautify logger

Instance Method Summary

Inherited Method Summary

Methods inherited from Beautifier

#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger

Instance Method Details

# (void) beautify(text, language, options)

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: