Version 6.0.0
Improvements and fixes:
- Make glob wildcard expansion available for all paths in settings instead of
home-grown star expansion - Fix parsing errors that would sometimes eat part of the error message
- Only hide default completions when we have something to show instead
- By default force unix-type includes to make include auto-completion more
usable. The new setting to control this: "force_unix_includes"
Deprecated settings:
I have removed some old settings which break more things than they add.
- "include_file_folder"
- "include_file_parent_folder"
If you rely on this behavior, you can update your "common_flags" with:
- "-I$file_path"
- "-I$file_path/.."
This will have exactly the same effect
To be deprecated wildcard:
I will soon deprecate the "$project_base_path" variable. It does the same as the
Sublime Text standard "$project_path" but is longer and is not standard.