1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

9455 commits

Author SHA1 Message Date
Sergey Prigogin
57425dde44 Fixed a bug in renaming of virtual methods. 2010-09-19 21:42:50 +00:00
Sergey Prigogin
b937c5c50b Cosmetics. 2010-09-19 21:08:44 +00:00
Andrew Gvozdev
9e54b94108 bug 270326: console window displays black
Changed default console background to light gray (the case when preference store failed to initialize) to be able to troubleshoot the issue.
2010-09-19 04:27:04 +00:00
Andrew Gvozdev
4a17586a41 bug 270326: console window displays black 2010-09-19 03:36:46 +00:00
Andrew Gvozdev
6cfbdd8726 bug 319512: Missing type arguments on managedbuilder.core 2010-09-17 21:43:05 +00:00
Markus Schorn
200c531f33 Bug 156668: Implicit ctors for automatic variables. 2010-09-17 09:59:48 +00:00
Anton Leherbauer
ca68f6bb04 Bug 324905 - [Search] Show different colors to mark read and write accesses in Mark Occurrences
Patch from Patrick Hofer
2010-09-17 08:38:51 +00:00
Andrew Gvozdev
c5b4c65418 bug 307211: Different colors for info, warning and errors in the build console 2010-09-16 22:28:33 +00:00
Anton Leherbauer
e5a1e9060f Bug 323561 - Test cases 2010-09-16 15:06:24 +00:00
Anton Leherbauer
164c2c3331 Bug 323561 - No Doxygen template comments for extern "C" void myFunc(int param)
Patch from Marc-Andre Laperle
2010-09-16 15:06:09 +00:00
Markus Schorn
baee7308fe Bug 297457: Instantiation of std::endl. 2010-09-16 12:52:19 +00:00
Markus Schorn
83aed16ff8 Bug 324838: Workaround for platform issue in commenting code. 2010-09-16 11:37:58 +00:00
Markus Schorn
e18bd9cc26 Bug 325135: Navigation of function and template parameters. 2010-09-16 08:11:12 +00:00
Markus Schorn
4720831a18 Bug 85843: ADL for overloaded function sets. 2010-09-16 07:31:42 +00:00
Vivian Kong
3a89b51a37 Bug 324888 Need to subclass CSourceHover 2010-09-14 14:33:03 +00:00
Emanuel Graf
96b0cc259d Bug 323780: "Generate Getters and Setters..." crashes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323780 FIXED
2010-09-14 10:58:44 +00:00
Sergey Prigogin
82850038be Bug 318510 - Fixed an NFE reported by Marc-Andre Laperle. 2010-09-13 18:34:01 +00:00
Markus Schorn
4c1d5c5347 Bug 324853: Expression type for conditional expression. 2010-09-13 14:45:53 +00:00
Anton Leherbauer
c5aee0fe78 Bug 324813 - [Mac] Key binding conflict between Sort Lines and Show Source Quick Menu
Patch from Marc-Andre Laperle
2010-09-13 09:14:14 +00:00
Sergey Prigogin
f940989086 Bug 318510 - Lightweight rename refactoring. 2010-09-12 05:22:07 +00:00
Sergey Prigogin
b55cf8fa2e Cosmetics. 2010-09-12 03:05:27 +00:00
Sergey Prigogin
3d42e07c38 Cosmetics. 2010-09-11 22:50:43 +00:00
Sergey Prigogin
b54140929c Removed use of a deprecated class. 2010-09-11 22:47:19 +00:00
Sergey Prigogin
fec2b53d77 Removed use of a deprecated class. 2010-09-11 22:44:44 +00:00
Sergey Prigogin
1d45ebec18 Bug 324232 - CElementHyperlinkDetector blocks UI thread waiting for an AST 2010-09-11 18:25:29 +00:00
Sergey Prigogin
b24433c8de Removed use of a deprecated class. 2010-09-11 18:01:09 +00:00
Markus Schorn
0b6dc5ff4b Bug 324842: Testcase. 2010-09-09 13:43:12 +00:00
Markus Schorn
e378c67b8a Bug 324096: Function parameter packs in non final positions, c++ issue 818. 2010-09-09 12:03:39 +00:00
Markus Schorn
737591823b Bug 324096: Update for initializer lists, c++ issue 990. 2010-09-09 10:01:16 +00:00
Markus Schorn
7c42d26023 Bug 324096: Follow up on update to overload resolution. 2010-09-08 15:17:24 +00:00
Markus Schorn
14e55ae664 Bug 324384: Adjusted testcase. 2010-09-08 09:54:42 +00:00
Markus Schorn
f8a5d13356 Bug 324096: Use value categories in overload resolution. 2010-09-08 09:35:41 +00:00
Anton Leherbauer
1a7e872a93 Follow-up fix for bug 323971 - don't remove whitespace inside string 2010-09-07 12:25:15 +00:00
Anton Leherbauer
aa18aab4a0 Follow-up fix for bug 323971 - don't indent inside string 2010-09-07 09:19:31 +00:00
Markus Schorn
77a4148807 Bug 324384: Content assist in invalid K&R parameter decl. 2010-09-06 14:16:18 +00:00
Markus Schorn
703afbd706 Bug 324096: [C++0x] Value categories. 2010-09-06 13:52:47 +00:00
Markus Schorn
55296a05be Bug 324384: Content assist within K&R style function definition. 2010-09-06 13:48:54 +00:00
John Cortell
7b7c0e00fd Fixed warnings (treated as errors now) 2010-09-02 17:11:05 +00:00
Markus Schorn
97428465a4 Bug 324262: Remove command for 'Open Definition'. 2010-09-02 07:08:18 +00:00
Markus Schorn
1e7636523a Bug 324214: Overload resolution with method template and global function. 2010-09-01 15:44:56 +00:00
Anton Leherbauer
53b2b45d96 Bug 323971 - [C++0x] Editor support for raw string literals 2010-09-01 14:59:43 +00:00
Anton Leherbauer
6a00f7487a Bug 324031 - Indentation problems with typedef and enum 2010-09-01 06:05:49 +00:00
Markus Schorn
17241dc891 Bug 316317: [C++ 0x] Local and unnamed types as template arguments. 2010-08-31 12:02:51 +00:00
Markus Schorn
4adeb3cefb Replace usage of ASTSignatureUtil by ASTStringUtil. 2010-08-31 10:17:25 +00:00
Markus Schorn
2475fe0010 Bug 316311 - [C++0x] Raw and unicode string literals 2010-08-30 15:55:14 +00:00
Markus Schorn
9505f9ea9e Bug 316308 - [C++0x] Explicit conversion operators 2010-08-30 08:15:10 +00:00
Sergey Prigogin
6be0d2175e Icons for lightweight rename refactoring. 2010-08-30 04:00:40 +00:00
Sergey Prigogin
72fda063fc Removed use of a deprecated class. 2010-08-30 03:41:19 +00:00
Sergey Prigogin
6ce6a419c8 Removed use of a deprecated class. 2010-08-30 03:40:33 +00:00
Sergey Prigogin
34dd5e451f Removed use of a deprecated class. 2010-08-30 03:39:19 +00:00