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

17179 commits

Author SHA1 Message Date
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
Ken Ryall
dcd0c58abf Bug 159955, enable the source not found editor for DSF. 2009-11-10 22:06:46 +00:00
Andrew Gvozdev
f3ca785ec5 bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Regression fixed (new build resource created for the same
resource)
2009-11-10 20:56:04 +00:00
Randy Rohrbach
7bd060b64d Bugzilla 294779. 2009-11-10 19:16:21 +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
Anton Leherbauer
7e5c056111 [294351] Fix leaking service tracker 2009-11-10 12:21:23 +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
Anton Leherbauer
cb50de1748 [294605] [disassembly view] Exception from toggle breakpoint action after viewer refresh 2009-11-10 09:24:44 +00:00
Anton Leherbauer
cddf441f70 Ignore all generated extension point html files. 2009-11-10 08:13:44 +00:00
Pawel Piech
695c6aab00 Bug 294351 - Add debug hover support for DSF 2009-11-10 00:08:13 +00:00
Pawel Piech
f6f269dcf3 Replaced an invalid assertion with a comment. 2009-11-10 00:02:54 +00:00
Marc Khouzam
060abcbbfd [294660] When we moved from DD to CDT, the test binaries stopped being updated in the workspace 2009-11-09 20:07:05 +00:00
Marc Khouzam
9b2ec95028 [275193] A typo slipped in. The default gdbserver should be "gdbserver" and not "gdbserver.7.1" which does not exist yet 2009-11-09 19:33:14 +00:00
Markus Schorn
57150dcb15 Function template ordering, bug 294539. 2009-11-09 17:47:02 +00:00
Mikhail Khodjaiants
8d5a128bc4 Bug 294448: Path Mapping dialog issues. Pass the content of the "Local file system path" field to the directory dialog. 2009-11-09 17:19:17 +00:00
Markus Schorn
dfc2e4f842 Safe type representation for index, bug 294306 2009-11-09 15:42:58 +00:00
Anton Leherbauer
fd76393f9e Bug 208522 - ProcessList only displays processes associated with a controlling terminal, patch by Boris Pruessmann 2009-11-09 14:44:25 +00:00
Sergey Prigogin
0c123289d2 Fixed indentation of pasted text. Bug 294566. 2009-11-09 07:30:32 +00:00
Sergey Prigogin
9ec2df2c3c Cosmetics. 2009-11-09 04:12:28 +00:00
Andrew Gvozdev
0fa6bf2bdc cleanup: spaces 2009-11-07 03:32:56 +00:00
Andrew Gvozdev
3957659789 cleanup only: Java generics, loops to enhanced, spaces, dead code 2009-11-07 03:04:24 +00:00
Andrew Gvozdev
1725ca8c6b bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Fix for BinaryParserPage from Marc-Andre Laperle
2009-11-06 19:44:23 +00:00