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

8523 commits

Author SHA1 Message Date
James Blackburn
bc7549cb14 Fix warnings + JavaDoc 2009-11-19 17:09:55 +00:00
James Blackburn
7e403feb06 Bug 295620 External Settings providers need some way of knowing what settings they provided previously 2009-11-19 17:08:09 +00:00
James Blackburn
1a924925c5 Bug 295602 "Export Settings" tab restore defaults should add the default exported paths from the Configuration 2009-11-19 15:16:53 +00:00
Anton Leherbauer
b0aa50581c Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files 2009-11-19 13:14:44 +00:00
Anton Leherbauer
44a799e535 Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files 2009-11-19 13:10:03 +00:00
Anton Leherbauer
1ba9b90d8f Bug 275609 - Files hidden in project explorer after applying source filter 2009-11-19 12:05:32 +00:00
James Blackburn
443be30a13 Bug 295571 resolve entries before exporting them 2009-11-19 11:35:39 +00:00
James Blackburn
db66939f7f Add @since 5.2 to IMAGE_FILE_MACHINE_AMD64 2009-11-19 09:21:36 +00:00
Anton Leherbauer
d7e60e1f59 Bug 295424 - Click ctrl+1, double-click on "No suggestions available" -> deletes part of the file 2009-11-19 09:10:23 +00:00
John Cortell
de6243d2de [235019] MinGW x64 (applied patch) 2009-11-19 08:39:12 +00:00
Anton Leherbauer
95c5fce830 Bug 270916 - Automatically close of quotes in preprocessor directives does not work 2009-11-19 08:38:47 +00:00
Sergey Prigogin
2318b0ea37 Fixed resolution of macros defined in bits/signum.h. Bug 295518. 2009-11-18 22:10:03 +00:00
James Blackburn
2a859b384c Bug 295436 changes to the environment in org.eclipse.cdt.core.prefs file on disk are not noticed by existing Project Descriptions. 2009-11-18 17:13:36 +00:00
Markus Schorn
6ce54bb401 Support for static assertions, bug 294730. 2009-11-18 17:02:01 +00:00
Markus Schorn
30fe21353c Removal of test cases specific to full indexer, bug 294864. 2009-11-18 16:40:18 +00:00
Markus Schorn
6205516e38 Indexer optimization, bug 292908. 2009-11-18 15:16:14 +00:00
Anton Leherbauer
897e40ab49 Bug 290499 - Generating Getter, Setter and Implementing Methods should by available through the Outline context menus
Patch by  Marc-Andre Laperle
2009-11-18 14:28:03 +00:00
James Blackburn
a50078bfdf Bug 265282 - Further issues with persistence issues
- Return StorableEnvironment to its former self
   - Add derived PrefsStorableEnviornment to persist and track environment changes in the eclipse preference store
   - Add tests and JavaDoc for issues discovered
