itemisCREATE / solidity-ide

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

Function Signature formatting alligned to styleguide #243

Closed jthoene closed 5 years ago

jthoene commented 5 years ago

Function signatures still not getting formatted exactly according to the style guide but much more than before. In detail: If the function signature is longer than 80 characters, the parameters of the function are now listed line by line instead of multiple parameters in one line. If the function signature is shorter than 80 characters the signature will be formatted in one line. Also the SemanticHighlighter had a bug which was fixed.