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

8515 commits

Author SHA1 Message Date
John Cortell
7e8ee4c873 [288656] Add tracing for DsfSession 2009-09-04 19:42:17 +00:00
Emanuel Graf
49fee1ebef FIXED - bug 285375: Allow to decide where to place getters and setters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=285375
2009-09-03 09:09:02 +00:00
Emanuel Graf
86f9ee8ab7 Extract Function: Add virtual option 2009-09-02 07:53:54 +00:00
Andrew Gvozdev
c3704262e9 bug 279844: Slow algorithm for checking duplicate path entries
Patch from David Dubrow
2009-09-02 00:40:23 +00:00
Andrew Gvozdev
e69c7e2846 bug 279844: Slow algorithm for checking duplicate path entries 2009-09-01 22:06:53 +00:00
Alena Laskavaia
798392d7ee [ 279241] - fixed validation error when directory already exists, applied patch from Jens 2009-09-01 12:43:04 +00:00
Andrew Gvozdev
cf1ffeaadc added logging of exceptions, inspired by bug 286226 2009-08-31 22:24:02 +00:00
Anton Leherbauer
c8ffa1d119 Bug 280417 - ArrayIndexOutOfBoundsException in MementoTokenizer causes "could not update landmark markers" error 2009-08-26 08:36:05 +00:00
Anton Leherbauer
09209e6efd Bug 280414 - Method search doesn't work in pop-up outline view (CTRL+O) when "Group method definitions" enabled 2009-08-26 07:53:56 +00:00
Sergey Prigogin
72d12ff557 Bug 284665. 2009-08-24 18:15:23 +00:00
Andrew Gvozdev
c1691d732f malformed JavaDoc tags 2009-08-24 01:00:42 +00:00
Sergey Prigogin
02b962a4a7 Cosmetics. 2009-08-23 23:47:57 +00:00
Andrew Gvozdev
4a8ac7dfab comment added to allow to extend this class 2009-08-23 21:09:43 +00:00
Andrew Gvozdev
ed6c9d4322 comment added 2009-08-23 21:05:11 +00:00
Sergey Prigogin
90300f0889 Enclosing definitions in C/C++ search results. Patch by Andrey Eremchenko. Bug 282668. 2009-08-23 19:05:23 +00:00
Sergey Prigogin
608669a12f Test case for bug 284665. 2009-08-23 04:08:59 +00:00
Sergey Prigogin
5c895b6139 Another test case for bug 284690. 2009-08-23 03:17:09 +00:00
Sergey Prigogin
675b030e8a Cosmetics. 2009-08-23 02:56:10 +00:00
Markus Schorn
537f9ed45a Checking for compatible arrays in plain C, follow up to bug 269926. 2009-08-21 13:29:04 +00:00
Vivian Kong
65ab982bac "Includes" should not be translatable 2009-08-20 18:25:53 +00:00
Anton Leherbauer
e1fc9fedd9 Bug 283082 - Add / to operator rule 2009-08-20 09:44:26 +00:00
Anton Leherbauer
b82a765a3f Bug 286922 - DND of a folder onto a file will cause exception 2009-08-20 09:37:29 +00:00
Sergey Prigogin
9c73a9327a Made PathCanonicalizationStrategy friendlier to standalone indexer. 2009-08-19 18:40:54 +00:00
Andrew Gvozdev
88633a03ea bug 286751: .cproject does not look pretty
pretty-printing for XML files
2009-08-19 17:15:59 +00:00
Andrew Gvozdev
a4d4297044 bug 287098: Empty external location showing up in Problems View 2009-08-19 16:59:56 +00:00
Markus Schorn
119db5a916 Definition vs. declaration for static variables, bug 286259. 2009-08-19 08:56:35 +00:00
Markus Schorn
a614d37442 Testcase for bug 286213. 2009-08-19 07:51:44 +00:00
James Blackburn
f63d598fe1 Bug 284485 Fix potential race in getProjectDescriptionStorage(IProject project) 2009-08-18 20:01:22 +00:00
Sergey Prigogin
c5f45c85a3 Configurable strategy for canonicalization of file paths. 2009-08-18 17:46:19 +00:00
Markus Schorn
03df93edb2 Inline friend functions, bug 284690. 2009-08-18 13:40:07 +00:00
Markus Schorn
b3c11fe78f Improve dialog label, related to bug 144085. 2009-08-18 11:43:05 +00:00
Emanuel Graf
6f00ced625 FIXED - bug 284973: "Internal Error" while using "Source -> Generate getters/setters"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284973
2009-08-18 08:43:42 +00:00
Sergey Prigogin
7bbba2e9ec Bug 286741. 2009-08-17 04:11:35 +00:00
Sergey Prigogin
44d46d0b79 Bug 286081. 2009-08-16 23:31:33 +00:00
Sergey Prigogin
4b2dc9b25f Cosmetics. 2009-08-16 23:15:54 +00:00
Andrew Gvozdev
220b55c636 bug 230165: renaming a project doesn't update it's default artifact name
Based on patches from Alex Freidin and Irit Belezko
2009-08-12 13:45:55 +00:00
Andrew Gvozdev
1f40e10f38 bug 249795: Import of Includes from referenced Projects fails
Patch from Tim <tim.bodenmueller@dlr.de> + renamed BUTTON constants
2009-08-12 01:39:29 +00:00
Andrew Gvozdev
aebfe7a190 bug 286080: org.eclipse.cdt.internal.ui.dialogs.StatusDialog class deprecated in favor of platform one 2009-08-10 19:53:30 +00:00
Warren Paul
a774350786 fixed bug #214619. 2009-08-10 18:23:18 +00:00
Sergey Prigogin
0cfc0bf164 Cosmetics. 2009-08-10 04:22:10 +00:00
Sergey Prigogin
01f10e61af Resolution of inline friend functions in index. Bug 284690. 2009-08-10 04:17:57 +00:00
Sergey Prigogin
7ac2badc64 Test case for bug 284690. 2009-08-10 01:55:11 +00:00
Sergey Prigogin
4566fa3eab Test case for bug 284690. 2009-08-10 01:51:43 +00:00
Sergey Prigogin
936d9e6b75 Resolution of inline friend functions. Bug 284690. 2009-08-10 00:42:14 +00:00
Sergey Prigogin
d9f76e60dc Cosmetics. 2009-08-09 01:17:34 +00:00
Andrew Gvozdev
4174ed63d5 bug 282759: Cannot run spawner on MacOSX with a 64-bit vm
Patch from Alex Blewitt
2009-08-07 19:56:33 +00:00
Andrew Gvozdev
33186a3a28 bug 285746: Replace deprecated class org.eclipse.ui.views.navigator.LocalSelectionTransfer 2009-08-05 18:10:31 +00:00
Andrew Gvozdev
559fbe81b4 bug 285482: Duplicate message ID 2009-08-04 17:13:05 +00:00
Markus Schorn
c4215f72c5 Typedef recursion, bug 285457. 2009-08-04 15:38:40 +00:00
Sergey Prigogin
d2b0c2f46b Enum to int conversion. Bug 285368. 2009-08-02 05:39:59 +00:00