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

88 commits

Author SHA1 Message Date
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
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
02dd15386f Folding bugs 248613 and 248716 2008-10-08 09:41: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
Emanuel Graf
45e948890f replace selection marker, test code is now valid cpp code. 2008-08-27 13:27:24 +00:00
Sergey Prigogin
d7229a14f2 Implementation of "Rename in File" 2008-08-12 03:39:54 +00:00
Emanuel Graf
95e813e03a fix for bug 241717: Extract Function not working with Counted Ptr
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241717
2008-07-23 09:22:22 +00:00
Emanuel Graf
647d9a147e 239059: Double & in signature of extracted functions 2008-07-02 12:42:53 +00:00
Emanuel Graf
030bdf48c4 Fix for bug 238554 Implement Method void parameters 2008-06-30 10:34:06 +00:00
Emanuel Graf
cba281ab15 pointer refence of the return value got lost, bug 238253 2008-06-25 09:36:31 +00:00
Markus Schorn
4e28c73769 Fixes parsing of declarations and new expressions, bug 84242+236856. 2008-06-18 12:16:19 +00:00
Markus Schorn
7e1f9c87fc Fixes for refactoring by Guido Zgraggen and Lukas Felber, bug 234783, 234786 and 234791. 2008-05-30 11:13:33 +00:00
Markus Schorn
f44c51e7d3 Fixes comment handling with preprocessor nodes by Emanuel Graf, bug 233438. 2008-05-23 14:26:46 +00:00
Markus Schorn
0502665ec0 Completes initial version of the extract function, by Emanuel Graf, bug 226484. 2008-05-16 09:55:55 +00:00
Markus Schorn
76f0566034 Fixes remaining failures of implement method, bug 226646. 2008-05-15 14:47:11 +00:00
Markus Schorn
6905e11d5d Improvements for Hide Method, by Emanuel Graf, bug 232291. 2008-05-15 14:39:55 +00:00
Markus Schorn
401d6e1845 Correct field access for getters and setters by Emanuel Graf, bug 232290. 2008-05-15 14:31:07 +00:00
Markus Schorn
4d9362d8a9 Fix for extracting template functions by Emanuel Graf, bug 229275. 2008-04-29 14:54:16 +00:00
Markus Schorn
92142d07e5 Whitespace adjustments in test data by Emanuel Graf. 2008-04-21 08:59:57 +00:00
Markus Schorn
cd48414961 Generate getters and setters by Emanuel Graf, bug 226658. 2008-04-16 13:59:50 +00:00
Markus Schorn
6df6c40158 Implement Method (work in progress) by Emanuel Graf, bug 226646. 2008-04-16 13:09:08 +00:00
Markus Schorn
d353a33638 Hide Method (work in progress) by Emanuel Graf, bug 226533. 2008-04-16 12:31:09 +00:00
Markus Schorn
ca61147d16 Extract Function (work in progress) by Emanuel Graf, bug 226484. 2008-04-16 10:19:55 +00:00
Andrew Ferguson
fd23b527a9 214596: apply fix 2008-03-18 18:01:29 +00:00
Andrew Ferguson
5ecca831d9 222954: fix default attribute 2008-03-18 17:36:52 +00:00
Andrew Ferguson
e4c3404795 222954: fix example 2008-03-18 15:35:27 +00:00
Andrew Ferguson
b75b0925fe 222954: apply fix 2008-03-18 15:26:50 +00:00
Markus Schorn
73869d3e94 Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), applied patch for extract constant (bug 181493). 2008-03-12 09:56:10 +00:00
Anton Leherbauer
d860addc6d Use new node selection API and fix for 220392: empty macro is not highlighted as a macro reference 2008-03-04 13:45:54 +00:00
Anton Leherbauer
8bc306225d Fix for 217918: CDT code formatter problems 2008-02-26 12:34:46 +00:00
Anton Leherbauer
d236e380c7 178601: Add whitespace options to preference UI 2008-02-21 16:02:42 +00:00
Anton Leherbauer
2b53efe517 Fix for 217435: Braces in macros confuse code formatter 2008-02-15 12:24:49 +00:00
Andrew Ferguson
c113b00476 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
Anton Leherbauer
952046381e Fix mark occurrences for template specializations 2008-01-31 14:50:16 +00:00
Anton Leherbauer
ccabb31c65 More mark occurrences tests and fixes 2008-01-25 10:08:32 +00:00
Anton Leherbauer
80613b3223 Follow up on 174597 2008-01-24 12:08:37 +00:00
Anton Leherbauer
0a8351dce8 174597: Code folding of compound statements (Patch by Elazar Leibovich) 2008-01-24 09:53:01 +00:00
Anton Leherbauer
c9c34a49b4 Fix for 214590: Code Folding issue 2008-01-18 08:38:21 +00:00
Anton Leherbauer
f2856c60ce Fix mark occurrences for destructors and template types 2008-01-14 15:00:15 +00:00
Anton Leherbauer
1ba6e6237a 159812: Mark Occurrences 2008-01-11 15:54:49 +00:00
Anton Leherbauer
d2c442c373 Fix for 214354: [code formatter] whitespace removed when declaring a variable and initializing it with a macro 2008-01-07 16:06:22 +00:00
Anton Leherbauer
643f6c20d3 Fix for 209203: Wrong global variables syntax coloring for template parameters 2007-12-07 09:37:17 +00:00
Anton Leherbauer
a37779e2bc Fix format test failure 2007-11-09 13:05:17 +00:00
Andrew Ferguson
24d37ac2e7 205182: fix example template to work from clean workspace 2007-10-30 13:50:30 +00:00
Andrew Ferguson
672ce65667 205182: apply fix and add example template 2007-10-25 14:45:39 +00:00
Anton Leherbauer
587bbaf41a Fix for 206801: [formatter] Bad formatting with nested template parameters 2007-10-22 09:22:59 +00:00