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

3798 commits

Author SHA1 Message Date
Marc-Andre Laperle
bffecbbf9b Bug 339931 - Code completion fails in #include statements 2011-03-16 17:10:04 +00:00
Marc-Andre Laperle
18cae2a524 Bug 339780 - Source hover for specialization of specialization does not work 2011-03-15 01:03:34 +00:00
Marc-Andre Laperle
d17ddfebab Bug 335122 - Fix index locking issue discovered by running the 'old' ImplementMethod test (new one being Bug 292851). Should fix build not ending. 2011-03-13 10:27:31 +00:00
Marc-Andre Laperle
ef5c018b27 Bug 335122 - DeclarationGenerator asserts for templated types with namespace. Restored assert in CPPASTTemplateId 2011-03-12 20:03:04 +00:00
Andrew Gvozdev
1db8cc744d bug 339015: Preference "Show source roots at the top of project" should update views immediately 2011-03-11 19:12:48 +00:00
Sergey Prigogin
e5b9283973 Use CPPVisitor.getQualifiedName instead of IIndexBinding.getQualifiedName. 2011-03-09 18:32:32 +00:00
Andrew Gvozdev
9002e4e9c1 updated to point to correct interface org.eclipse.cdt.ui.newui.IConfigManager 2011-03-08 16:10:43 +00:00
Marc-Andre Laperle
c630261d21 Bug 317686 - Implement method error. Fixed issue with linked resources. 2011-03-08 02:53:32 +00:00
Sergey Prigogin
3b3f2e6ceb Cosmetics. 2011-03-08 01:59:24 +00:00
Emanuel Graf
28f527f165 Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not preserved and macros are expanded
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333936
2011-03-07 11:09:12 +00:00
Anton Leherbauer
222dedbe3b Bug 333183 - Export/Import Syntax Coloring settings 2011-03-07 10:40:50 +00:00
Emanuel Graf
654e12094a Bug 337937: CopyLocation for copied AST-Node
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337937
2011-03-07 07:26:26 +00:00
Sergey Prigogin
335422ecee Bug 292851. Changed WAIT_IF_OPEN to WAIT_ACTIVE_ONLY and parsing options to match org.eclipse.cdt.internal.core.model.ASTCache. 2011-03-06 22:11:09 +00:00
Sergey Prigogin
0442096272 Removed uses of a deprecated class. 2011-03-06 20:57:11 +00:00
Sergey Prigogin
0f9084562e Removed uses of a deprecated class. 2011-03-06 20:35:30 +00:00
Sergey Prigogin
8baa132fb8 Added checks for cancellation. 2011-03-06 20:32:11 +00:00
Sergey Prigogin
9e671a6111 Bug 292851 - Made RefactoringASTCache thread-safe. 2011-03-05 07:55:22 +00:00
Anton Leherbauer
f704e4f129 Bug 338782 - [Project Explorer] If working sets are top level nodes resource changes are not refreshed properly 2011-03-03 10:16:14 +00:00
Sergey Prigogin
964d7d5c12 Fixed capitalization. 2011-03-03 00:55:19 +00:00
Sergey Prigogin
066753ba94 Fixed capitalization. 2011-03-03 00:54:22 +00:00
Sergey Prigogin
d8361893bf Removed uses of deprecated constructors. 2011-02-28 19:38:01 +00:00
Sergey Prigogin
86f5038595 Fixed NPE. 2011-02-28 01:53:06 +00:00
Sergey Prigogin
62c3a2bf32 Removed uses of deprecated methods. 2011-02-28 01:48:58 +00:00
Anton Leherbauer
754bca12d2 Update minimum bundle versions 2011-02-25 13:37:13 +00:00
Anton Leherbauer
0463fa2968 Bug 311880 - Add preference to keep position of excluded files in Project Explorer
Patch by Alex Freidin
2011-02-25 08:25:25 +00:00
Anton Leherbauer
624470f48b Bug 338045 - AST should start building when an editor becomes active 2011-02-25 08:07:45 +00:00
Chris Recoskie
2d42d08abc Bug 133881 - Make refreshing after building optional
Work in progress.
2011-02-24 02:46:01 +00:00
Markus Schorn
df420139a3 Bug 173458: Camel case based content assist, by Jens Elmenthaler. 2011-02-23 16:08:53 +00:00
Sergey Prigogin
4cff141597 Formatting of line comments. 2011-02-21 08:02:03 +00:00
Sergey Prigogin
3715cdbbe8 Bug 337040 - MethodDefinitionInsertLocationFinder2 does not find implementation file when no definition already present. Patch by Marc-Andre Laperle. 2011-02-19 21:38:56 +00:00
Markus Schorn
76703a1ba4 Compiler warnings. 2011-02-16 13:57:43 +00:00
Patrick Chuong
480ee167c8 Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug view 2011-02-15 21:12:12 +00:00
Sergey Prigogin
6bf37615c2 Cosmetics. 2011-02-14 19:57:32 +00:00
Anton Leherbauer
60080b30c7 Fix deprecation warnings 2011-02-14 14:18:46 +00:00
Sergey Prigogin
f8e753bc5d Cosmetics. 2011-02-12 01:34:56 +00:00
Sergey Prigogin
50a328f123 Fixed compiler warnings. 2011-02-12 00:04:10 +00:00
Marc Khouzam
bf2278893d Bug 336513: Preference to limit build output should use the words "number of" instead of "#" 2011-02-07 16:07:37 +00:00
Andrew Gvozdev
615c1345eb bug 334118: missed typo 2011-02-06 19:40:14 +00:00
Sergey Prigogin
b500c6c1cd Configurable formatting of constructor initializer lists. 2011-02-03 23:12:11 +00:00
Anton Leherbauer
270544ee2e Bug 335702 - [c++0x] Template brackets matching doesn't work with adjacent closing angle brackets 2011-01-31 10:53:49 +00:00
Sergey Prigogin
d4c8d89493 Bug 307503 - New Class wizard doesn't check for C++ keywords during validation 2011-01-31 00:16:01 +00:00
Sergey Prigogin
d387df2ecd Bug 280990 - Code formatter refuses to wrap member access expressions 2011-01-30 21:29:56 +00:00
Sergey Prigogin
cd8e54c404 Cosmetics. 2011-01-30 03:17:14 +00:00
Vivian Kong
c62c6e671e Bug 335512 - Update XLC scanning discovery parser and marcos and include path import XML utility accessible scope (for John Liu) 2011-01-28 16:36:58 +00:00
Andrew Gvozdev
64695227bf bug 330750: Include path defined as ${workspace_loc} incorrectly displayed in Project Explorer view
Patch from Alex Freidin
2011-01-25 15:43:38 +00:00
James Blackburn
d5b2a18e14 Bug 335298 - IncludePaths are canonicalised on creation
- Add #getCanonicalPathWindows which only canonicalizes the path on windows.
2011-01-25 15:42:11 +00:00
Andrew Gvozdev
3bdee7d348 bug 334118: Fixed link to the moved preference page. 2011-01-23 05:10:24 +00:00
Sergey Prigogin
dde309b5ee Bug 273525 - Restrict search in working copies to dirty editors. 2011-01-22 22:24:00 +00:00
Sergey Prigogin
9e0a33921d Cosmetics. 2011-01-22 22:21:12 +00:00
Sergey Prigogin
f5c75fe27d Adjusted copyright header. 2011-01-22 21:54:22 +00:00