diff --git a/package.json b/package.json index 2039c97705..58d3cfd85c 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "remix-ide": "./bin/remix-ide" }, "scripts": { - "setupremix": "npm run linkremixdebug && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixsimulator && npm run linkremixtests", + "setupremix": "npm run linkremixdebug && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixanalyzer && npm run linkremixtests", "pullremix": "git clone https://github.com/ethereum/remix", "linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../../remix/remix-lib remix-lib && cd ..", "linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../../remix/remix-solidity remix-solidity && cd ..", diff --git a/src/app/files/fileManager.js b/src/app/files/fileManager.js index 41da3187bb..8dbc19cbe3 100644 --- a/src/app/files/fileManager.js +++ b/src/app/files/fileManager.js @@ -149,7 +149,13 @@ class FileManager extends FileSystemApi { }}>Save As Copy ` } - await toaster(yo`
${this.currentRequest.from} is modyfing ${path}
`, actions, { time: 4000 }) + await toaster(yo` +
+ + + ${this.currentRequest.from} is modyfing ${path} + +
`, actions, { time: 4000 }) if (reject) throw new Error(`set file operation on ${path} aborted by user.`) if (savedAsAnotherFile) return } diff --git a/src/app/panels/styles/terminal-styles.js b/src/app/panels/styles/terminal-styles.js index 968411bcd6..6f793b4393 100644 --- a/src/app/panels/styles/terminal-styles.js +++ b/src/app/panels/styles/terminal-styles.js @@ -128,6 +128,9 @@ var css = csjs` border-left : 1px solid var(--secondary) height : 65%; } + .listenOnNetworkLabel { + white-space : nowrap; + } .pendingTx { border-radius : 50%; margin-right : 30px; diff --git a/src/app/panels/terminal.js b/src/app/panels/terminal.js index 57501179f9..30180aa7a5 100644 --- a/src/app/panels/terminal.js +++ b/src/app/panels/terminal.js @@ -152,7 +152,7 @@ class Terminal extends BaseApi { title="If checked Remix will listen on all transactions mined in the current environment and not only transactions created by you" >