1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

2100 commits

Author SHA1 Message Date
David Daoust
d0cb4c3a58 fixed warning 2006-08-25 19:52:16 +00:00
Mikhail Sennikovsky
ce1a8b474e Fix for bug#150972 2006-08-23 12:24:14 +00:00
Mikhail Sennikovsky
27bd1c9fbe Patch from Sunil Davasam with fixes to make the "Project unsupported.." message be displayed only when neccessary for the "C/C++ Build" property page 2006-08-16 15:27:16 +00:00
Doug Schaefer
23daefc02e Dependencies didn't have their whitespaces escaped. This is needed for things like the Platform SDK. 2006-08-12 05:25:57 +00:00
Mikhail Sennikovsky
96cb849c2e Patch from Sunil Davasam with fixes to the UI tips dispplayed in the C/C++ Build Property page and "Manage Configurations" dialog 2006-08-04 15:07:17 +00:00
Anton Leherbauer
3b95e39b47 Minor fixes to Common Navigator
- Make managed project wizards appear in New menu
- Override clipboard and refactor actions from resourceContent to enable them for non-resources.
2006-07-19 13:52:18 +00:00
Markus Schorn
752e150205 Extracted content type specific code to one common class. 2006-07-12 09:36:45 +00:00
Chris Recoskie
7af727a38e fix for 99818 2006-07-05 18:10:23 +00:00
Anton Leherbauer
82bc1b486e Patch from Benoit Miller for Bug 148436 - Cannot change default text color in Makefile editor 2006-07-03 14:25:07 +00:00
Anton Leherbauer
ed4662692b Fix for bug 141295 - Avoid using deprecated extension point "documentCreation"
* Removed documentCreation extensions
* Removed IDocumentFactory implementations
* Removed PartiallySynchronizedDocument classes
* Removed private SetUpSynchronization methods from document providers
2006-07-03 09:49:47 +00:00
Anton Leherbauer
36c5a333f1 Common Navigator extensions - bug 140337 2006-07-03 09:11:48 +00:00
Chris Recoskie
fc4c6c5718 fix for 148439 NPE in build/clean selected files functionality 2006-06-26 13:21:00 +00:00
Mikhail Sennikovsky
d359b44186 Fixed revision to 3.1 2006-06-23 18:55:42 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
Mikhail Sennikovsky
74e3308a05 Fix for bugs 140854 and 147296 2006-06-16 10:00:46 +00:00
David Inglis
a94a0fef49 fixed for https://bugs.eclipse.org/bugs/show_bug.cgi?id=145602 2006-06-15 16:02:10 +00:00
Mikhail Sennikovsky
b3fa88e4c8 Fix for bug#147070 2006-06-15 14:55:53 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Chris Recoskie
b27f90989b copyright updates 2006-06-12 15:19:12 +00:00
Chris Recoskie
82bd8cc025 fix for 146254 by Beth Tibbitts 2006-06-12 13:27:58 +00:00
Mikhail Sennikovsky
27eee377fe Work-around fix for 145099 2006-06-09 15:25:49 +00:00
Chris Recoskie
49f74f1cb2 fix for 131063 2006-06-05 12:27:48 +00:00
Mikhail Sennikovsky
f4fc7d4d27 Fix for 141001: FileContextBuildMacroValues now implements Cloneable 2006-05-26 16:34:09 +00:00
Mikhail Sennikovsky
9e9b4fe3cd Fix to the externalized string 2006-05-26 15:57:31 +00:00
Mikhail Sennikovsky
3460bc971f Make user-defined includes and symbols appear first in the path entry list.
The current order is:
1. User values defined via options
2. User values defined via environment
3. Tool built-ins
2006-05-25 15:37:33 +00:00
David Inglis
634cd9cbf1 patch from Tianchao Li to fix bug # 136136 2006-05-25 14:33:29 +00:00
Chris Recoskie
d849fab5d1 fix for 137674 2006-05-24 19:51:30 +00:00
Doug Schaefer
9174d8ce58 Bug 141819 - Fix providers for some of the plugins. 2006-05-24 18:54:05 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
Chris Recoskie
c8e51d5da3 fix for 139663 2006-05-24 13:12:24 +00:00
Mikhail Sennikovsky
194e0d00b4 Making Strings translatable for the macro setting UI (bug# 139010) 2006-05-23 08:23:08 +00:00
Doug Schaefer
489d4ca139 Really turn off the ctags indexer. Now if the ctags indexer gets asked to run, it'll simply set the indexId of the project to the null indexer. Also cleaned up some of the magic constants in CCorePlugin. 2006-05-23 02:31:37 +00:00
Mikhail Sennikovsky
e55a3d34c0 additional target tool calculation fixes 2006-05-18 15:11:47 +00:00
Mikhail Sennikovsky
c39dabe4c2 target tool calculation now works when the targetTool is not specified with the tool-chain 2006-05-18 09:11:49 +00:00
Mikhail Sennikovsky
be6e4036d8 Changed the buildInfoVersion to 3.1 2006-05-15 15:06:42 +00:00
David Inglis
b2265fc025 fixed bug #141541 2006-05-15 14:07:07 +00:00
Mikhail Sennikovsky
3ca4a76b93 1. About.html update for the managed builder plug-ins
2. Enhanced error handling for Internal Builder invokation
3. The message is displayed now when the Internal Builder has nothing to build
2006-05-12 19:46:24 +00:00
David Inglis
9db611cefe patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 20:14:55 +00:00
David Inglis
5faf360a12 patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 18:31:37 +00:00
David Inglis
825bc6be8c patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 16:38:16 +00:00
Leo Treggiari
fef92c58ea Remove the .settings directory from the TestProjectConversion .zip file.
It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
2006-05-10 19:30:59 +00:00
Mikhail Sennikovsky
4a428df9d4 Do not cache settings sorred in project-scoped preferences. Work-around to bug#139911 to make the Internal Builder settings be properly restored on project import. 2006-05-10 15:48:12 +00:00
Mikhail Sennikovsky
918b130a5b Fix for browsing workspace functionality in the FileListControl: more smart linked resource and non-default project location handling 2006-05-05 11:05:33 +00:00
Mikhail Sennikovsky
20a2976398 Fix for browsing workspace functionality in the FileListControl 2006-05-05 10:29:16 +00:00
Chris Recoskie
ac1908c621 fix for 140211 2006-05-04 20:12:37 +00:00
Leo Treggiari
8810434b27 Apply patch for Bugzilla 139988 - fix resource tool id generation 2006-05-04 18:50:47 +00:00
Chris Recoskie
2f8833f31d remove unneccessary imports and format code 2006-05-04 15:22:27 +00:00
Chris Recoskie
efdd319587 further fixes for 139797 2006-05-04 15:07:28 +00:00
Chris Recoskie
f9320a494a further fixes for 139797 2006-05-03 18:57:11 +00:00