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

7496 commits

Author SHA1 Message Date
Sergey Prigogin
498e23827e Failing test cases for bugs 250582 and 250583. 2008-10-12 18:13:50 +00:00
Markus Schorn
37c141ceab Utility methods to work with virtual methods, bug 248846. 2008-10-09 14:06:00 +00:00
Anton Leherbauer
04fa1f9ff5 Bug 248041 - Code formatting problem with CPPUNIT - Partial Fix 2008-10-09 13:39:10 +00:00
Anton Leherbauer
f8fefa6ec2 Bug 185133 - [Editor] cannot open very large files in CDT Editor 2008-10-09 12:03:03 +00:00
Markus Schorn
67b68db542 Enforce pragma once semantics for headers shown in editor, bug 249884. 2008-10-09 11:21:52 +00:00
Anton Leherbauer
3f17f6cdbd Bug 235117 - [Editor] using F2 on a selection opens a hover containing 'null' 2008-10-08 15:00:38 +00:00
Markus Schorn
7a212506c0 Prevent error-popup for selection listeners, bug 243114. 2008-10-08 13:38:16 +00:00
Anton Leherbauer
02dd15386f Folding bugs 248613 and 248716 2008-10-08 09:41:24 +00:00
Markus Schorn
9bccca7417 Don't include directories, bug 243682. 2008-10-07 14:52:24 +00:00
Markus Schorn
4f6ab7cd2e Follow up for bug 249801. 2008-10-07 14:41:02 +00:00
Markus Schorn
2bfb47f111 Open Call Hierarchy for functions built with a macro, bug 249801. 2008-10-07 12:49:25 +00:00
Markus Schorn
21b5326fac ResourceLookup does not limit result to the provided projects, bug 249806. 2008-10-07 11:29:58 +00:00
Anton Leherbauer
71910194db Bug 249802 - C/C++ Editor goto matching bracket does not keep selection
Patch by Wieant
2008-10-07 07:44:32 +00:00
Anton Leherbauer
81fe52b68d Bug 245861 - [semantic highlighting] parser errors during editing leads to incorrect highlighting 2008-10-07 07:23:24 +00:00
Markus Schorn
22785eee86 Create dummy locations, when location no longer exists, bug 249769. 2008-10-06 13:43:23 +00:00
Markus Schorn
5a9b69c9ee Adds ICPPMethod.isPureVirtual(), bug 248865. 2008-10-06 09:22:25 +00:00
Markus Schorn
6b82deb626 Fix since tag. 2008-10-06 09:05:29 +00:00
Sergey Prigogin
af37b8985c Binary constants contributed by Thomas Holland. Bug 249698. 2008-10-06 05:40:07 +00:00
Sergey Prigogin
89f966e3ef Binary constants contributed by Thomas Holland. Bug 249698. 2008-10-06 05:33:10 +00:00
Sergey Prigogin
434637bb10 Binary constants contributed by Thomas Holland. Bug 249698. 2008-10-06 05:15:43 +00:00
Sergey Prigogin
4fb814778b StringBuffer -> StringBuilder 2008-10-06 04:49:33 +00:00
Sergey Prigogin
784d16daf0 Comment adjustment. 2008-10-04 23:53:06 +00:00
Markus Schorn
4f5b949a8c Instantiation adds superfluous qualifications, bug 249085. 2008-10-03 16:20:51 +00:00
Markus Schorn
86e44ca5fb Enable refactoring off macro in ifndef-statements, bug 248007. 2008-10-03 13:06:27 +00:00
Anton Leherbauer
934dd607b6 Further test improvement by James Blackburn, bug 196118 2008-10-03 12:25:31 +00:00
Markus Schorn
19e6cbdd0a Restore all view settings of include browser, bug 248143. 2008-10-03 11:38:54 +00:00
Anton Leherbauer
243ac4f836 Avoid deadlock in CDescriptorTests, Bug 196118 2008-10-03 10:46:01 +00:00
Anton Leherbauer
4044254d66 Fix copyright 2008-10-03 09:16:49 +00:00
Anton Leherbauer
ae9cb76e8f Improved test for bug 196118, by James Blackburn 2008-10-03 09:11:27 +00:00
Markus Schorn
c47ff4d34f Support for __func__, bug 247747. 2008-10-02 14:23:22 +00:00
Markus Schorn
c7cf3b3790 Add missing since-tag. 2008-10-02 11:47:39 +00:00
Markus Schorn
3e28b31ae1 Implementation to select resource for a location, bug 248419. 2008-10-02 11:36:51 +00:00
Anton Leherbauer
4796a78346 Bug 228653 - Minor editor scalability improvements 2008-10-02 10:57:09 +00:00
Warren Paul
cca64fca6c fixed bug #211142. 2008-10-01 20:46:28 +00:00
Warren Paul
87b4f009d3 fixed bug where types found in project include paths were not considered reachable. 2008-10-01 20:45:59 +00:00
Doug Schaefer
8da6bfb0f0 CModel element to model a build/indexer config. 2008-10-01 17:02:10 +00:00
Markus Schorn
deb0082dc5 Empty entry in combo of build properties, bug 248341. 2008-10-01 15:22:35 +00:00
Emanuel Graf
41f790c534 FIXED - bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177
2008-10-01 10:32:17 +00:00
Markus Schorn
a359eb6090 Implementation of an heuristics to resolve include files, bug 213562 2008-10-01 09:59:44 +00:00
Markus Schorn
ddd10d64c3 Fix API error. 2008-09-30 07:29:02 +00:00
Mike Kucera
0250835798 Added a method to DebugUtil that prints an object's properties 2008-09-29 16:43:02 +00:00
Sergey Prigogin
6aa77b925c Resolution of overloaded operators. Bug 248803. 2008-09-27 00:07:18 +00:00
Sergey Prigogin
d7dee70d25 Fixed cost calculation for const char& to char& conversion. Bug 248774. 2008-09-26 21:01:04 +00:00
Sergey Prigogin
fed63c785d Code formatting. 2008-09-26 18:17:23 +00:00
Emanuel Graf
55ac9ffc6a FIXED - bug 248238: Extract Method Produces Wrong Return Type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248238
2008-09-25 17:01:32 +00:00
Anton Leherbauer
cae0db4052 Bug 247274 - NullPointerException in Modules view 2008-09-24 10:35:38 +00:00
Anton Leherbauer
e9f1594821 Bug 194208 - [Editor] External TUs cannot be opened via drag'n'drop 2008-09-24 10:18:37 +00:00
Sergey Prigogin
3dae068c33 Added a dictionary of HTML tags. Bug 243687. 2008-09-23 05:48:57 +00:00
Sergey Prigogin
e593e311fa Bug 248149. 2008-09-22 16:24:55 +00:00
Sergey Prigogin
333f92bbe5 Bug 246936. 2008-09-22 03:58:58 +00:00