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
dcb88c63
Commit
dcb88c63
authored
Sep 16, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update start message
parent
73be18a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
terminal.js
apps/remix-ide/src/app/panels/terminal.js
+11
-6
No files found.
apps/remix-ide/src/app/panels/terminal.js
View file @
dcb88c63
...
@@ -448,7 +448,14 @@ class Terminal extends Plugin {
...
@@ -448,7 +448,14 @@ class Terminal extends Plugin {
<div>You can use this terminal for: </div>
<div>You can use this terminal for: </div>
<ul class=
${
css2
.
ul
}
>
<ul class=
${
css2
.
ul
}
>
<li>Check transactions details and start debugging.</li>
<li>Check transactions details and start debugging.</li>
<li>Running JavaScript scripts. The following libraries are accessible:
<li>Execute JavaScript scripts:
<br />
<i> - Directly input a script in the command line interface </i>
<br />
<i> - Select a Javascript file in the file explorer and run \`remix.execute()\` in the command line interface </i>
<br />
<i> - Right click on a JavaScript file in the file explorer and click \`Run Script\` </i>
The following libraries are accessible:
<ul class=
${
css2
.
ul
}
>
<ul class=
${
css2
.
ul
}
>
<li><a target="_blank" href="https://web3js.readthedocs.io/en/1.0/">web3 version 1.0.0</a></li>
<li><a target="_blank" href="https://web3js.readthedocs.io/en/1.0/">web3 version 1.0.0</a></li>
<li><a target="_blank" href="https://docs.ethers.io/ethers.js/html/">ethers.js</a> </li>
<li><a target="_blank" href="https://docs.ethers.io/ethers.js/html/">ethers.js</a> </li>
...
@@ -457,9 +464,7 @@ class Terminal extends Plugin {
...
@@ -457,9 +464,7 @@ class Terminal extends Plugin {
</ul>
</ul>
</li>
</li>
</ul>
</ul>
<i> - Directly input a script in the command line interface </i>
<i> - Select a Javascript file in the file explorer and run \`remix.execute()\` </i>
<i> - Right click on a JavaScript file in the file explorer and click \`Run Script\` </i>
</div>
</div>
`
`
...
@@ -642,8 +647,8 @@ class Terminal extends Plugin {
...
@@ -642,8 +647,8 @@ class Terminal extends Plugin {
return
val
return
val
})
})
if
(
values
.
length
)
{
if
(
values
.
length
)
{
append
(
yo
`<span class="
${
mode
}
" >
${
values
}
</span>`
)
append
(
yo
`<span class="
${
mode
}
" >
${
values
}
</span>`
)
}
}
}
}
}
else
{
}
else
{
throw
new
Error
(
'mode is not supported'
)
throw
new
Error
(
'mode is not supported'
)
...
...
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