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

4058 commits

Author SHA1 Message Date
Sergey Prigogin
fde8885c8a @Override annotations. 2012-01-06 20:04:48 -08:00
Sergey Prigogin
72e04f5ead Removed obsolete classes. 2012-01-06 20:03:33 -08:00
Sergey Prigogin
b1013baa60 @Override annotations. 2012-01-06 20:03:12 -08:00
Andrew Gvozdev
911ecee8eb bug 279502: User friendly icons under Includes node in Project Explorer 2012-01-06 18:42:44 -05:00
Sergey Prigogin
3e5942e142 Code streamlining. 2012-01-06 10:25:06 -08:00
Sergey Prigogin
be46e98db2 Renamed AddDeclarationNodeToClassChange to ClassMemberInserter. 2012-01-05 20:46:26 -08:00
Sergey Prigogin
046c25fadb Visibility ordering within a class declaration. 2012-01-05 20:46:20 -08:00
Sergey Prigogin
6da58da8f8 Code streamlining. 2012-01-05 20:46:07 -08:00
Sergey Prigogin
1610de526e Cosmetics. 2012-01-05 20:46:00 -08:00
Andrew Gvozdev
7eb5d01ded bug 279502: User friendly icons for Paths&Symbols 2012-01-05 23:32:42 -05:00
Marc-Andre Laperle
d47055dbd7 Bug 367393 - [Implement Method] Refactoring wizard opens even if there
are no method to implement
2012-01-04 12:53:19 -05:00
Andrew Gvozdev
4edaac8cdd bug 367786: Filters from Outline View are missing in Project Explorer 2012-01-03 14:35:22 -05:00
Andrew Gvozdev
356728ade5 bug 367683: Filter to filter out anonymous structs 2012-01-03 13:46:33 -05:00
Marc-Andre Laperle
3bd21a03c4 [Outline] Add Collapse All button 2012-01-03 00:01:59 -05:00
Andrew Gvozdev
c099f67da4 @Override annotations 2011-12-30 15:51:00 -05:00
Sergey Prigogin
e3bdead668 Improved handling of blank lines when appending to a translation unit. 2011-12-29 18:15:35 -08:00
Sergey Prigogin
fbcb28a05b Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2011-12-28 18:10:22 -08:00
Sergey Prigogin
cc7de08d92 Variable name adjustments. 2011-12-28 18:09:10 -08:00
Sergey Prigogin
bb1c0a023f Bug 367391 - [Generate Getters and Setters] Going back and deselecting a
getter or setter doesn't affect subsequent code generations.
2011-12-27 14:23:12 -08:00
Sergey Prigogin
4db83cf4f1 Cosmetics. 2011-12-27 09:49:35 -08:00
Sergey Prigogin
8c7b24b130 @Override annotations. 2011-12-27 09:49:30 -08:00
Sergey Prigogin
227294f49a Bug 367473 - Rename refactoring without dialog leaks memory. 2011-12-27 09:49:24 -08:00
Sergey Prigogin
7559df0558 @Override annotations. 2011-12-27 09:49:18 -08:00
Anton Leherbauer
6e1ea34d7c Bug 367417 - IndexerPreferenceListener leaks CEditor instance 2011-12-23 10:45:25 +01:00
Marc-Andre Laperle
42e2c8c5f7 Bug 367467 - Generate Getters and Setters leaks memory 2011-12-22 23:52:36 -05:00
Anton Leherbauer
adc46fe221 Bug 367403 - [preferences] C/C++ editor does not respect high contrast settings 2011-12-22 16:39:38 +01:00
Anton Leherbauer
c722cc65cd Bug 365051 - Unreadable black source hover 2011-12-22 10:00:54 +01:00
Markus Schorn
9e7125fb90 Bug 364920: NPE using call hierarchy 2011-12-21 15:13:12 +01:00
Sergey Prigogin
5ee7759f72 Bug 319278 - Generate getters and setters handles arrays incorrectly. 2011-12-18 22:38:10 -08:00
Sergey Prigogin
29d3e83da0 Cosmetics. 2011-12-18 21:17:42 -08:00
Sergey Prigogin
c521604dd1 Bug 363244 - Generate Getters and Setters expands macro with typedef and
breaks formatting. The bug was fixed by minimizing areas of code
affected by the refactoring changes. This minimization had a huge ripple
effect.
2011-12-13 19:46:10 -08:00
Sergey Prigogin
18ec28be0f @Override annotations. 2011-12-13 19:46:04 -08:00
Sergey Prigogin
7b7b645804 Cosmetics. 2011-12-12 12:09:48 -08:00
Andrew Gvozdev
72bf0af67c @Override annotations and spaces 2011-12-10 16:47:53 -05:00
Sergey Prigogin
965c843140 Added file that was missing in the previous commit. 2011-12-06 10:09:05 -08:00
Anton Leherbauer
6a09168b81 Bug 365605 - Editor should reconcile also on save 2011-12-06 15:21:06 +01:00
Sergey Prigogin
253ba9ddef Bug 319279. Passing parameter and return value by reference. 2011-12-05 19:57:31 -08:00
Sergey Prigogin
693a79de5e Fixed typos. 2011-12-05 19:57:17 -08:00
Anton Leherbauer
672f318deb Bug 364942 - completion on include (ctrl+space) causes exception 2011-11-28 16:43:11 +01:00
Anton Leherbauer
fc0097f131 Bug 364943 - java.lang.StringIndexOutOfBoundsException exception observed 2011-11-28 16:43:07 +01:00
Markus Schorn
c83768bd6f Bug 363731: Call Hierarchy for address of overridden method. 2011-11-28 09:35:33 +01:00
Andrew Gvozdev
5c1a981cd7 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 18:14:36 -05:00
Sergey Prigogin
20693f80fd Helper methods for generation of getters and setters. 2011-11-15 15:58:37 -08:00
Sergey Prigogin
198d443e71 Cosmetics. 2011-11-15 11:02:20 -08:00
Sergey Prigogin
1f51445b8a Proper handling of class declarations located in cpp files. 2011-11-14 16:40:19 -08:00
Sergey Prigogin
0eddb7c8b3 Cosmetics. 2011-11-14 16:40:06 -08:00
Marc-Andre Laperle
3108f9efdf Bug 342498 - Pin Call Hierarchy View 2011-11-12 16:40:40 -05:00
Marc-Andre Laperle
8a1269053a Bug 363111 - Automatically generated explicit constructor has the
explicit keyword in constructor definition
2011-11-11 11:58:01 -05:00
Sergey Prigogin
5e3d2ee884 @Override annotations. 2011-11-10 20:14:04 -08:00
John Cortell
be238e7014 Bug 363328 - NPE in ChangeBuildConfigActionBase.fillMenu() 2011-11-09 09:25:30 -06:00