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

1065 commits

Author SHA1 Message Date
Anton Leherbauer
05c1dee1bc Fix for 194710: [Indent] Issue when case statement has a 'char' 2007-06-29 11:26:44 +00:00
Anton Leherbauer
8bc05fc9c1 Follow-up fix for 192412: [Indenter] Improve indenter heuristics
Fix for 194586: [Indenter] Indentation issue in class member funtion
2007-06-29 09:43:57 +00:00
Anton Leherbauer
771a1f3876 Fix for 194603: [formatter] deleting whitespaces between words while formatting 2007-06-29 09:32:52 +00:00
Anton Leherbauer
7b01c2bb3f Fix and test for 193461: [Editor] double-click to select the first word of a file does not work 2007-06-29 07:54:12 +00:00
Markus Schorn
bc30ad342a Fix for 193559, NPE in DOMAST View. 2007-06-21 13:02:19 +00:00
Markus Schorn
6d31000503 Fix for 193512, ArrayIndexOutOfBoundsException in DOMAST View. 2007-06-21 12:52:32 +00:00
Markus Schorn
ba7fc92b2e Fix for 126871, invalid auto-activation of content-assist after ':' and '>'. 2007-06-20 13:21:37 +00:00
Markus Schorn
6ecb92cf5b Attempt to fix 2 JUnit failures that occur on the build machine, only. 2007-06-19 12:26:44 +00:00
Anton Leherbauer
41bb71eaa4 Fix for 193298: [Indenter] Wrong indentation of bit fields 2007-06-19 11:26:20 +00:00
Anton Leherbauer
5adf724d8e Final fix for 192412: [Indenter] Improve indenter heuristics 2007-06-19 08:28:46 +00:00
Anton Leherbauer
d5b6be5359 Partial fix and tests for 192412 2007-06-18 14:40:09 +00:00
Markus Schorn
ff970aefd8 Fix + Testcase for 192787, proposal shows anonymous type of a parameter. 2007-06-18 13:00:51 +00:00
Markus Schorn
0975958fca Attempt to fix 2 JUnit failures that occur on the build machine, only. 2007-06-18 07:57:25 +00:00
Doug Schaefer
81bcb26800 Fix up copyrights. 2007-06-14 20:10:17 +00:00
Markus Schorn
00b6127937 Fix tests: avoid using getFocusControl(), returns null on build machine. 2007-06-14 09:45:42 +00:00
Markus Schorn
bd08d38101 Fixes linux-specific failures in the automated ui-tests. 2007-06-13 12:59:12 +00:00
Markus Schorn
33fc7cd057 Allows to relaunch testsuites from the JUnit view. 2007-06-13 11:21:02 +00:00
Anton Leherbauer
fdb43fb3c6 Fix auto-indent tests on non-wndows platforms. 2007-06-13 08:42:04 +00:00
Doug Schaefer
a22ef372aa Still trying to fix build errors caused by non UTF-8 characters. 2007-06-12 15:49:53 +00:00
Markus Schorn
5bdf330f79 Fixes some callhierarchy-tests for use with platform 3.3rc3. 2007-06-12 09:36:49 +00:00
Mike Kucera
2851469c4a fix bug #191498, [DOMAST] can't open external file by clicking on AST node 2007-06-07 18:34:49 +00:00
Andrew Ferguson
b92596a0ae 177917: have composite bindings also implement ICPPDelegateCreator 2007-06-07 12:28:01 +00:00
Anton Leherbauer
4271cea90d Fix for 191021: Code formatter fails in switch statement: indentation incorrect due to typecast 2007-06-06 11:04:25 +00:00
Markus Schorn
cda496da2c Fix for 190730, Navigating functions containing a typedef to an anonymous type in the parameter list. 2007-06-05 11:06:35 +00:00
Andrew Ferguson
d4e0d5c793 186736: add fix and regression test for case where the lhs of the operator is a pointer, and overloads should not be searched 2007-06-05 09:07:18 +00:00
Andrew Ferguson
67968c79f1 190664: expected label has changed 2007-06-04 12:58:05 +00:00
Anton Leherbauer
5717eb041f Fix and test case for 190296: Codecompletion is not working for std-classes and only restricted in own classes 2007-06-01 12:56:59 +00:00
Anton Leherbauer
b93703b14f Fix for 190184: [Formater] space before the open the opening brace in method declaration 2007-05-31 14:37:15 +00:00
Markus Schorn
b70999dc02 Adds a test case for parameter hints. 2007-05-31 11:55:46 +00:00
Anton Leherbauer
d8c6b82a23 Fix for 188007: Namespace indenting preference is not honored
Patch by Sergey Prigogin (Google)
2007-05-29 07:36:48 +00:00
Markus Schorn
c8dce15ce0 Extends fix for 180168 (using shared AST) to search.
Extends fix for 183973 (plain C in C++-project) to content-assist, hyperlink-detector, search and source-hover.
2007-05-25 09:23:10 +00:00
Markus Schorn
2504bc989e Fix for 183973, navigation in c++-projects with plain-c files. 2007-05-24 12:36:19 +00:00
Markus Schorn
bc57f26a7c Testcase for 183973, plain-c navigation in c++-project. 2007-05-24 09:29:14 +00:00
Anton Leherbauer
cada57636c Fix for 183220: line wrapping stops working for some expressions 2007-05-23 15:17:00 +00:00
Anton Leherbauer
df6b91eb37 Adjust content assist tests due to fix for bug 188010 2007-05-23 12:33:06 +00:00
Markus Schorn
90b17f0734 Fixes for call hierarchy tests 2007-05-23 11:16:09 +00:00
Markus Schorn
2bd73d2db8 Fix for 187792, handling ambiguities during 'Open Declaration' 2007-05-21 13:40:24 +00:00
Anton Leherbauer
9fb29e5239 Code cleanup 2007-05-21 12:41:17 +00:00
Markus Schorn
822bb6907a Fix testcases for 101287, navigation of variables. 2007-05-16 14:20:25 +00:00
Markus Schorn
3855937321 Fix for 86829, navigation of implicit class members. 2007-05-16 13:40:40 +00:00
Anton Leherbauer
6b196a807d Add test case for editing in new file 2007-05-16 08:41:13 +00:00
Markus Schorn
04647950ec Improvements for automated UI-Tests 2007-05-14 10:52:11 +00:00
Anton Leherbauer
d660f20353 Fix for 186729: Folding enablement does not always work reliable in CDT RC1 2007-05-14 10:34:24 +00:00
Anton Leherbauer
8fac735b74 Make template related parameter hint tests succeed (bug 172436) 2007-05-11 10:10:35 +00:00
Markus Schorn
e655142a3a Test-cases and follow-up for 183941, call hierarchy opened with declaration. 2007-05-10 14:23:59 +00:00
Chris Recoskie
a5b43c9ac5 RESOLVED - bug 185409: ctrl-click is hardcoded to use C++ keywords
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185409

Patch from Mike Kucera
2007-05-09 22:03:53 +00:00
Anton Leherbauer
4b8aaf5b23 Fix template completion test related to bug 172436 2007-05-09 14:25:07 +00:00
Anton Leherbauer
f303c6143a Fix for 184466: UI Jobs refer to deleted projects in the ui tests 2007-05-07 09:50:27 +00:00
Doug Schaefer
570ffcfacb Bug 184500 - Patch for Bryan cleaning up uses of IScope. 2007-05-03 14:45:00 +00:00
Anton Leherbauer
ac998c44d7 Add test case for 183814 2007-05-02 13:32:07 +00:00