-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
################################ | ||
## EasyClangComplete v. 2.0.1 ## | ||
################################ | ||
Don't forget to restart Sublime Text in case something is not working. | ||
|
||
############### | ||
# What's new? # | ||
############### | ||
This release is nearly fully consisting of the pull requests submitted to the | ||
project. Thanks @rchl and @david9991! | ||
- add support for `-isysroot` flag for OSX, fix `-isystem` flag. | ||
- allow wider error popup windows | ||
- open plugin settings side-by-side just like sublime does with its settings | ||
- flags order is now preserved, so the flags are passed to clang in the same | ||
order as they appear in settings and/or .clang_complete file | ||
- fix the completions being shown in a wrong location after a long completion | ||
request has finished while the cursor was moved | ||
|
||
############ | ||
## Thanks ## | ||
############ | ||
Huge thanks go to all the people who contributed their time helping me in | ||
creating this plugin especially for PRs from @rchl, @david9991 that landed in | ||
this release. | ||
|
||
It is really important for me that you are using the plugin. If you like it - | ||
tell other people about it and/or support it: | ||
https://github.com/niosus/EasyClangComplete#support-it | ||
|
||
If you have problems - submit issues and we will try our best to solve them. | ||
|
||
If you are a developer and care to contribute - you are very much welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters