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

8346 commits

Author SHA1 Message Date
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
Sergey Prigogin
80abc8bf47 Bug 249359. 2009-04-21 07:17:14 +00:00
Chris Recoskie
cfa105d23c RESOLVED - bug 272979: reference to CCorePlugin.log(Throwable) in AbstractIndexerTask.runTask() breaks standalone indexing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272979
2009-04-20 20:41:09 +00:00
Sergey Prigogin
21e1364cb5 Undid the previous change due to doubts in its safety. 2009-04-20 16:49:42 +00:00
Sergey Prigogin
57e806a4ad Fixed an API usage warning. 2009-04-20 16:35:18 +00:00
Mike Kucera
3bd0a9fb8e [272744] fix for Open Declaration, doesn't work for ostream::operator << 2009-04-20 15:44:05 +00:00
Markus Schorn
e2f1c90b0b Ranking of derived to base conversion, bug 269318 2009-04-20 12:32:37 +00:00
Sergey Prigogin
c7b512cbdf Test case for bug 272848. 2009-04-20 03:13:12 +00:00
Sergey Prigogin
c2b2171a7e Cosmetics. 2009-04-19 05:38:39 +00:00
Sergey Prigogin
8b1fb78bf1 Rolled back change that introduced IIndexInclude.getFullName method since the implementation was buggy (bug 272143). 2009-04-19 04:04:45 +00:00
Markus Schorn
2a321cdc23 Fixes a NPE, bug 261784. 2009-04-17 14:09:07 +00:00
Markus Schorn
41cbe5212b Adjust testcase for optimized C/C++ search. 2009-04-17 13:54:39 +00:00
Markus Schorn
c507baf019 Optimizes C/C++ search without wild-cards, bug 272688 2009-04-17 13:43:09 +00:00
Markus Schorn
dde5816f8e Correct distinction of search results, bug 157585. 2009-04-17 11:22:29 +00:00
Anton Leherbauer
0cbcb912a5 Bug 272124 - Keywords starting with @ aren't recognized by editor, patch by Alex Blewitt 2009-04-17 06:48:58 +00:00
Sergey Prigogin
395490c7ae Fix for bug 271948. 2009-04-17 06:17:01 +00:00
Sergey Prigogin
2e58269b33 Cosmetics. 2009-04-16 06:50:15 +00:00
Mike Kucera
e389841b9f [271163] support for UTF string literals in scanner 2009-04-15 19:19:05 +00:00
Anton Leherbauer
c3c92bd841 Make ExternalEditorInput adaptable to ITranslationUnit 2009-04-15 15:33:03 +00:00
Markus Schorn
7bf6393aac Let new class wizard created empty source file, bug 269498. 2009-04-15 13:55:09 +00:00
Emanuel Graf
8fc63d723e Small UI improvement 2009-04-15 11:44:54 +00:00
Emanuel Graf
c9ee950352 FIXED - bug 266627: Some refactor operations belong on Source
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266627

Moving getterSetters and implement method to Source menu.
2009-04-15 11:21:01 +00:00
Markus Schorn
3546025271 Type comparison of default ints, bug 270275. 2009-04-15 08:16:56 +00:00
Markus Schorn
23e918bc08 Correct scope for elaborated type specifiers, bug 270831. 2009-04-15 07:53:22 +00:00
Sergey Prigogin
4bef03dc3e Don't create unnecessary objects. 2009-04-15 06:02:50 +00:00
Sergey Prigogin
f126984c7a Fixed a typo. 2009-04-15 06:02:07 +00:00
Sergey Prigogin
fc31232277 Second test case for bug 271948. 2009-04-15 06:01:35 +00:00
James Blackburn
a39047b78c Bug 242004 ISVs should be able to position their cPropertyTabs amongst built-in CDT provided tabs
- Tabs should be sorted by 'weight' attribute (as detailed in the extension point documentation)
2009-04-14 20:23:45 +00:00