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

8523 commits

Author SHA1 Message Date
Andrew Gvozdev
cae5ae63c2 bug 236556: Editing only the path types does not work in Paths&Symbols
Patch by Enrico Ehrich
2009-07-13 21:00:00 +00:00
Emanuel Graf
768e0a0ed9 FIXED - bug 282989: Refactor->Implement method option doesn't qualify the name in the method definition with a fully qualified container class name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282989
2009-07-13 13:46:59 +00:00
Markus Schorn
ccc1cbe5ce Resume indexer after closing IDE while indexing, bug 248849. 2009-07-13 11:20:44 +00:00
Markus Schorn
a75ebb1cf4 Updated handling of frameworks, bug 69529. 2009-07-13 08:57:35 +00:00
Emanuel Graf
e5fa863d5c Extract Function: find and extract dublicated code 2009-07-13 08:28:21 +00:00
Sergey Prigogin
6a9abf764d Bug 283258. 2009-07-12 23:19:44 +00:00
Sergey Prigogin
7fb944a1df Auto indenter improvements. Bug 283230. 2009-07-12 03:14:33 +00:00
Markus Schorn
57f33ecc8a Call to object of class type, bug 267389. 2009-07-10 15:23:32 +00:00
Markus Schorn
45cd6c2948 API to set offsets for AST-nodes, bug 268983. 2009-07-10 12:25:53 +00:00
Markus Schorn
a63af80942 API to access node factories, bug 268972. 2009-07-10 11:13:53 +00:00
Markus Schorn
88c5aa9a43 Relative include search paths, bug 243170. 2009-07-10 08:37:57 +00:00
Markus Schorn
031bf4556a Configuring framework search, bug 69529. 2009-07-10 07:51:40 +00:00
John Cortell
24b07e23d7 Bugzilla 282943. Don't use PulseEvent; Microsoft says it's unreliable. Someone looking at the code at Freescale saw its use in the code and raised a flag. This change is proactive; no problematic behavior was actually observed. See http://msdn.microsoft.com/en-us/library/ms684914(VS.85).aspx 2009-07-09 19:30:28 +00:00
Andrew Gvozdev
08c17094e8 bug 237448: Include specifications using build variables are not properly forwared to the system 2009-07-09 18:40:52 +00:00
Markus Schorn
d3770bfd8b Remove runtime dependency of PDOM, bug 282576. 2009-07-09 10:19:35 +00:00
Markus Schorn
ee19795b6e Externalizing strings. 2009-07-09 09:55:00 +00:00
Emanuel Graf
3740766643 FIXED - bug 282843: Create a Refactoring-History for the CDT Refactorings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282843
2009-07-09 07:55:53 +00:00
Andrew Gvozdev
81ff9fe6a8 Bug 263977: parsing of Visual C++ errors on Linux with Wine 2009-07-08 19:35:06 +00:00
Andrew Gvozdev
e9d2fc6b56 bug 280139: comboBox should ignore "mandatory" property 2009-07-08 15:33:10 +00:00
John Cortell
f5e04ac9f4 Addressed Anton's suggestion to specify the signal sans "SIG" when invoking the kill command, which is technically how it should be specified, though cygwin supports it either way. 2009-07-08 12:40:03 +00:00
Mike Kucera
37d3d2757e [282320] new class wizard doesn't work with EFS 2009-07-07 21:17:06 +00:00
John Cortell
cb443c104d Fixed:
282735 - starter.exe can end up rapid-firing CTRL-C's to process that won't die
282736 - starter.exe should support SIGKILL
2009-07-07 19:57:21 +00:00
Emanuel Graf
4a8cfae26e code clean up. 2009-07-07 14:18:17 +00:00
Markus Schorn
a3b3eae7ab Run reconciler when new file is added to index, bug 276605. 2009-07-07 09:46:53 +00:00
Markus Schorn
55f642b6df Increment plugin versions. 2009-07-06 13:05:01 +00:00
Mike Kucera
dde2c249e3 [282314] creating empty file in remote EFS project causes project contents to dissapear 2009-07-02 18:59:23 +00:00
Anton Leherbauer
b63af6b179 Bug 273471 - follow up fix 2009-07-02 14:53:49 +00:00
Markus Schorn
10107c0d8e Comparison of owners, bug 281782. 2009-07-02 13:51:53 +00:00
Markus Schorn
3261b83ecb Type-deduction in function-type with reference type parameter, bug 281783. 2009-07-02 11:52:34 +00:00
Markus Schorn
8c5f3483fa Support for PDOMs larger than 2GB, bug 279620. 2009-07-02 08:57:39 +00:00
Markus Schorn
be997b5279 Correct determination of default template arguments, bug 281781. 2009-07-01 16:53:45 +00:00
Markus Schorn
aa1e4bd52c Correct determination of default template arguments, bug 281781. 2009-07-01 14:47:56 +00:00
Emanuel Graf
e4a67a4897 FIXED - bug 282004: Refactor->Extract Function in C Project (not C++) won't extract parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282004
2009-07-01 11:04:57 +00:00
Markus Schorn
a43c0fdb39 Fixed warnings. 2009-07-01 08:51:21 +00:00
Markus Schorn
4136ea67df Disable inactive code parsing after string literals, bug 281745. 2009-06-29 16:14:27 +00:00
Markus Schorn
b59697f128 Disable inactive code parsing after string literals, bug 281745. 2009-06-29 16:00:24 +00:00
Markus Schorn
f8a0d51a32 Remove strange fall-back behavior of source hover, bug 281851. 2009-06-29 15:22:18 +00:00
Markus Schorn
cd9b969deb Navigation for templates in namespaces, bug 281736. 2009-06-29 14:04:53 +00:00
Emanuel Graf
119cb2cfde FIXED - bug 281564: Extract Function fails when catching an unnamed exception
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281564
2009-06-29 11:33:35 +00:00
Sergey Prigogin
808f7e43d4 Test case for bug 281783. 2009-06-28 19:37:00 +00:00
Sergey Prigogin
b2d643fdbf Test case for bug 281782. 2009-06-28 18:42:03 +00:00
Sergey Prigogin
9827475e98 Fix for NPE by Andrey Eremchenko. 2009-06-28 18:18:25 +00:00
Sergey Prigogin
9e59c7ce08 Test case for bug 281781. 2009-06-28 17:42:16 +00:00
Sergey Prigogin
615cf0372b Fix for NPE by Andrey Eremchenko. 2009-06-28 17:08:55 +00:00
James Blackburn
127db8e30b Bug 279607 Code Formatter should treat DefaultScope formatter profiles as built-in 2009-06-28 15:56:41 +00:00
James Blackburn
16ad8a3172 Bug 189109 Add ErrorParser extension point schema 2009-06-28 14:03:45 +00:00
Sergey Prigogin
f4081e6fc9 Fixed a race condition in test. 2009-06-27 23:22:28 +00:00
Sergey Prigogin
7f394792a4 Patch by Andrey Eremchenko for bug 222495. 2009-06-27 23:18:39 +00:00
Sergey Prigogin
eff76a45d1 Fixed a typo. 2009-06-27 20:04:16 +00:00
Sergey Prigogin
6a9e1ff1dd Bug 275382. Fix and test case. 2009-06-27 19:37:38 +00:00