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
0ce564c9
Unverified
Commit
0ce564c9
authored
Feb 08, 2021
by
yann300
Committed by
GitHub
Feb 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #848 from ethereum/yann300-patch-27
handle other kind of contract file
parents
2cdaa1c6
34523f39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
contractDropdown.js
apps/remix-ide/src/app/tabs/runTab/contractDropdown.js
+4
-1
No files found.
apps/remix-ide/src/app/tabs/runTab/contractDropdown.js
View file @
0ce564c9
...
@@ -201,7 +201,10 @@ class ContractDropdownUI {
...
@@ -201,7 +201,10 @@ class ContractDropdownUI {
this
.
selectContractNames
.
style
.
display
=
'none'
this
.
selectContractNames
.
style
.
display
=
'none'
this
.
enableContractNames
(
true
)
this
.
enableContractNames
(
true
)
this
.
enableAtAddress
(
true
)
this
.
enableAtAddress
(
true
)
}
else
if
(
/.
(
.sol
)
$/
.
exec
(
currentFile
))
{
}
else
if
(
/.
(
.sol
)
$/
.
exec
(
currentFile
)
||
/.
(
.vy
)
$/
.
exec
(
currentFile
)
||
// vyper
/.
(
.lex
)
$/
.
exec
(
currentFile
)
||
// lexon
/.
(
.contract
)
$/
.
exec
(
currentFile
))
{
this
.
createPanel
.
style
.
display
=
'block'
this
.
createPanel
.
style
.
display
=
'block'
this
.
orLabel
.
style
.
display
=
'block'
this
.
orLabel
.
style
.
display
=
'block'
this
.
contractNamesContainer
.
style
.
display
=
'block'
this
.
contractNamesContainer
.
style
.
display
=
'block'
...
...
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