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

787 commits

Author SHA1 Message Date
Anton Leherbauer
5b7ebd2927 Cleanup some obsolete references to old parser 2007-10-16 10:37:25 +00:00
Anton Leherbauer
7cfc4446c3 Fix for 201548: [Editor] Need partition scanner for assembly content 2007-10-15 14:53:25 +00:00
Anton Leherbauer
35a31af9c6 Fix for 195641: CStructureCreator should be migrated to DOM parser 2007-10-11 09:41:48 +00:00
Anton Leherbauer
8c172d53d7 Make editing tests faster 2007-10-11 09:23:53 +00:00
Markus Schorn
3dd82904da JUnit-Tests: more reliable checking of asynchronous viewers. 2007-08-30 09:42:30 +00:00
Anton Leherbauer
e31cd6e520 Fix for 200961: [formatter] the formatter fails to break long constant initialization line
and 200959: [formatter] problem when breaking lines with throw() statement
2007-08-28 11:27:24 +00:00
Anton Leherbauer
c6c6199a06 Fix for 201330: code formater fooled by sizeof() 2007-08-28 09:55:26 +00:00
Markus Schorn
259d11d79b Fix for 201279, [Call Hierarchy] no indication for multiple calls 2007-08-28 09:24:35 +00:00
Anton Leherbauer
6996d6d478 Fix for 197494: Code formatter has problems with macros that contain access keywords 2007-08-20 11:42:57 +00:00
Markus Schorn
c6851a2543 Fix for 180883 and 197990, content assist before saving file. 2007-07-27 13:05:26 +00:00
Markus Schorn
0e4812b676 Testcase for 180883, no proposal for global variables before saving (plain C). 2007-07-27 09:01:27 +00:00
Doug Schaefer
2afd57655c Update changed plugins to 4.0.1. 2007-07-24 21:23:31 +00:00
Markus Schorn
f6b7c739ba Clean up usage of TestScannerProvider within the tests. 2007-07-20 10:02:03 +00:00
Andrew Ferguson
212cb73714 79193: fix rendering of external paths in C++ search page 2007-07-12 17:23:05 +00:00
Anton Leherbauer
39b2ea6eb4 Fix for 195942: [Formatter] for with empty expression causes confusion 2007-07-12 14:16:24 +00:00
Andrew Ferguson
d122e22f3d bug 196163: "Search again" does not clear previous results 2007-07-11 16:40:38 +00:00
Markus Schorn
8c8fddbf72 Fix and Testcase for 195822, failures navigating in modified buffers. 2007-07-10 11:34:12 +00:00
Anton Leherbauer
4439294790 Fix for 195481: [Editor] Include header not highlighted if no space in between 2007-07-06 09:32:51 +00:00
Markus Schorn
b21be9a7d0 Fix for 167100, using include guards outside of header. 2007-07-05 15:38:20 +00:00
Anton Leherbauer
ad07d96464 Test case for 195246: Formatter problem with sizeof expression 2007-07-04 13:30:21 +00:00
Markus Schorn
c00f123a5f Fix for 193779, name resolution shall ignore bindings without declarations. 2007-07-04 13:30:13 +00:00
Anton Leherbauer
8ecd3b539e Fix for 194585: [Indentation] of nested brackets inside an array declaration > inside an array declaration. 2007-07-04 13:12:56 +00:00
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