Releases: ethereum/emacs-solidity
Releases · ethereum/emacs-solidity
Emacs Solidity - v0.1.10
Emacs Solidity - v0.1.9
- Integrated company-solidity into solidity-mode, providing autocompletion out of the box if the user has company-mode installed.
Emacs Solidity - v0.1.8
- Bugfix for issue 8. Now if flycheck is not installed
on the user's system there should be no errors or warnings.
Emacs Solidity - v0.1.7
- Allow for customization of the way that emacs inserts comments into the source file via
(setq solidity-comment-style 'slash)
;; or
(setq solidity-comment-style 'star) ;; this is the default
Emacs Solidity - v0.1.6
- Add gas estimation code. User facing function is
solidity-estimate-gas-at-point
.