New features
Now you can access API Documentation about C++'s STL by selecting a type/object/namespace/template, right-clicking it and clicking Look up "<word>" on C++ Reference (cplusplus.com).
Then a customized window will pop up with documentation about it.
What's Changed
- Added C++ Reference button
- Updated autocomplete to be case-insensitive and now inserts text at cursor instead of replacing word if the autocomplete prefix equals the already written word
- Added globe icon on the left of the language selector
- Added localization on the file system dialogs
- Fixed auto-check
Full Changelog: v1.3.0...v1.3.1