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

8846 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
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
Markus Schorn
57150dcb15 Function template ordering, bug 294539. 2009-11-09 17:47:02 +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
Anton Leherbauer
fcbf489459 Bug 177018 - Move actions to new top level Source menu 2009-11-06 13:58:49 +00:00
Andrew Gvozdev
9136250827 cleanup only: Java generics + enhanced loops 2009-11-05 15:46:04 +00:00
James Blackburn
606c0a5e4f Bug 294046 Improvements to FileListControl
(multi-select, copy, paste, undo, redo, proj.rel paths, fix warnings).
2009-11-05 13:42:16 +00:00
James Blackburn
a138124097 Bug 294316 RadioButtonsArea should update cache'd value when #setSelectedButton(int) is called 2009-11-05 13:19:50 +00:00
Markus Schorn
4d1f5c0b4d Failing testcase for bug 294306. 2009-11-05 13:15:49 +00:00
Emanuel Graf
e0573bc36d Provide a meaningful message if file is not on the build path. 2009-11-05 12:28:20 +00:00
Emanuel Graf
8b299df1e4 Provide a meaningful message if CRefactoring.checkInitialConditions() find an Error 2009-11-05 09:51:55 +00:00
Mike Kucera
7400462cd0 Bug 293079 - Allow new C/C++ project wizard extension 2009-11-04 16:39:44 +00:00
Markus Schorn
daef4a8c6f Add include for methods, bug 239991. 2009-11-04 15:51:06 +00:00
Markus Schorn
8120ebe44f Array size determined by initializer expression, bug 294144. 2009-11-04 15:19:56 +00:00
Andrew Gvozdev
fa2c3fcdd0 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Non-64 version being deprecated
2009-11-04 15:00:30 +00:00
Andrew Gvozdev
24ce2c4fb4 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
2009-11-04 14:47:43 +00:00
Andrew Gvozdev
d046afcb84 bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Initial copy of non-64 MachO BinaryParser files
2009-11-04 14:33:52 +00:00
Markus Schorn
4d329afecd Mac specific kbd-shortcut, bug 294151. 2009-11-04 10:50:38 +00:00
Markus Schorn
7ac0ae1e69 More tracing for files indexed up front. 2009-11-04 10:46:30 +00:00
Markus Schorn
f43e16c9ea CV-Qualifiers and arrays, bug 293982. 2009-11-03 18:35:47 +00:00
Markus Schorn
29e5a63132 Function declared by use of a typedef, bug 86495. 2009-11-03 15:15:50 +00:00
Emanuel Graf
1b08bd261f FIXED - bug 290110: Source-> Implement Method
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290110
2009-11-03 13:52:32 +00:00
Markus Schorn
e620619660 Function declarations with typedefs in C, bug 86495. 2009-11-02 14:31:18 +00:00