Skip to content

Version 1.2.2

Compare
Choose a tag to compare
@niosus niosus released this 16 Jun 20:22
· 776 commits to master since this release

What's new:

  • setting triggers automatically in User Preferences was probably a bad
    decision. It complicated the structure of the plugin and caused confusion for
    users.
  • this behavior is gone now. The triggers are instead defined in internal to
    the plugin Preferences.sublime-settings.
  • you can find them from command pallet now:
    • press Ctrl + Shift + P
    • pick: "EasyClangComplete: open completion triggers location"
    • just typing ot, should be enough for this
  • some more bug fixes