1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
Commit graph

9986 commits

Author SHA1 Message Date
Markus Schorn
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +00:00
Oleg Krasilnikov
946248481d Eliminate warning: !MESSAGE Unable to find Action Set:
org.eclipse.cdt.managedbuilder.ui.buildSelectedFilesActionSet
In fact, this action set was removed some times ago.
2007-04-26 13:09:08 +00:00
Oleg Krasilnikov
4eb74954dd 1. for Bug #182450 : tri-state button experimental implementation.
2. Preference page minor change (items order)
2007-04-26 12:49:03 +00:00
Oleg Krasilnikov
1f69bd652c Bug #182820: support for "canExclude()" 2007-04-26 10:23:34 +00:00
Oleg Krasilnikov
1aa3d8f62f Bug #182820: fix for "canExclude()" 2007-04-26 10:22:21 +00:00
Anton Leherbauer
1214623cf9 Fix CCE 2007-04-26 10:11:53 +00:00
Anton Leherbauer
987b06a53e Fix for 183396: Open up breakpoint ruler actions for other debug models 2007-04-26 09:06:33 +00:00
Doug Schaefer
6342a2854c Bug 184083 - Patch for Bryan - Add base classes to for class instances and specialization in the PDOM. 2007-04-26 01:34:34 +00:00
Doug Schaefer
b1cf95a962 I'm tired of this test failing on Windows. 2007-04-26 01:26:35 +00:00
Doug Schaefer
5cffc8915f Bug 179991 - Added feature for the GDB hardware debugging feature. And set up the releng scripts to build it. 2007-04-26 01:14:21 +00:00
Doug Schaefer
ca9dd7313d Bug 182101 - Fixed infinite loop when the operator keyword was selected. Actually, there are a huge number of problems with operator handling in the selection parse. I've removed the whole thing. We need to handle this differently. 2007-04-25 21:02:41 +00:00
Mikhail Sennikovsky
1c180b9fac Fix for [Bug 183825] [Binary Parser] does not parse 2007-04-25 20:53:05 +00:00
Doug Schaefer
4be0fe893c Bug 183382 - Added JNICALL to the winreg native code to fix a crash that was happening on Vista with IBM's VM. Also moved this build to use MinGW instead of MSVC. 2007-04-25 19:20:08 +00:00
Chris Recoskie
dd55dc2b58 RESOLVED - bug 170615: Need access to ProgressMonitor in MBS Custom Pages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170615
2007-04-25 18:40:57 +00:00
Doug Schaefer
1d7403d060 Fix up the ASCII property for these files. 2007-04-25 18:29:42 +00:00
Anton Leherbauer
d37ff65df9 Simplify external SDK highlighting 2007-04-25 15:47:58 +00:00
Ken Ryall
07564ddb49 Bug 183291. ToggleBreakpointRulerAction should use the IToggleBreakpointTarget adapter based on editor file. 2007-04-25 15:21:36 +00:00
Chris Recoskie
6405b3a368 RESOLVED - bug 170615: Need access to ProgressMonitor in MBS Custom Pages
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170615
2007-04-25 14:00:22 +00:00
Oleg Krasilnikov
1346d01ba1 performOkForced() method added 2007-04-25 13:56:44 +00:00
Oleg Krasilnikov
6be903f7bc Adjusted call to CDTPropertyManager 2007-04-25 13:51:07 +00:00
Mikhail Sennikovsky
48e6862bed follow-up for the [Bug 182821] ManagedBuildInfo.getIncludePaths() no longer returns default compiler path 2007-04-25 13:41:07 +00:00
Mikhail Sennikovsky
315771b3bf Better backward compatibility support needed for [Bug 182821] ManagedBuildInfo.getIncludePaths() no longer returns default compiler path 2007-04-25 13:31:09 +00:00
Markus Schorn
4fc2c97265 Fix for 183966, performance improvement for PDOMNode.hashCode(). 2007-04-25 12:59:19 +00:00
Anton Leherbauer
73fd7f02ab Add support for dynamic help context provider (follow-up) 2007-04-25 12:36:29 +00:00
Oleg Krasilnikov
a232fa8d00 Bug #183908: Page missing at the new C/C++ project wizards 2007-04-25 12:22:10 +00:00
Anton Leherbauer
6f2a059c1a Add support for dynamic help context provider 2007-04-25 12:01:47 +00:00
Anton Leherbauer
dcc302a00d Fix for 183482: C Editor always re-opens file which was alreay open 2007-04-25 11:58:21 +00:00
Anton Leherbauer
b48dbe507a Fix for 183482: C Editor always re-opens file which was alreay open 2007-04-25 11:33:40 +00:00
Anton Leherbauer
f8a2192e8b Fix for 150404: [CommonNavigator] CDT Projects appear twice (in cooperation with Michael D. Elder) 2007-04-25 09:49:23 +00:00
Oleg Krasilnikov
75844814e9 Bug: NPE in preferences page 2007-04-25 08:55:11 +00:00
Oleg Krasilnikov
e9196ff2bb Bug #183940: cancelling project creation leaves files on disk 2007-04-25 08:38:53 +00:00
Mikhail Sennikovsky
3e71672938 Fix for [Bug 183863] Makefile generation is switched on for the target build in case of the managed build capable builder is being used for the configuration 2007-04-25 08:33:32 +00:00
Anton Leherbauer
8fde3d9842 Fix for 183653: While in CDT perspective CTRL^X of 1000 lines out of a 1500 line source file causes error 2007-04-25 08:27:30 +00:00
Oleg Krasilnikov
b913e933a9 Bug #183908: avoid NPE in case when Config Page is not created. 2007-04-25 07:54:51 +00:00
Markus Schorn
1d07593fd1 Fix for 183843 by Bryan Wilkinson, qualified base classes in index. 2007-04-25 07:36:17 +00:00
Markus Schorn
8fb26410f5 Testcase for bug 183930, comments in inactive code. 2007-04-25 07:22:02 +00:00
Doug Schaefer
0ead6fa666 Bug 182173 - My final fix to make sure the build environment settings get passed down to the external commands to properly find the compiler. 2007-04-24 23:59:47 +00:00
Mikhail Sennikovsky
03d6dd70f8 Small fix for the discovery mechanism 2007-04-24 21:05:44 +00:00
Doug Schaefer
f1bffec1a7 Bug 167098 - Patch for Bryan - Add support for C++ constructor instances. 2007-04-24 17:40:20 +00:00
Andrew Ferguson
8c367212a0 181936: upversion PDOM 2007-04-24 16:08:23 +00:00
Doug Schaefer
88ba8784c2 Strip off the wrapper script on the command line. 2007-04-24 15:47:21 +00:00
Andrew Ferguson
81eedf4bf3 181936: fix for support for function types 2007-04-24 15:43:57 +00:00
Oleg Krasilnikov
16626ae5e1 Bug #182820: check for "canExclude()" 2007-04-24 14:52:42 +00:00
Oleg Krasilnikov
b5f08dee89 Bug #182745 2007-04-24 14:27:56 +00:00
Mikhail Sennikovsky
b3b9b1afbd small build mechanism fixes 2007-04-24 13:43:03 +00:00
Markus Schorn
68ee7c7944 Fix for bug 172919, automatic reindex when defaultSettingsConfiguration changes. 2007-04-24 13:23:11 +00:00
Anton Leherbauer
d1713fd418 Fix for 178033: Language names are used inconsistently 2007-04-24 12:39:32 +00:00
Markus Schorn
2d963989a0 Fix for 172919, ui for selecting build configuration for indexer. 2007-04-24 12:32:15 +00:00
Anton Leherbauer
55e7256b86 Open Element: Fix missing location info for typedefs 2007-04-24 12:01:56 +00:00
John Cortell
8cf690c623 Add throws CDIException to new ICDIFormattable, as per Mikhail's recommendation. 2007-04-24 11:54:38 +00:00