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

1212 commits

Author SHA1 Message Date
Anton Leherbauer
c0cbc9010d Bug 261967 - Format produces error for __attribute__ ((__unused__)) flag 2009-01-22 10:33:11 +00:00
Markus Schorn
a091e59733 Removes the need to flush the cache of c-scopes, bug 259373. 2009-01-21 14:57:44 +00:00
Anton Leherbauer
a1e03d937a Bug 206271 - [formatter] confused by gcc __attribute__ defs
Bug 241819 - [formatter] Greater-than (>) in macros not formatted properly
2009-01-21 14:56:53 +00:00
Anton Leherbauer
f4ce07488d Bug 251406 - Make CSourceViewerConfiguration and friends public API 2009-01-13 15:25:14 +00:00
Markus Schorn
843732d750 Distinction of c- and c++ functions in call hierarchy, bug 260262. 2009-01-13 13:28:09 +00:00
Markus Schorn
98d291ebd4 Fixes a test-failure. 2009-01-13 13:13:41 +00:00
Markus Schorn
c80603bf86 Fixes a test-failure. 2009-01-13 12:01:30 +00:00
Emanuel Graf
e0cd7f1c94 FIX for bug 256242: Extract local variable refactoring doesn't avoid variable name collisions by Tom Ball https://bugs.eclipse.org/bugs/show_bug.cgi?id=256242 2009-01-07 09:08:08 +00:00
Markus Schorn
416bf3a0e0 Correcting IASTName.toCharArray(), bug 258054. 2008-12-19 12:19:16 +00:00
Emanuel Graf
cc2e7e1da5 FIXED - bug 245089: Enhancement: "Refactor" -> "Implement Method ..." should work for multiple methods
https://bugs.eclipse.org/bugs/show_bug.cgi?id=245089
2008-12-18 09:23:57 +00:00
Emanuel Graf
2f4ab93a0d FIXED - bug 257733: refactoring has problems with frozen AST
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257733
2008-12-18 08:46:58 +00:00
Anton Leherbauer
3b6edac852 Fix occasional test failures 2008-12-18 08:26:51 +00:00
Anton Leherbauer
2282b22c89 Fix parameter hints test case, related to bug 217043 2008-12-18 08:26:39 +00:00
Vivian Kong
8ffc518520 compile all test plug-ins into jars at root 2008-12-15 21:19:31 +00:00
Anton Leherbauer
317eef461a Attempt to fix nightly test failures 2008-12-15 13:40:13 +00:00
Anton Leherbauer
4eea923bc7 Bug 257700 - Wrong formatting of C++ class when using value of function pointer 2008-12-15 13:35:12 +00:00
Markus Schorn
60311183ca Missing type proposals in qualified names, bug 255898 2008-12-10 11:22:11 +00:00
Markus Schorn
f0c0936852 Content Assist after braces as part of macro expansion, bug 257915. 2008-12-10 09:03:15 +00:00
Anton Leherbauer
a7e14e4271 Bug 243567 - Missing parameter in code style UI 2008-12-09 10:57:49 +00:00
Mike Kucera
c595aa010e make selection tests easier to reuse 2008-12-05 20:37:45 +00:00
Anton Leherbauer
efc84f0131 Bug 255949 - Code Style Auto Formatter BackSlash character lost 2008-12-01 14:19:22 +00:00
Markus Schorn
14e574420d Improve labels in DOMASTViewer. 2008-12-01 09:18:50 +00:00
Anton Leherbauer
07a4580c0e Attempt to fix nightly test failures 2008-11-24 10:25:18 +00:00
Anton Leherbauer
7db7ce6ac9 Update bundle versions 2008-11-24 09:29:32 +00:00
Sergey Prigogin
536750e72b Extract local variable refactoring by Tom Ball. Bug 136713. 2008-11-24 05:53:17 +00:00
Sergey Prigogin
585e6cccbd Fixed a compiler warning. 2008-11-24 05:22:08 +00:00
Anton Leherbauer
cd8a4b82b0 Bug 244928 - follow up 2008-11-20 12:34:28 +00:00
Anton Leherbauer
9da49555f6 Bug 255018 - [editor] Highlight inactive code of unterminated #ifdef 2008-11-12 16:02:09 +00:00
Emanuel Graf
db3ef0bebe FIXED - bug 248622: Extract function fails to extract several expressions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248622
2008-11-11 15:20:14 +00:00
Markus Schorn
7fb63c36d6 Must not use ast visitor before ambiguity resolution, follow up for bug 253690. 2008-11-07 09:58:46 +00:00
Markus Schorn
bb8d3bd8a4 Fixes related to scalability with large array initializer, bug 253690. 2008-11-06 13:59:19 +00:00
Anton Leherbauer
c838e9f16d Bug 253039 2008-11-04 12:22:52 +00:00
Warren Paul
7056946b85 fixed NPE when no editor is open. 2008-10-29 23:24:12 +00:00
Markus Schorn
9ca7ade7ee Consider static functions in fall-back navigation, bug 252549. 2008-10-29 10:17:24 +00:00
Emanuel Graf
7d3fbffa1a Tests for bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177 Patch by Tom Ball
2008-10-27 10:01:41 +00:00
Anton Leherbauer
e4f3dd764f Bug 244054 - [formatter] macros after controlflow statements without braces: new line missing 2008-10-20 14:14:34 +00:00
Anton Leherbauer
f9a7cd90e1 Bug 250969 - Code Formatter removes necessary whitespaces 2008-10-17 09:19:49 +00:00
Markus Schorn
11972439bb Fix junit failures in AssistQuickFixTest 2008-10-13 09:22:14 +00:00
Markus Schorn
af5298bc3b Fix content-assist testcases. 2008-10-13 08:02:36 +00:00
Anton Leherbauer
02dd15386f Folding bugs 248613 and 248716 2008-10-08 09:41:24 +00:00
Markus Schorn
2bfb47f111 Open Call Hierarchy for functions built with a macro, bug 249801. 2008-10-07 12:49:25 +00:00
Anton Leherbauer
81fe52b68d Bug 245861 - [semantic highlighting] parser errors during editing leads to incorrect highlighting 2008-10-07 07:23:24 +00:00
Emanuel Graf
41f790c534 FIXED - bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177
2008-10-01 10:32:17 +00:00
Emanuel Graf
55ac9ffc6a FIXED - bug 248238: Extract Method Produces Wrong Return Type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248238
2008-09-25 17:01:32 +00:00
Emanuel Graf
06eb3b7f29 FIXED - bug 246061: [Refactoring] why can I select a visibility when extracting a const
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246061
2008-09-10 14:36:22 +00:00
Emanuel Graf
4cdb7e40c9 FIXED - bug 246062: [Refactoring] NPE extracting a constant from an inlined method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246062
2008-09-05 09:33:57 +00:00
Markus Schorn
7046aff5b1 Using index for rename refactoring started off the editor, bug 245636. 2008-09-04 09:28:36 +00:00
Markus Schorn
f39d829c21 Correct hashCode and equals for special nodes in call hierarchy, bug 244987. 2008-09-02 12:45:04 +00:00
Emanuel Graf
45e948890f replace selection marker, test code is now valid cpp code. 2008-08-27 13:27:24 +00:00
Mike Kucera
433174325e project settings import/export wizards, bug 242010 2008-08-12 18:29:20 +00:00