itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

Move compiler call to a Validator #258

Closed flantony closed 5 years ago

flantony commented 5 years ago

Currently, the compiler call is implemented as a BuilderParticipant. In order to easily reuse this functionality in a language server, should be handled via Validator.

andreasmuelder commented 5 years ago

is this done?

flantony commented 5 years ago

Fixed with #259