|
|
|
@ -47,7 +47,7 @@ const CompileTab = require('./app/tabs/compile-tab') |
|
|
|
|
const SettingsTab = require('./app/tabs/settings-tab') |
|
|
|
|
const AnalysisTab = require('./app/tabs/analysis-tab') |
|
|
|
|
const DebuggerTab = require('./app/tabs/debugger-tab') |
|
|
|
|
const SupportTab = require('./app/tabs/support-tab') |
|
|
|
|
// const SupportTab = require('./app/tabs/support-tab')
|
|
|
|
|
const TestTab = require('./app/tabs/test-tab') |
|
|
|
|
const RunTab = require('./app/tabs/run-tab') |
|
|
|
|
const FilePanel = require('./app/panels/file-panel') |
|
|
|
@ -450,7 +450,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
|
let settings = new SettingsTab(self._components.registry) |
|
|
|
|
let analysis = new AnalysisTab(registry) |
|
|
|
|
let debug = new DebuggerTab() |
|
|
|
|
let support = new SupportTab() |
|
|
|
|
// let support = new SupportTab()
|
|
|
|
|
let test = new TestTab(self._components.registry, compileTab) |
|
|
|
|
let sourceHighlighters = registry.get('editor').api.sourceHighlighters |
|
|
|
|
let configProvider = self._components.filesProviders['config'] |
|
|
|
@ -465,7 +465,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org |
|
|
|
|
{ profile: txListenerModuleProxy.profile(), api: txListenerModuleProxy }, |
|
|
|
|
{ profile: self._components.editorpanel.profile(), api: self._components.editorpanel }, |
|
|
|
|
{ profile: filePanel.profile(), api: filePanel }, |
|
|
|
|
{ profile: support.profile(), api: support }, |
|
|
|
|
// { profile: support.profile(), api: support },
|
|
|
|
|
{ profile: settings.profile(), api: settings }, |
|
|
|
|
{ profile: pluginManagerComponent.profile(), api: pluginManagerComponent }]) |
|
|
|
|
|
|
|
|
|