Markus Schorn
bac604f82e
Differentiating typeid-nodes from typeof-nodes.
2008-04-10 12:27:51 +00:00
Markus Schorn
3c104b3f4c
Fix warnings.
2008-04-10 11:58:41 +00:00
Markus Schorn
772a60e5b6
Fix warnings.
2008-04-10 10:03:29 +00:00
Markus Schorn
68db07fc5d
Extracted a constant.
2008-04-10 07:51:14 +00:00
Sergey Prigogin
94a11113b4
UI label adjustments.
2008-04-10 05:43:29 +00:00
Vivian Kong
39f7e3c038
Misplaced parenthesis in the New Project Creation Wizard in BIDI environment (bug 223670)
2008-04-09 20:36:32 +00:00
Mike Kucera
76beb6c750
cleaning up some warnings
2008-04-09 19:19:13 +00:00
Markus Schorn
9404ffb8d4
Removes head-less refactoring option, by Emanuel Graf, bug 225528.
2008-04-09 16:07:37 +00:00
Markus Schorn
3177d17585
Removes head-less refactoring option, by Emanuel Graf, bug 225528.
2008-04-09 16:06:05 +00:00
Markus Schorn
ce5aae6649
Change generator for nested AST-modifications, by Emanuel Graf, bug 226306.
2008-04-09 15:48:37 +00:00
Markus Schorn
5dacb8918f
Fixes potential NPEs.
2008-04-09 15:42:09 +00:00
Markus Schorn
e16bfb7409
Fix warnings.
2008-04-09 14:59:19 +00:00
Markus Schorn
445650299a
Externalized strings.
2008-04-09 14:12:46 +00:00
Markus Schorn
db17e565b9
Compound statement expression nested in binary expression, bug 226274.
2008-04-09 14:12:20 +00:00
Andrew Ferguson
fa65eafa16
226231: apply fix
2008-04-09 14:08:56 +00:00
Markus Schorn
b4636c8a3c
Fix warnings.
2008-04-09 12:09:35 +00:00
Markus Schorn
d5ad391d97
Comments in ChangeGenerator, by Emanuel Graf, bug 226251.
2008-04-09 11:51:43 +00:00
Markus Schorn
e4ae8a89a7
Javadoc for the ast-rewrite facility, by Emanuel Graf, bug 226239.
2008-04-09 11:46:22 +00:00
Markus Schorn
b5ad408a60
Team shared warning levels for core-plugin, fixed warnings.
2008-04-09 11:35:52 +00:00
Markus Schorn
a14a63c060
Increased warning levels for ui-plugin, fixed warnings.
2008-04-09 11:24:27 +00:00
Markus Schorn
89abaeb3e8
Increased warning levels for ui-plugin, fixed warnings.
2008-04-09 11:15:34 +00:00
Oleg Krasilnikov
d9d5293cf4
Bug #214194 : Adding a preprocessor symbol erases previously defined ones
2008-04-09 11:08:40 +00:00
Vivian Kong
7cdba08c06
bug 189008
2008-04-09 01:14:30 +00:00
Markus Schorn
be3d297959
Assembler labels, bug 226121.
2008-04-08 16:10:12 +00:00
Markus Schorn
52d3320503
Configure gcc-extensions as keywords, rather than macros, bug 226112.
2008-04-08 12:50:31 +00:00
Andrew Ferguson
61cc1a811f
224364: apply fix
2008-04-08 12:36:26 +00:00
Markus Schorn
3c78f0d8e1
Fix for omitted positive expression in conditional expression, bug 212905.
2008-04-08 11:41:44 +00:00
Markus Schorn
b7b91190f5
Use generics.
2008-04-08 11:05:59 +00:00
Markus Schorn
3529051832
Fix warnings.
2008-04-08 09:32:04 +00:00
Markus Schorn
7520c8821b
Guard against a potential endless loop.
2008-04-08 08:23:22 +00:00
Markus Schorn
7fd9e1e281
Correct indentation and copyright-notice.
2008-04-08 06:37:55 +00:00
Oleg Krasilnikov
0df76bd7b0
Bug #206231 : The usability of the Environment variables dialogs is poor.
2008-04-07 15:18:43 +00:00
Vivian Kong
e1cbe4d9da
add accessible listener to member menu tool bar (bug 189222)
2008-04-07 14:28:18 +00:00
Markus Schorn
ac29604de3
Moved an improved cache for include paths into the ASTFilePathResolver, where it can be reused with EFS, bug 225302.
2008-04-07 13:36:24 +00:00
Anton Leherbauer
3d6501658c
Fix for 225858: Code formatter differences from CDT 4.0.x
2008-04-07 10:53:36 +00:00
Anton Leherbauer
076444ffe0
Fix for 225773: long translations cover input dialog on new template dialog
2008-04-07 09:25:07 +00:00
Anton Leherbauer
25e5bf25be
Fix source hover control sticky behaviour
2008-04-07 08:44:40 +00:00
Sergey Prigogin
d44b8284b8
Fixed bug 225943.
2008-04-07 08:20:30 +00:00
Sergey Prigogin
edb7610220
Use isSameType instead of equals when looking up template type parameters in an argument map.
2008-04-07 06:29:05 +00:00
Sergey Prigogin
1a2abe7d43
More cleanup of template resolution code. Do not use clone.
2008-04-06 21:49:46 +00:00
Sergey Prigogin
e87ef6e31d
Removed an unnecessary check.
2008-04-06 01:01:19 +00:00
Sergey Prigogin
99731305db
Use generics.
2008-04-05 22:23:06 +00:00
Sergey Prigogin
5706933862
Adjusted wording.
2008-04-05 21:55:30 +00:00
Chris Recoskie
504602213a
Various changes for EFS
...
- Fixed many NPEs in the build system that occurred when IProject.getLocation() returned null
- Created new IStorage implementation (EFSFileStorage) for the editor which can handle EFS resources
- added some utility methods for handling EFS resources
2008-04-04 17:48:27 +00:00
Mike Kucera
5297a903b0
dummy name nodes no longer counted as problems when resolving ambiguous declarator
2008-04-04 15:12:22 +00:00
Andrew Ferguson
924e43ef60
add generic type to ObjectSet, ObjectTable
2008-04-04 13:51:07 +00:00
Anton Leherbauer
fc2be4a64b
Fix for 225326: Code formatter strips whitespace when it shouldn't
2008-04-04 08:11:04 +00:00
Anton Leherbauer
97170d3d09
Fix for 225316: CoreModel does not issue event when resolution of IInclude changes
2008-04-04 07:34:48 +00:00
Anton Leherbauer
dcf186c8c1
Improve strategy to re-query in ElementSelectionDialog, related to bug 211251
2008-04-04 07:34:07 +00:00
Anton Leherbauer
b7e830fccc
Fix for 225272: Problems with spawner and fast (Dual Core) machines
...
Patch by Johann Draschwandtner (Wind River)
2008-04-04 07:19:10 +00:00