forked from nicity/CppTools
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
8 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<idea-plugin> | ||
<name>C/C++</name> | ||
<version>0.8 build 6</version> | ||
<idea-version since-build="131.1" until-build="136.0"/> | ||
<idea-version since-build="139.1" until-build="140.0"/> | ||
<depends>com.intellij.modules.lang</depends> | ||
<depends optional="true" config-file="exended_platform.xml">com.intellij.modules.java</depends> | ||
<vendor url="http://bugs.cpptools.com" email="[email protected]">AdvancedTools</vendor> | ||
|
@@ -15,11 +15,16 @@ | |
cpp files and build for makefile/dsp/vcproj files and more.<br> | ||
Debugging support consists of GDB integration exposed as idea debugger interface.<br> | ||
EAP software, works only for Win32/(MsVc/Gcc + CygWin/MingW), Linux 32bit /Intel/Gcc, MacOSX/Intel/Gcc platforms with | ||
IntelliJ Idea 13 / 13.1 Ultimate / Community editions (builds 131.* - 135.*), | ||
IntelliJ Idea 14 Ultimate / Community editions (builds 139.*), | ||
WebStorm.<br> | ||
<a href="http://www.cpptools.com/IDEA/Readme.html">Detailed readme</a> and <a href="http://youradvtools.blogspot.com/">blog</a> | ||
</description> | ||
<change-notes> | ||
<b>In 0.8.7:</b> | ||
<ul> | ||
<li> IntelliJ Idea 14 and branch 139 (e.g. WebStorm 9) compatibility fixes. | ||
<li> Dropped Idea 13.X support | ||
</ul> | ||
<b>In 0.8.6:</b> | ||
<ul> | ||
<li> IntelliJ Idea 13 and 13.1 branch fix (e.g. WebStorm 7/8) compatibility fixes. | ||
|
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