2009-11-18 11:36:35 +00:00
Markus Schorn
68d9a584ff Removal of full indexer, bug 294864. 2009-11-18 11:27:01 +00:00
Markus Schorn
51ab620086 Compiler warnings. 2009-11-18 11:16:55 +00:00
Markus Schorn
3947de208b Search dialog improvements, bug 295168. 2009-11-18 08:41:19 +00:00
Markus Schorn
1cf5491c65 C/C++ search for operators, bug 295150. 2009-11-18 08:32:07 +00:00
Markus Schorn
f40c0fc481 C++0x: Right angle brackets, bug 261268. 2009-11-17 18:05:06 +00:00
Andrew Gvozdev
aca23fae0e bug 284295: Hardcoded semicolon separator when appending to native environment variables
Patch from Marc-Andre Laperle
2009-11-17 02:34:32 +00:00
Andrew Gvozdev
3b31890d4e bug 75078: [Error Parser] Compilation Warnings are interpreted as Errors
Patch from Christian W. Damus
2009-11-16 22:34:22 +00:00
Andrew Gvozdev
4b81040dd2 made abstract to avoid instantiation by JUnit 2009-11-16 22:27:11 +00:00
James Blackburn
3308a839d6 Related to fix for Bug 265282 -- don't lose previous unchanged environment on save. Add test. 2009-11-16 22:27:04 +00:00
James Blackburn
1987335bd2 Bug 265282 Environment persistence reload issues. Previously environment was loaded from the preference store and cached forever more. StorableEnvironment now has a handle on the ISerializeInfo so it can respond to external changes outside of CDT's realm. 2009-11-16 20:07:38 +00:00
James Blackburn
b6fa936b33 Add a helper method to create a project with a ICConfigurationDescription 2009-11-16 20:05:17 +00:00
Sergey Prigogin
678dae7850 Cosmetics. 2009-11-16 06:27:28 +00:00
Sergey Prigogin
3f8ba3ef71 Add Include fixes. Bugs 284669 and 295174. 2009-11-16 06:27:14 +00:00
Andrew Gvozdev
c60f642aa8 bug 287815: CDT New Class Wizard GUI should follow Eclipse UI Guidelines.
Additional patch from Marc-Andre Laperle
2009-11-13 22:01:04 +00:00
Markus Schorn
30e6d3f933 Bogus syntax errors, bug 295064. 2009-11-13 13:39:39 +00:00
Markus Schorn
c5d05dd874 Consider all declarations of a variable for determining its type, bug 294144. 2009-11-13 10:23:27 +00:00
Andrew Gvozdev
f3955789de Possible NPE if document element is empty 2009-11-13 03:40:15 +00:00
Markus Schorn
688c9b4aac Lookup in class scope for template ids, bug 294904. 2009-11-12 18:46:26 +00:00
Markus Schorn
c3d24bd1b4 Fixes a NPE, bug 294797. 2009-11-12 18:09:50 +00:00
Markus Schorn
18c73ee0f5 Simplification of binary expression parsing, bug 294029. 2009-11-12 17:45:31 +00:00
Marc Khouzam
b2d2eb2e19 Updated javadoc and comments 2009-11-12 14:01:56 +00:00
Andrew Gvozdev
d92de82c59 bug 287815: CDT New Class Wizard GUI should follow Eclipse UI Guidelines.
Patch from Marc-Andre Laperle
2009-11-12 03:49:41 +00:00
Sergey Prigogin
717dfc08a6 Moved two previously hidden preferences to CCorePreferenceConstants.java and made them public. 2009-11-11 20:34:00 +00:00
James Blackburn
6bfe13ffa0 - Prevent NPE opening Workspace resource selection dialog when path text doesn't resolve to workspace.
- Initial path shouldn't be null.
2009-11-11 14:45:17 +00:00
Markus Schorn
8370802243 Binding resolution with nested declarators, bug 294845. 2009-11-11 14:45:13 +00:00
Marc Khouzam
4ca22ab897 [294812] Preserve hover order to make sure we choose the best hover. 2009-11-11 14:32:37 +00:00
Markus Schorn
c6db7793a0 Preprocessor and Indexer independent of CodeReader, bug 294430. 2009-11-11 14:03:51 +00:00
Anton Leherbauer
3d72fc1408 Implement toString() for debugging, related to bug 294812 2009-11-11 10:46:10 +00:00
James Blackburn
a44d15b73d Keep workspace relative paths as absolute as before: ${workspace_loc:/proj/...} instead of ${workspace_loc:proj/...} 2009-11-11 09:45:04 +00:00
Markus Schorn
14d210a876 Let the lexer work on an abstract class rather than on char[], bug 294430. 2009-11-10 15:13:19 +00:00
Markus Schorn
ff4609c895 Ordering of files parsed up front, bug 294180. 2009-11-10 12:17:23 +00:00
Markus Schorn
f0383cf814 Further alignment of template argument deduction with c++-specification, follow up for bug 294539. 2009-11-10 10:57:12 +00:00