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

1069 commits

Author SHA1 Message Date
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
Anton Leherbauer
1a4d4ec79e Improve formatter problem reporting 2007-03-14 14:25:49 +00:00
Anton Leherbauer
cb14d91f76 Fix formatter issues with string literal concatenation 2007-03-12 15:36:44 +00:00
Anton Leherbauer
509a6ce37e Fix for Bug 176706 - Save file problem 2007-03-12 09:40:55 +00:00
Andrew Ferguson
b2b1287072 109724: apply patch for Bryan Wilkinson 2007-02-26 09:06:51 +00:00
Andrew Ferguson
58342e9fad 175267 - reenable failing test 2007-02-26 08:58:19 +00:00
Andrew Ferguson
8429b3fcd5 175275 (facilitate case-insensitive search of b-tree indices): apply fix 2007-02-23 17:05:44 +00:00
Markus Schorn
96edd98a49 Testcase for bug 175267, NPE accessing composite bindings. 2007-02-23 14:18:23 +00:00
Anton Leherbauer
71628f81e4 Fix for Bug 174840 - IASTCompletionContext finds duplicate bindings (Patch by Bryan Wilkinson) 2007-02-22 11:19:01 +00:00
Markus Schorn
335ae395bd Fix for 174809, anonymous types in content assist. 2007-02-22 10:29:39 +00:00
Markus Schorn
5dfbff2013 Fix for 166991, indexer preferences and project specific settings. 2007-02-21 10:42:01 +00:00
Andrew Ferguson
14737740c6 add unit test for bugzilla 174809 2007-02-20 17:10:28 +00:00
Anton Leherbauer
c9ea66eaaf Follow-up fix for bug 72824 - Missing proposals in method definition context 2007-02-19 15:27:38 +00:00
Anton Leherbauer
b81075824d Fix for Bug 173837 - source formatter has problems with exception specifications 2007-02-19 15:25:32 +00:00
Anton Leherbauer
dcff673b3e Fix for Bug 72824 - [Content Assist] Content Assist erases code (Patch by Bryan Wilkinson) 2007-02-19 08:42:34 +00:00
Vivian Kong
ac5bca2e7b Patch from Mike for Bug 174486 2007-02-16 19:25:32 +00:00
Markus Schorn
b586e2a932 Fixes a few warnings. 2007-02-14 10:30:46 +00:00