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

10705 commits

Author SHA1 Message Date
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
Sergey Prigogin
5fb38d3912 Bug 363244. Fixed the case when newly inserted nodes are wrapped in
ContainerNode.
2011-12-22 19:59:10 -08:00
Anton Leherbauer
adc46fe221 Bug 367403 - [preferences] C/C++ editor does not respect high contrast settings 2011-12-22 16:39:38 +01:00
Markus Schorn
cfb47f9a65 Bug 365981: Undetected syntax failure instantiating function template 2011-12-22 11:25:27 +01:00
Anton Leherbauer
c722cc65cd Bug 365051 - Unreadable black source hover 2011-12-22 10:00:54 +01:00
Sergey Prigogin
fbffc783ba Bug 367117 - [formatter] cdt hangs when formatting c++ code. 2011-12-21 10:33:15 -08:00
Sergey Prigogin
0dcb27b1eb Bug 362442. Enabled test that is to failing anymore thanks to Markus'
fix.
2011-12-21 10:14:27 -08:00
Sergey Prigogin
df445a2f06 @Override annotations. 2011-12-21 09:59:42 -08:00
Markus Schorn
35a66ea763 Bug 332883: Auto type for range based for loop. 2011-12-21 18:03:31 +01:00
Markus Schorn
9e7125fb90 Bug 364920: NPE using call hierarchy 2011-12-21 15:13:12 +01:00
Markus Schorn
2dea3d4a33 Bug 362442: Considering all expansions for significant macros. 2011-12-21 13:56:49 +01:00
Andrew Gvozdev
d33a32f212 Merge remote-tracking branch 'cdt/master' into sd90 2011-12-20 11:36:24 -05:00
Andrew Gvozdev
8b235273b5 Scanner info provider to supply scanner info for headers 2011-12-20 11:35:36 -05:00
Andrew Gvozdev
0847bf37d8 More accurate check for resource existence accounting for variables. 2011-12-20 09:59:13 -05:00
Andrew Gvozdev
aa67c9cce3 Count "false" as a default value for boolean properties 2011-12-19 23:26:18 -05:00
Andrew Gvozdev
424d15432e Got rid of spurious wrench overlay for workspace provider when no such
extension exist.
2011-12-19 18:38:11 -05:00
Andrew Gvozdev
70d4b2a2a8 relative paths attribute changed to boolean ("keep-relative-paths") 2011-12-19 18:11:44 -05:00
Andrew Gvozdev
5793dcd405 Special handling of properties in equals() to account for default values 2011-12-19 13:09:23 -05:00
Anton Leherbauer
b680564684 Bug 367061 - Language mappings as created in a Helios project are ignored when imported in Indigo (backward compatibility issue) 2011-12-19 15:44:08 +01:00
Sergey Prigogin
5ee7759f72 Bug 319278 - Generate getters and setters handles arrays incorrectly. 2011-12-18 22:38:10 -08:00
Sergey Prigogin
d5f46dd429 @Override annotations. 2011-12-18 22:35:22 -08:00
Sergey Prigogin
29d3e83da0 Cosmetics. 2011-12-18 21:17:42 -08:00
Sergey Prigogin
f92fff3e50 Fixed MalformedTreeException. 2011-12-18 12:09:43 -08:00
Andrew Gvozdev
3429983cb4 JavaDoc 2011-12-17 12:14:36 -05:00
Andrew Gvozdev
afa71216dd JavaDoc ICConfigurationDescription 2011-12-17 11:59:20 -05:00
Andrew Gvozdev
cec50f2b6e Fixed API tooling errors. 2011-12-17 11:18:35 -05:00
Andrew Gvozdev
2559c118ec Removed unnecessary changes against master 2011-12-17 07:18:50 -05:00
Andrew Gvozdev
bbec91c5bc Merge remote-tracking branch 'cdt/master' into sd90 2011-12-17 07:17:00 -05:00
Andrew Gvozdev
7aacae4780 Nicer error log 2011-12-16 18:31:53 -05:00
Andrew Gvozdev
090af63d32 Fixed outer scope rule bug 2011-12-16 14:21:20 -05:00
Andrew Gvozdev
115f78f7aa LanguageSettingsSerializableProvider.serializeLanguageSettings(ICConfigurationDescription) 2011-12-16 12:48:53 -05:00
Andrew Gvozdev
60239b57ca Some clean-up and JavaDoc 2011-12-16 12:07:36 -05:00
Andrew Gvozdev
271e78c6a0 JavaDoc 2011-12-14 15:51:34 -05:00
Sergey Prigogin
8001fb923b Renamed the Messages class. 2011-12-14 12:25:37 -08:00
Sergey Prigogin
07c8578942 Bug 354727. Removed duplicated refactoring tests. 2011-12-14 12:20:47 -08:00
Andrew Gvozdev
9415c4d5b3 JavaDoc and one more unit test 2011-12-14 15:18:22 -05:00
Andrew Gvozdev
8715c43cde Consolidate usage of constants 2011-12-14 14:37:27 -05:00
Sergey Prigogin
c1e775df38 Deleted an unused class. 2011-12-14 00:52:24 -08:00
Sergey Prigogin
7c2b3208e1 Cosmetics. 2011-12-14 00:49:38 -08:00
Sergey Prigogin
8b3ce7c39a Code cleanup. 2011-12-14 00:48:19 -08:00
Sergey Prigogin
b8ac132da4 Removed an unused method. 2011-12-13 19:50:20 -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
Andrew Gvozdev
e64c995ff0 Separate extension and workspace providers inside implementation 2011-12-13 18:23:04 -05:00
Andrew Gvozdev
a34ad0edcf Do not save attributes id/name/class in properties 2011-12-13 04:44:07 -05:00
Sergey Prigogin
7b7b645804 Cosmetics. 2011-12-12 12:09:48 -08:00
Sergey Prigogin
c8a91faa25 Bug 366422 - C++11 standard headers missing from file types. 2011-12-12 12:09:15 -08:00
Andrew Gvozdev
8c7108d523 Fixed decorators in PE showing incorrectly for legacy (MBS provider) 2011-12-12 14:31:07 -05:00
Andrew Gvozdev
3713fcd080 JavaDoc 2011-12-11 21:47:24 -05:00