language-ethereum icon indicating copy to clipboard operation
language-ethereum copied to clipboard

Ethereum language support for Atom

Results 14 language-ethereum issues
Sort by recently updated
recently updated
newest added

https://github.com/caktux/language-ethereum/blob/d85600599a441a3f831d353e97f9bb189be8fd00/styles/file-icons.less#L18 This applies the Octicons font to `.ruby-icon` class, which is used by file-icons package. Result is ruby files have the wrong font (serif, since octicons is not found). Am...

Added .transfer for addresses Added pure/view for functions Added require/assert for exceptions

This is a great package, thank you. The `cmd+/` hotkey creates block style comments in solidity: `/* some solidity code*/` Is it possible to modify a setting, or the default...

The [`indexed`](http://solidity.readthedocs.io/en/latest/contracts.html#events) attribute/keyword creates log topics from event parameters.`indexed` looks out of place next to the parameter name in the same color. It would be great if `indexed` could be...