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

15751 commits

Author SHA1 Message Date
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
John Cortell
d8117374fc Befriend EDC plugin 2009-11-17 21:21:40 +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
John Cortell
b60a11baac Fixed EDC warnings 2009-11-16 22:10:42 +00:00
John Cortell
3a995bbbba Expose some packages to EDC 2009-11-16 21:14:33 +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
Mike Kucera
760126e883 Bug 295194 - [C99 Parser] class cast exception when parsing KnR syntax 2009-11-16 02:27:59 +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
Anton Leherbauer
450bef3a2c Bug 200418 - Mouse over struct/class member always fails 2009-11-13 10:02:30 +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
2b793aaf12 [294351] Fix comment 2009-11-12 14:15:21 +00:00
Marc Khouzam
48fb821c7d [294351] Add a default hover for DSF. 2009-11-12 14:06:54 +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
Andrew Gvozdev
de4fdf198f bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Fixed test cases not accounting for build variables in artifact name
2009-11-11 15:08:12 +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
Anton Leherbauer
9812bce837 [294351] Fix debug hover label 2009-11-11 10:45:25 +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
James Blackburn
1ae62f2a77 FIx warnings + generics (no functionality change) 2009-11-10 22:46:19 +00:00
James Blackburn
934fb1975d Fix for testDescription test. The test previously tried to set some includes on all setting entries on the root folder. In bug 229085 / 100844 libs are now contributed back as a LIRARY_FILE setting entry. Assert that storing includes in libs entry doesn't persist. 2009-11-10 22:40:01 +00:00