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

6259 commits

Author SHA1 Message Date
Mikhail Sennikovsky
513a224530 Fix for [Bug 183404] [Project Model] .cproject is growing blank lines 2007-05-02 11:35:46 +00:00
Oleg Krasilnikov
2b2e606049 Bug #184671: avoid old files deletion while creating project. 2007-05-02 11:23:19 +00:00
Oleg Krasilnikov
bdf0836e41 Add "setEnabled()" 2007-05-02 10:50:08 +00:00
Markus Schorn
c9559f3327 Minor improvement for call hierarchy tests. 2007-05-02 10:43:00 +00:00
Anton Leherbauer
eedf0b1e7a Fix semantic highlighting for included namespace definitions 2007-05-02 09:25:40 +00:00
Oleg Krasilnikov
999ef614bf Bug 184745 : disable CDT project 2007-05-02 07:16:12 +00:00
Doug Schaefer
babbd94dc7 Bug 184708 - fix NPE when the project had the default project location. 2007-04-30 20:27:01 +00:00
Doug Schaefer
a2ad72d8d3 Removed the CView and the Resource Navigator from the default C/C++ Perspective. 2007-04-30 16:06:10 +00:00
Mikhail Sennikovsky
86f509df7b 1. Library source path support for the build system settings
2. test-cases for the lib source paths
2007-04-28 18:08:28 +00:00
Mikhail Sennikovsky
a69ac5f57e Library source path support fo the core ICLibraryFile entry 2007-04-28 09:35:14 +00:00
Vivian Kong
3abcf010f8 for bug 169847 - standalone indexer 2007-04-27 21:34:26 +00:00
Vivian Kong
fe5583158b for bug 183847 - removing the platform check from GCC/GPPParserExtensionConfiguration 2007-04-27 15:29:00 +00:00
Oleg Krasilnikov
6ffd53dea0 Toolchains filtering implemented 2007-04-27 15:27:51 +00:00
Chris Recoskie
e129ae7c03 151850 (allow user to specify which parser/language to parse a given content type with)
Patch from Jason Montojo
2007-04-27 14:45:42 +00:00
Markus Schorn
5f1be363ee Change for 169847, facilitate remove indexing. 2007-04-27 14:24:15 +00:00
Markus Schorn
dccac113b7 Removes superfluous method PDOMName.resolveBinding(). 2007-04-27 14:17:14 +00:00
Markus Schorn
897d6b87e6 Simplification of fix for 184042, updating index for changes in configuration. 2007-04-27 13:41:47 +00:00
Andrew Ferguson
93ae2153c7 184216: add two missing composite template bindings 2007-04-27 12:58:21 +00:00
Andrew Ferguson
0bcf54bfc5 clean up warnings 2007-04-27 09:41:35 +00:00
Oleg Krasilnikov
82ab376180 Bug #182450 : TriButton update 2007-04-27 09:06:34 +00:00
Anton Leherbauer
51d62cd4f5 Fix for 184189: CReconciler exception 2007-04-27 09:05:30 +00:00
Oleg Krasilnikov
5afe61ff79 Copyright update 2007-04-27 08:06:18 +00:00
Oleg Krasilnikov
1d1583f9d3 Bug #183410: enhance CDT vars dialog 2007-04-27 08:03:25 +00:00
Anton Leherbauer
08d67267bc Limit visibility of index menu to cnature projects 2007-04-27 08:02:29 +00:00
Anton Leherbauer
b887f80850 Partial fix for 184066: [Project Explorer] Make C/C++ context menu and project explorer menu more similar (Patch by Sascha Radike <sradike@ejectlag.com>) 2007-04-27 07:44:59 +00:00
Anton Leherbauer
d239639cce Add check for null 2007-04-27 06:51:23 +00:00
Mikhail Sennikovsky
5a24d7c682 final fix for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 22:01:54 +00:00
Mikhail Sennikovsky
5961aaeb02 additional fix for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:50:47 +00:00
Mikhail Sennikovsky
e3448230ed 3d step for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:41:44 +00:00
Mikhail Sennikovsky
c58b1c80fb First step for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces 2007-04-26 21:24:04 +00:00
Mikhail Sennikovsky
279868fade Fix from Andrew Ferguson to the project creation with small updates 2007-04-26 20:15:44 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Andrew Ferguson
6741a8d019 183986: extract a Comparator from PDOMBinding 2007-04-26 16:41:39 +00:00
Markus Schorn
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +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
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
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
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
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
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