X-Git-Url: https://arthur.barton.de/gitweb/?p=atom-ax-pipe.git;a=blobdiff_plain;f=lib%2Fcommand-view.coffee;h=0b9e865b82e7b775d5948f5ef3bfed0b54dff338;hp=8ac7c49e34a59c90696baab07540892494e05ced;hb=6792e634b736183ad242bd898bc2bbd36363c928;hpb=79cf4b24c6dbe1c45e84692dfb262216d1b30c9b;ds=sidebyside diff --git a/lib/command-view.coffee b/lib/command-view.coffee index 8ac7c49..0b9e865 100644 --- a/lib/command-view.coffee +++ b/lib/command-view.coffee @@ -1,4 +1,5 @@ -{View, EditorView} = require 'atom' +{View, TextEditorView} = require 'atom-space-pen-views' + module.exports = class CommandView extends View @@ -12,7 +13,7 @@ class CommandView extends View @content: -> @div class: 'pipe-command', => - @subview 'commandLine', new EditorView( + @subview 'commandLine', new TextEditorView( mini: true placeholderText: @samplePlaceholder() )