emacs-solidity

The official solidity-mode for EMACS

GPL-3.0 License

Stars
205
Committers
22

Bot releases are hidden (Show)

emacs-solidity - Emacs Solidity - v0.1.10 Latest Release

Published by LefterisJP almost 5 years ago

  • #52: Support solc >= 0.6.0
  • #49: Don't run cmode hooks for solidity mode
  • #45 Don't keyworld color substrings of keywords
  • #42 Imenu support
  • #35 Support newer solium version
  • #33 Fix unrecognized option --add-std error, that was a remnant from rather old solc versions
emacs-solidity - Emacs Solidity - v0.1.6

Published by LefterisJP over 6 years ago

  • Add gas estimation code. User facing function is solidity-estimate-gas-at-point.
emacs-solidity - Emacs Solidity - v0.1.7

Published by LefterisJP over 6 years ago

  • 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 - Emacs Solidity - v0.1.8

Published by LefterisJP over 6 years ago

  • Bugfix for issue 8. Now if flycheck is not installed
    on the user's system there should be no errors or warnings.
emacs-solidity - Emacs Solidity - v0.1.9

Published by LefterisJP over 6 years ago