solidity-ide icon indicating copy to clipboard operation
solidity-ide copied to clipboard

Solidity plugin for Eclipse

Results 58 solidity-ide issues
Sort by recently updated
recently updated
newest added

Some Tests Fail because the EObjectValidator of EMF runs and find non unique IDs. Problem is that the Xtext registrar retreives a null package from the ExpressionsJavaGenerator and as fallback...

The following example is valid code, that should result in a single compiler warning "Naming function type return parameters is deprecated.". We currently don't support functions as parameter ``` pragma...

The getter's name is the variable's name. So in ``` contract foo { int public bar; } ``` You can access it through `someFooInstance.bar()`.

To facilitate collaboration on the project an Oomph setup should be provided.

releng

We need to create a icon set that screams "solidity"

help wanted

There are still some language features that don't link to the proper documentation chapter

help wanted
good first issue