mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
editor-component -> text-editor-component
This commit is contained in:
parent
3694111211
commit
b3038eb968
@ -2,7 +2,7 @@ _ = require 'underscore-plus'
|
|||||||
{extend, flatten, toArray, last} = _
|
{extend, flatten, toArray, last} = _
|
||||||
|
|
||||||
EditorView = require '../src/editor-view'
|
EditorView = require '../src/editor-view'
|
||||||
EditorComponent = require '../src/editor-component'
|
EditorComponent = require '../src/text-editor-component'
|
||||||
nbsp = String.fromCharCode(160)
|
nbsp = String.fromCharCode(160)
|
||||||
|
|
||||||
describe "EditorComponent", ->
|
describe "EditorComponent", ->
|
||||||
|
@ -15,7 +15,7 @@ Project = require '../src/project'
|
|||||||
Editor = require '../src/editor'
|
Editor = require '../src/editor'
|
||||||
EditorView = require '../src/editor-view'
|
EditorView = require '../src/editor-view'
|
||||||
TokenizedBuffer = require '../src/tokenized-buffer'
|
TokenizedBuffer = require '../src/tokenized-buffer'
|
||||||
EditorComponent = require '../src/editor-component'
|
EditorComponent = require '../src/text-editor-component'
|
||||||
pathwatcher = require 'pathwatcher'
|
pathwatcher = require 'pathwatcher'
|
||||||
clipboard = require 'clipboard'
|
clipboard = require 'clipboard'
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ React = require 'react-atom-fork'
|
|||||||
{defaults} = require 'underscore-plus'
|
{defaults} = require 'underscore-plus'
|
||||||
TextBuffer = require 'text-buffer'
|
TextBuffer = require 'text-buffer'
|
||||||
Editor = require './editor'
|
Editor = require './editor'
|
||||||
EditorComponent = require './editor-component'
|
EditorComponent = require './text-editor-component'
|
||||||
{deprecate} = require 'grim'
|
{deprecate} = require 'grim'
|
||||||
|
|
||||||
# Public: Represents the entire visual pane in Atom.
|
# Public: Represents the entire visual pane in Atom.
|
||||||
|
Loading…
Reference in New Issue
Block a user