Sergey Prigogin
728fd554e4
Incremented version of org.eclipse.cdt.core to 6.0.
...
Change-Id: I059e7eba9eff7f24c84e08a1cbf658381aaaf19d
2016-02-17 10:28:26 -08:00
Alena Laskavaia
d3e933501e
Bug 411579 - Add a "Create new class" Quick fix.
...
Change-Id: I57dc46f079357de7d5c281d016a25baa3f2154a6
2016-01-07 20:35:31 -05:00
Marc-Andre Laperle
1c258538de
Remore unused New New Wizard
...
This code is not used and hasn't been touched since 2012.
Now it can be referred as the "old new new wizard".
Change-Id: Iccc60651a8233a5ef5b138dfcc334cfcf926d109
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-12-28 13:20:43 -05:00
Doug Schaefer
e3496e1246
Bug 481978 - Big overhaul of new build system to work with Qt.
...
Moved new build system to it's own plug-ins. Cleaned up the root
build configuration and toolchain classes and use them for Qt local
run builds. Also hooks Qt local run launch delegate to launch target
manager and associated delegate interface.
Change-Id: I0c0f711ee53005edd399f6d24ba96658d606e1e5
2015-11-24 22:11:33 -05:00
Doug Schaefer
64c5782589
Bug 321443 - First implementation of new build model.
...
Includes adaptation of the Arduino build model where many of these
ideas started to the new model. And start of the Qt build system which
uses it.
Change-Id: Icb212185773ebc4d415e8a9862101744703ff80b
2015-08-31 14:14:21 -04:00
Martin Stumpf
1386247a0e
Bug 436041 - doxygen tags are not generated when using single line format /// or //!
...
Change-Id: I1c392d1ea360efcc62328ce1541a42439948706b
Signed-off-by: Martin Stumpf <stumpfpublic@gmail.com>
2015-08-05 15:22:59 +02:00
Thomas Corbat
6f8579a796
Bug 456099 - Renaming a class should also rename related files
...
There is a new package: org.eclipse.cdt.internal.ui.refactoring.changes
which has not been exported. The *Change classes are essential for
developers of refactoring tools.
Change-Id: I611041cab0e0483de5a39f7e837369cff7531352
Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
2015-03-18 03:03:33 -04:00
Doug Schaefer
7fdd6f6e90
Fix up API @since tags against CDT 8.6.
...
Change-Id: I31966aa0dc312bb7ba77b6ce91eecd01ad4891ce
2015-02-17 23:43:49 -05:00
Marc Khouzam
5beb56ed69
Bug 455094 - StepIntoSelection cleanup after review
...
Change-Id: Id591e5c46ed86744b92c0931079fc798e39498ed
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/38177
2015-01-07 11:01:56 -05:00
Marc Khouzam
20c1166f1a
No need to increase version a second time.
...
Change-Id: Ic219edbcbcc4dc718a586dc15482ffdcf5eecd23
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37985
2014-12-10 13:29:57 -05:00
Marco Stornelli
54607bd07f
Bug 241355 - Added format source code save action
...
Change-Id: I987dda03aae1fd6c8077e2d6cd930164acfaa783
Signed-off-by: Oliver Vinn <oliver@vinn.co.uk>
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Reviewed-on: https://git.eclipse.org/r/21420
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
Tested-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-12-09 21:10:49 -05:00
Sergey Prigogin
27f00a30d8
Bug 419399 - Preference for Format with no selection
...
The user now has a choice between formatting the entire file and
formatting the statement on the current line.
This patch depends on the change in platform.text
https://git.eclipse.org/r/#/c/31337/
Change-Id: I6ae5b925a8ebdce0eec7ff34f7b3f84da0d9c326
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-on: https://git.eclipse.org/r/31338
2014-10-27 13:29:24 -04:00
Sergey Prigogin
093b2efacf
Proper enablement of Build Configurations Build/Clean commands.
...
Change-Id: I7446a357cc2bafdb5015c3a988a1ad0b6f23a8c6
2014-08-01 11:55:31 -07:00
Sergey Prigogin
31f37f5b63
Proper enablement/disablement of Clean/Build Selected Files commands.
...
Change-Id: I6f56eeb111759ccf7a0bc8fbbfd57ffd8689bf01
2014-07-30 16:47:55 -07:00
Doug Schaefer
962e011886
Bug 433477 Fix colors for dark theme.
...
Change-Id: I66e6deec545cc2703d96ec03e59ab451a92b8867
Reviewed-on: https://git.eclipse.org/r/26066
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-06 13:18:39 -04:00
Marc Khouzam
d80202678f
Missing export to o.e.cdt.ui
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:08:48 -04:00
Marc Khouzam
1ea82aff04
Bug 427958 - Update version of o.e.cdt.ui and @since tags for CDT 8.4
...
Change-Id: I84bccf9bdc6e169624908fee106080f840843e28
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-02-15 07:34:47 -05:00
Sergey Prigogin
62ba90a145
Bug 427958 - Extension mechanisms for Find References and Call Hierarchy
...
This change introduces two new extension points - callHierarchyProviders
and externalSearchProviders.
Change-Id: I5e2e5e6c17b596eddfebe97b6be32a7cc62954f6
Reviewed-on: https://git.eclipse.org/r/21862
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-02-14 16:58:45 -05:00
Sergey Prigogin
5d7a19fa6c
Enabled JDK 1.7.
...
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Sergey Prigogin
a79028d2fc
Bug 45203. User configurable header substitution rules.
2013-06-14 15:54:13 -07:00
Sergey Prigogin
3198d038d4
Merge remote-tracking branch 'origin/master' into bug_45203
...
Change-Id: I5ea97f0e6c1e15a72e45f5fbc7407ad6b35e9a64
2013-02-14 17:21:05 -08:00
Sergey Prigogin
6f24a6820b
Bumped up version of org.eclipse.cdt.ui plug-in.
2013-02-01 16:58:52 -08:00
Sergey Prigogin
0a75ee2b57
Bug 45203. Initial commit for Organize Includes feature.
2012-12-31 15:07:37 -08:00
Sergey Prigogin
f7f56bb08e
Bug 397208 - Problem markers don't get updated when preferences change
2012-12-27 16:54:43 -08:00
Markus Schorn
cf08c60eda
Bug 299911: Increment plugin and pdom version.
2012-06-26 07:44:40 +02:00
Andrew Gvozdev
2b5e3e6a20
bug 328007: [sd90] Design user interface for new scanner discovery
2012-05-01 23:05:37 -04:00
Alex Ruiz
181907f2fd
Bug 372551. Fixed running checkers on file open. Split "On file save"
...
launch mode into "On file save" and "On file open". Removed warnings in
project org.eclipse.cdt.codan.ui.cxx.
Change-Id: I7f0bc16731ba36e8048904f19836da9ae47514de
Reviewed-on: https://git.eclipse.org/r/5665
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-26 23:02:11 -04:00
Sergey Prigogin
48eff8e4ae
Revert "Temporarily restored compatibility with Eclipse 3.7."
2012-03-18 19:14:17 -07:00
Sergey Prigogin
bfb9dae292
Added dependency on com.ibm.icu plug-in in an attempt to fix broken
...
Hudson build.
2012-03-17 17:03:15 -07:00
Sergey Prigogin
e83675fdce
Temporarily restored compatibility with Eclipse 3.7.
2012-03-05 16:13:32 -08:00
Sergey Prigogin
4af78ed0b2
Revert "Temporarily restored compatibility with Eclipse 3.7."
2012-03-03 21:33:53 -08:00
Sergey Prigogin
17b63147ee
Temporarily restored compatibility with Eclipse 3.7.
2012-03-03 19:14:26 -08:00
Sergey Prigogin
2161ef0cc6
Revert "Temporarily restored compatibility with Eclipse 3.7."
...
This reverts commit f4adb1cc10
.
2012-03-03 18:59:09 -08:00
Sergey Prigogin
f4adb1cc10
Temporarily restored compatibility with Eclipse 3.7.
2012-03-03 18:55:43 -08:00
Sergey Prigogin
3453fa6fcd
Bug 347712 - Use shared AST in ExtractLocalVariableRefactoring.
2012-02-15 15:44:03 -08:00
Sergey Prigogin
457af57f60
Changed the execution environment to JavaSE-1.6
2011-10-17 16:44:49 -07:00
Marko Tomljenovic
0dc841b995
Bug 351076 - Make MAX_DELAY of editor content assist computation configurable
2011-07-22 11:13:19 +02:00
Chris Recoskie
b609ec68ba
Bug 133881 - Make refreshing after building optional
...
- serialize/deserialize to/from C project description
- fix stack overflow issue on load
- move ResourceExclusion and friends to internal packages
2011-05-10 16:53:37 +00:00
Emanuel Graf
9b7e344590
Bug 339364: Toggle Function Definition Refactoring
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339364
2011-04-12 09:08:19 +00:00
Vivian Kong
ac09f496d7
Bug 133881 - Make refreshing after building optional
...
Work in progress.
2011-04-06 20:53:22 +00:00
Anton Leherbauer
754bca12d2
Update minimum bundle versions
2011-02-25 13:37:13 +00:00
James Blackburn
08de213b26
Bug 334118 - Build Preferences need some tidying
...
Re-factor the build preferences out of CPluginPreferencePage to their own page BuildPreferencePage. Build category defined by cdt.ui: org.eclipse.cdt.ui.preferences.BuildSettings
2011-01-14 10:27:31 +00:00
John Cortell
7b7c0e00fd
Fixed warnings (treated as errors now)
2010-09-02 17:11:05 +00:00
Anton Leherbauer
e03e78d88e
Increment plug-in version.
2010-08-13 11:32:49 +00:00
Andrew Gvozdev
55cab28322
bug 318802: UIMessages should extend NLS class
2010-07-04 05:14:26 +00:00
David Dubrow
081788d5df
Bug 317707 make new handlers non-api and revert bundle version
2010-07-01 13:36:17 +00:00
David Dubrow
ef6d28343d
Bug 317707 convert resource configs context menu to handlers to allow hiding via capabilities
2010-06-28 12:57:55 +00:00
Markus Schorn
9f1f076635
Bug 316454: Open Element to cancel query when typing additional letters.
2010-06-16 12:27:03 +00:00
Markus Schorn
ea6bcda223
Bug 310514: Exporting resource snapshots in addition to cdt index.
2010-04-27 12:37:06 +00:00
Andrew Gvozdev
8a6292bcf4
bug 301732: When a Hello World project is created, open generated file automatically
...
Patch from Marc-Andre Laperle
2010-02-22 15:46:36 +00:00