1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

8123 commits

Author SHA1 Message Date
Sergey Prigogin
9742045d4a Cosmetics. 2009-05-09 03:31:07 +00:00
Sergey Prigogin
1c93d8ad9e Second test case for bug 272848. 2009-05-09 02:06:44 +00:00
Sergey Prigogin
59fd518713 A test for Add Include. 2009-05-09 00:45:10 +00:00
Sergey Prigogin
78ff7d9795 Added checks to prevent insertion of duplicate 'using' declarations. 2009-05-09 00:14:18 +00:00
Mike Kucera
316236278a [275373] [Standalone Indexer] NoClassDefFoundError when indexing 2009-05-07 20:23:29 +00:00
Sergey Prigogin
5ffd696f08 Fixed a typo. 2009-05-07 14:56:54 +00:00
Anton Leherbauer
e193a98b1f Fix empty PE if Resource elements disabled, related to bug 270103 2009-05-07 11:50:01 +00:00
Sergey Prigogin
973efe1f3e Fixed NPE. 2009-05-07 07:08:49 +00:00
Sergey Prigogin
63d969e8fb Selection of default template based on project type. Bug 238195. 2009-05-07 06:59:42 +00:00
Sergey Prigogin
deeb5db9ae Extensive rewrite of Add Include. Bugs 236530 and 255952. 2009-05-04 21:28:23 +00:00
Markus Schorn
4625dc807e Fix warning. 2009-05-04 14:53:04 +00:00
Anton Leherbauer
4ca3c8a905 Bug 274490 - Return type stored in the ICElement- IFunctionDeclaration contains method qualifiers as well 2009-05-04 10:44:24 +00:00
Anton Leherbauer
3cec77c9d5 Fix test errors if cygpath not in path #2 2009-05-04 09:27:58 +00:00
Sergey Prigogin
521f4f3781 Prevent BadLocationException from propagating. 2009-05-03 07:14:04 +00:00
Sergey Prigogin
a8bfc893f3 Cosmetics. 2009-05-02 20:42:10 +00:00
Sergey Prigogin
eb549137f7 Use StringBuilder instead of StringBuffer. 2009-05-02 06:21:34 +00:00
Sergey Prigogin
7855035ec6 Proper exception logging. 2009-05-01 05:36:18 +00:00
Chris Recoskie
f22317ef0a NEW - bug 272146: deprecate and eventually remove the CDOM
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272146
2009-04-29 13:56:59 +00:00
Sergey Prigogin
c9a37ff6c0 Return a meaningful name if we can. 2009-04-29 03:28:10 +00:00
James Blackburn
2b86aeb5b9 Bug 269980 ResourceLookup#selectFileForLocation(...) may now return non-existant IFiles (as the equivalent platform methods do).
- FileRelevance consider IFIle#isAccessible() & link state when computing IFile relevance
  - Tweak consumers who assume that ResourceLookup returns null for inaccessible IFiles
2009-04-28 20:41:49 +00:00
Markus Schorn
4f634fd923 Argument deduction from class instances, bug 272848. 2009-04-28 15:52:25 +00:00
Markus Schorn
997f6d7197 Fix warnings. 2009-04-28 15:10:40 +00:00
Anton Leherbauer
66ff1f285c [Bug 273471] Child nodes on C++ class disappear on PE on an Undo action 2009-04-28 12:07:18 +00:00
Chris Recoskie
09f3368f3e RESOLVED - bug 273636: changes to enable MBS on EFS projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273636
2009-04-28 12:02:33 +00:00
Markus Schorn
1e31821df4 Fixes CArrayType.getArraySizeExpression(), bug 273797. 2009-04-28 11:53:37 +00:00
Anton Leherbauer
e89276f505 Fix test errors if cygpath not in path 2009-04-28 10:21:57 +00:00
Anton Leherbauer
7068e8db28 Yet another attempt to fix BasicSearchTests 2009-04-28 10:21:27 +00:00
Markus Schorn
72a4c706d9 Performance of class name verification in new class wizard, bug 270924. 2009-04-28 09:54:17 +00:00
Markus Schorn
7238d0fff7 Fix for 273272. 2009-04-28 07:25:36 +00:00
Anton Leherbauer
48bdc40eec Fix CodeFormatter JUnit test, bug 272006 2009-04-27 09:19:39 +00:00
Markus Schorn
7f998b3962 Follow up for fix of bug 273759. 2009-04-27 08:53:57 +00:00
Markus Schorn
b65a792506 Fixes a loop in the c-parser, bug 273759. 2009-04-27 08:32:31 +00:00
Anton Leherbauer
7784c9c727 Add Save Actions preference page to context menu preferences, related to bug 249359 2009-04-27 07:57:46 +00:00
Sergey Prigogin
ba1c469a99 Comment adjustment. 2009-04-27 04:36:50 +00:00
Sergey Prigogin
dedd9aaf48 Comment adjustment. 2009-04-26 23:10:50 +00:00
James Blackburn
8fbaaf1fea Bug 271264 : Error Parser tests intermittently fail
- Turn tests into fixtures - ResourceHelper removes resources it creates via #cleanUp()
  - createCDTProject joins() FAMILY_AUTO_REFRESH job. Related to bug 273676: The platform doesn't fire resource change events if more than one WorkspaceJob is prepared.  As createCDTProject opens the project with BACKGROUND_REFRESH, a refresh job is scheduled and run once during project creation. This effects the ResourceLookup's sync state wrt the tests.
2009-04-26 10:56:23 +00:00
Sergey Prigogin
5b8602978d Cosmetics. 2009-04-25 23:44:29 +00:00
Sergey Prigogin
5c017b1daf Bug 249359. An option to remove trailing whitespace in either edited or all lines. End-of-file newline doesn't depend on changed lines. Separate preference page for save actions. 2009-04-25 22:46:49 +00:00
Alena Laskavaia
3178dfdffc [272416] - fixed API problem with setter 2009-04-24 17:45:35 +00:00
Anton Leherbauer
88c2f4a063 Bug 239923 - No Template proposals within doxygen comments 2009-04-24 10:49:54 +00:00
Markus Schorn
011f7791ec Fix warnings. 2009-04-24 08:19:29 +00:00
Anton Leherbauer
56144f3f01 Bug 272006 - [CodeFormatter] DBCS3.5: New Class wizard truncates first DBCS character in class name and namespace 2009-04-24 06:43:45 +00:00
Anton Leherbauer
626f9f736a Preserve newline between type and function declarator, related to bug 192764 2009-04-23 15:16:35 +00:00
Alena Laskavaia
f022798f69 [272416] - contribution for working set configurations usability 2009-04-23 14:57:49 +00:00
Markus Schorn
9f0fd1d199 Follow up for bug 272815. 2009-04-23 08:59:17 +00:00
Sergey Prigogin
3bd59df377 Fixed an NPE (bug 248359, comment #22) 2009-04-23 07:19:29 +00:00
Sergey Prigogin
6d64bcb42a Added IIndexInclude.getFullName method. Bug 272815. 2009-04-23 05:47:34 +00:00
Chris Recoskie
68718b41f9 RESOLVED - bug 272986: changes to ICommandLauncher
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272986
2009-04-22 12:39:53 +00:00
James Blackburn
19354a7c8d Bug 272969 #checkBuildSystemChange should not reorder project natures 2009-04-21 20:19:18 +00:00
Sergey Prigogin
ed7fb8c287 Atomic undo of save actions. 2009-04-21 09:09:32 +00:00