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

7668 commits

Author SHA1 Message Date
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
Sergey Prigogin
d62a7dc8a6 Code cleanup. 2008-09-22 01:23:03 +00:00
Sergey Prigogin
4db6d9faee Code cleanup. 2008-09-22 00:59:53 +00:00
Markus Schorn
09bd5ef8cb restrict is not a C++-keyword, bug 228826 2008-09-17 13:31:15 +00:00
Markus Schorn
a552aa1760 fix warnings. 2008-09-17 11:03:59 +00:00
Markus Schorn
6c564a4f8c Add since tags. 2008-09-17 11:00:18 +00:00
Markus Schorn
61e982cc55 Modifications not stored in .cproject, bug 246364 2008-09-17 09:15:19 +00:00
Markus Schorn
e43c9eb5a9 Follow up for symbolic links in include search path, bug 246524. 2008-09-17 09:15:13 +00:00
Sergey Prigogin
2e490426a7 Fixed compiler warnings. 2008-09-15 06:35:52 +00:00
Sergey Prigogin
9167b518f8 Fixed a typo. 2008-09-15 00:38:32 +00:00
Emanuel Graf
76159f066d FIXED - bug 246921: NPE in ChangeGenerator when extracting constant
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246921 patch from Tom Ball
2008-09-11 19:29:59 +00:00
Chris Recoskie
91141bd408 RESOLVED - bug 234860: New Project Wizard using "folders" for project type selection is totally unintuitive
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234860
2008-09-11 15:48:14 +00:00
Sergey Prigogin
00a2461140 Bug 108489. 2008-09-10 22:40:19 +00:00
Sergey Prigogin
8ab0defef2 Bug 230214. 2008-09-10 20:54:09 +00:00
Emanuel Graf
06eb3b7f29 FIXED - bug 246061: [Refactoring] why can I select a visibility when extracting a const
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246061
2008-09-10 14:36:22 +00:00
Markus Schorn
4e8f520b7c Symbolic links in include search path, bug 246524. 2008-09-08 15:17:57 +00:00
Vivian Kong
6f6afbdada Bug 234952 - truncation in Macro Expansion hover 2008-09-08 14:08:37 +00:00
Anton Leherbauer
18aa42e195 Bug 246363 - IllegalArgumentException while typing 2008-09-08 11:00:22 +00:00
Markus Schorn
cce773e663 Handles keywords in expression evaluator, bug 246369. 2008-09-08 08:39:33 +00:00
Markus Schorn
8d99a621b3 Handles 'true' and 'false' in expression evaluator, bug 246369. 2008-09-08 08:06:20 +00:00
Anton Leherbauer
6184a53e92 Bug 244050 - AssertionFailedException in QuickDiff prevents save 2008-09-05 10:32:14 +00:00
Emanuel Graf
507c732870 FIXED - bug 246058: [Refactoring] issues generating getters setters with 2 classes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246058
2008-09-05 09:41:08 +00:00
Emanuel Graf
4cdb7e40c9 FIXED - bug 246062: [Refactoring] NPE extracting a constant from an inlined method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246062
2008-09-05 09:33:57 +00:00
Anton Leherbauer
21c07ecee5 Bug 242335 - Eclipse Ganymede hangs on startup - follow up 2008-09-05 08:19:56 +00:00
Markus Schorn
7046aff5b1 Using index for rename refactoring started off the editor, bug 245636. 2008-09-04 09:28:36 +00:00
Mike Kucera
07a880257d fix for bug 245443, standalone indexer needs to provide a Scanner Info object when parsing files up front 2008-09-03 21:22:02 +00:00
Markus Schorn
8e72b07f59 Syntax error with constructor initializer, bug 245070. 2008-09-03 09:49:53 +00:00
Markus Schorn
f39d829c21 Correct hashCode and equals for special nodes in call hierarchy, bug 244987. 2008-09-02 12:45:04 +00:00
Markus Schorn
db8b15aacf NPE invoking rename refactoring, bug 244866. 2008-09-02 11:15:55 +00:00