Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
b110b94b
Commit
b110b94b
authored
Nov 30, 2020
by
GrandSchtroumpf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
happy linter
parent
cf81deee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
tab-proxy.js
apps/remix-ide/src/app/panels/tab-proxy.js
+4
-11
No files found.
apps/remix-ide/src/app/panels/tab-proxy.js
View file @
b110b94b
var
yo
=
require
(
'yo-yo'
)
var
$
=
require
(
'jquery'
)
import
{
Plugin
}
from
'@remixproject/engine'
const
yo
=
require
(
'yo-yo'
)
const
$
=
require
(
'jquery'
)
const
EventEmitter
=
require
(
'events'
)
const
globalRegistry
=
require
(
'../../global/registry'
)
const
csjs
=
require
(
'csjs-inject'
)
import
{
Plugin
}
from
'@remixproject/engine'
require
(
'remix-tabs'
)
const
css
=
csjs
`
...
...
@@ -14,7 +14,7 @@ const css = csjs`
const
profile
=
{
name
:
'tabs'
,
methods
:
[
'focus'
]
,
methods
:
[
'focus'
]
}
// @todo(#650) Merge this with MainPanel into one plugin
...
...
@@ -92,13 +92,6 @@ export class TabProxy extends Plugin {
this
.
removeTab
(
profile
.
name
)
})
// appManager.event.on('pluginActivated', ({name}) => {
// if (name === 'home') {
// // if someone force activation of home, we switch to it
// this.event.emit('switchApp', name)
// this._view.filetabs.activateTab(name)
// }
// })
}
focus
(
name
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment