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

1335 commits

Author SHA1 Message Date
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
Markus Schorn
c9559f3327 Minor improvement for call hierarchy tests. 2007-05-02 10:43:00 +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
417e9c0d70 Fix for 184042, updating index considers changes in configuration. 2007-04-26 14:03:25 +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
Markus Schorn
f7f9021075 Fix for 104583, part I, indexer policy core implementation 2007-04-20 11:57:20 +00:00
Anton Leherbauer
43f5e1eb30 Test case for bug 109480 2007-04-19 09:41:38 +00:00
Anton Leherbauer
b9d5827fc8 Auto-insert semicolon after array or struct initializer 2007-04-18 14:41:34 +00:00
Anton Leherbauer
714779e918 Avoid debug output in test 2007-04-17 14:20:08 +00:00
Markus Schorn
260056beb7 Improvements to Call Hierarchy tests. 2007-04-17 08:48:57 +00:00
Doug Schaefer
a6b615d032 Patch for Bryan - 167098 - support for method and constructor templates. 2007-04-16 15:34:54 +00:00
Andrew Ferguson
2304aeb618 181735: fix a regression, and some (newly exposed) syntax errors in the unit tests 2007-04-14 11:15:55 +00:00
Anton Leherbauer
79b7c29c9c Cleanup temporary file 2007-04-06 12:44:45 +00:00
Anton Leherbauer
774369a532 Tentative fix for 177158: [Editor] Provide highlighting support for references to external SDK 2007-04-06 12:02:02 +00:00
Anton Leherbauer
d358ef7a36 Fix formatter alignment of conditionals and initializer lists 2007-04-06 11:56:48 +00:00
Anton Leherbauer
82b9f0cd2f Fix auto-insert of closing brace with semicolon for anonymous declarations 2007-04-06 11:54:18 +00:00
Doug Schaefer
d2c7393544 Patch for Bryan - 180885 - handles content assist of names after parens which is ambiguious in C. 2007-04-04 15:58:48 +00:00
Anton Leherbauer
9bce2681b6 Add tests for bugs 180885 and 180883 2007-04-04 11:26:54 +00:00
Anton Leherbauer
39d2e909be Fix for 180531: [editor] pasted text loses formatting 2007-04-03 14:07:15 +00:00
Anton Leherbauer
a71f94b6dc Fix for 180433: [Editor] Highlighting of preprocessor directives is bogus 2007-04-02 08:04:26 +00:00
Anton Leherbauer
92a86b658e Fix for 178026: insert semi-colon when auto-inserting closing brace for class, union, struct and enum 2007-03-23 11:36:27 +00:00
Anton Leherbauer
1ae4154fb6 Fix formatter issue with semicolons in for stmt 2007-03-21 15:03:29 +00:00
Anton Leherbauer
2dfdde8c56 Fix for 173872: ASTProvider locked up waiting on a notify() 2007-03-21 14:45:58 +00:00
Anton Leherbauer
4ccfdf9b6f Remove expected failure from 3 completion tests which actually pass 2007-03-20 11:44:19 +00:00
Doug Schaefer
9b349bc02e Patch for Bryan bug 90036. Improve support for namespaces by adding the :: after the namespace name. 2007-03-20 00:52:50 +00:00
Doug Schaefer
00987cb6b2 Patch for Bryan Wilkinson as part of 167098, adding support for templates in the PDOM. 2007-03-19 21:05:46 +00:00
Markus Schorn
1826061129 Use IIndexManager instead of PDOMManager wherever possible. 2007-03-19 17:02:27 +00:00
Markus Schorn
35f9b7f4a5 Consolidate IPDOMManager vs. IIndexManager 2007-03-19 16:46:11 +00:00
Anton Leherbauer
c1ffe188e8 Disable test output 2007-03-16 13:55:51 +00:00
Anton Leherbauer
ca89f453d0 Fix for 177457: Invalid syntax coloring of macros
and 171675: Syntax Coloring & Macro arguments
2007-03-16 13:38:20 +00:00
Markus Schorn
609472bf8f Fixes occasional failures of selection tests. 2007-03-14 15:59:39 +00:00