mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
removed outdated info
This commit is contained in:
parent
f630ac92aa
commit
1f8d0c8a8e
@ -1,43 +1 @@
|
||||
# API Ideas
|
||||
|
||||
# Radfish
|
||||
class Radfish
|
||||
plugins: []
|
||||
keybindings: {}
|
||||
|
||||
class View =
|
||||
app: null
|
||||
|
||||
html: ->
|
||||
# gets or creates the html for the view
|
||||
|
||||
class Pane extends View
|
||||
|
||||
class Modal extends View
|
||||
|
||||
class Plugin
|
||||
app: null
|
||||
|
||||
# Atomicity
|
||||
class App extends Radfish
|
||||
baseURL: null
|
||||
openURLs: []
|
||||
|
||||
startup: (@baseURL) ->
|
||||
|
||||
shutdown: ->
|
||||
|
||||
open: (path...) ->
|
||||
|
||||
close: (paths...) ->
|
||||
|
||||
save: (paths...) ->
|
||||
|
||||
class Editor
|
||||
app: null
|
||||
|
||||
class TreeView
|
||||
app: null
|
||||
|
||||
class Tabs
|
||||
app: null
|
Loading…
Reference in New Issue
Block a user