Markus Schorn
247c59316f
Correct status handling + index update issue, bug 293021.
2009-10-22 14:34:20 +00:00
James Blackburn
5333c64790
Bug293029 Don't reset selected configuration when changing page.
2009-10-22 13:00:19 +00:00
Vivian Kong
b74f0e0b85
Bug 292978 - New C/C++ wizard toolbar buttons are showing UI contributions that should be hidden by activities
2009-10-22 03:29:44 +00:00
Markus Schorn
1558c3a6e8
Proper template support in search for references, bug 268726.
2009-10-21 14:55:21 +00:00
Markus Schorn
614dd157e9
Fixes a test-case.
2009-10-21 14:51:57 +00:00
Markus Schorn
6936409241
Fixed a few compiler warnings.
2009-10-21 14:29:08 +00:00
James Blackburn
90b40763b4
Bounds check before moving referenced project.
2009-10-21 14:28:23 +00:00
James Blackburn
57557c4bc8
Bug76407 - Should be able to specify project references order
...
- ICConfigurationDescrption#get|setReferenceInfo(...) preserves the ordering of the referenced configurations
- RefsTab has been improved so you can move referenced projects up and down.
- RefsTab now displays referenced projects which aren't open / available -- so users know what dependencies aren't fulfilled
- RefsTab displays invalid / unavailable configurations / projects as grayed
- Generics + Comments
2009-10-21 14:10:36 +00:00
Emanuel Graf
45872aa127
FIXED - bug 291268: Source->Implement Method goes into an infinite loop for parameter with white spaces in type name
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291268
2009-10-21 09:20:31 +00:00
James Blackburn
ae5e0a74f3
Bug 243907 - AbstractCPropertyTab#dispose() never called
...
- AbstractPage leaks Tab icon SWT Images
- AbstractCPropertyTab uses reflection for setGrayed API
2009-10-20 16:40:30 +00:00
Markus Schorn
353d1d0875
Mapping types of variables back to ast-types, if possible; bug 292749.
2009-10-20 16:38:05 +00:00
Emanuel Graf
24ce8e3659
FIXED - bug 195604: Source folder becomes common folder after rename
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195604
2009-10-20 13:54:25 +00:00
Emanuel Graf
95e3b558d5
FIXED - bug 291190: Refactoring tests use the index without read-locks
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291190
2009-10-20 10:19:04 +00:00
Markus Schorn
7c27796dbd
Proper template support in call hierarchy, bug 240589.
2009-10-19 12:11:05 +00:00
Sergey Prigogin
f339b83aa5
Log long periods of holding write index lock.
2009-10-17 20:15:16 +00:00
Sergey Prigogin
4cf3daa620
Fixed a typo.
2009-10-17 19:44:00 +00:00
Sergey Prigogin
30d29f6783
Added missing credit.
2009-10-17 19:33:23 +00:00
Markus Schorn
37c899ffc2
In call hierarchy, show virtual overriders for the input method, bug 246064.
2009-10-16 11:45:52 +00:00
Markus Schorn
67fe42e072
Computation of naming type, bug 292232.
2009-10-16 10:03:44 +00:00
Anton Leherbauer
2b5ba96a39
Minor performance optimization in SpawnerInputStream
2009-10-16 09:16:51 +00:00
Anton Leherbauer
5e58b2deb1
[292127] Reading process output blocked when message length is exactly 1024, patch by Thierry Goldwaser
2009-10-16 09:06:14 +00:00
Markus Schorn
36181bd862
User-defined conversions, bug 222444.
2009-10-15 15:28:25 +00:00
Anton Leherbauer
4752115f03
Bug 291995 - Unable to modify code template or create a new C++ source file
2009-10-15 07:16:54 +00:00
Andrew Gvozdev
e8ef8a942a
bug 291585: API tooling warning/error when implementing IBuildMacro
2009-10-14 12:59:27 +00:00
Markus Schorn
06bfab7f23
Follow up for bug 292051.
2009-10-14 12:10:40 +00:00
Markus Schorn
6ddc2fc4ca
Method templates with name of method, bug 292051.
2009-10-14 12:00:38 +00:00
Markus Schorn
0cfed67288
NPE for illegal friend declarations on global scope, bug 292174.
2009-10-14 11:22:27 +00:00
James Blackburn
62212fa6ac
[Performance] Setting TODO markers should be run in a WorkspaceJob rather than a Job to limit the number of resource change notifications fired by the platform.
2009-10-13 15:59:42 +00:00
Sergey Prigogin
be4c1f9cf2
Filtering by visibility for content assist. Second attempt. Bug 172305.
2009-10-11 06:24:20 +00:00
Sergey Prigogin
76f3a77313
Comment adjustments.
2009-10-11 06:22:33 +00:00
Sergey Prigogin
29f917fa8f
Rolled back fix for bug 172305 to reimplement it separately from name lookup.
2009-10-10 18:41:54 +00:00
James Blackburn
dbdf6703ef
Bug 291887 Allow build configurations to reference other configurations in the same project
2009-10-09 14:37:11 +00:00
James Blackburn
f9aa9d90d7
Bug 291751 Build project action causes referenced projects to be built twice.
2009-10-09 12:08:51 +00:00
Markus Schorn
16944a0de7
Arithmetic conversions for unary and binary expressions, bug 231859.
2009-10-09 12:04:23 +00:00
James Blackburn
f42306ff24
Bug 212373 Display up to 5 configs + projects in the build project button tooltip
2009-10-08 16:21:12 +00:00
Markus Schorn
2bc7bae4a4
Pushes commonalities of c and c++ into IBasicType, bug 231859.
2009-10-08 16:13:54 +00:00
Markus Schorn
70d30d88f4
Modifying project properties freezes UI, bug 291737.
2009-10-08 13:59:38 +00:00
Andrew Gvozdev
0137ebe88f
bug 245368: "C/C++ General" property page is not shown for objects that adapt to IResource
...
Patch from Thierry Goldwaser
2009-10-07 15:23:11 +00:00
Markus Schorn
081526f656
Type of subscript expression, bug 291595.
2009-10-07 14:01:24 +00:00
Sergey Prigogin
4795e461e7
Filtering by visibility for content assist. Bug 172305.
2009-10-06 14:50:28 +00:00
Markus Schorn
164d59a0d8
User defined operators are considered only for user-defined types, bug 291409.
2009-10-06 12:09:24 +00:00
Sergey Prigogin
1c2270f0cb
Cosmetics.
2009-10-06 05:58:08 +00:00
Sergey Prigogin
dbec91987b
Adjusted javadoc comments.
2009-10-06 05:45:55 +00:00
Andrew Gvozdev
bd8442bf2f
toString() added to make debugging easier
2009-10-06 02:20:02 +00:00
Sergey Prigogin
ed290e9aad
Fixed ArrayStoreException introduced by a recent change.
2009-10-05 06:30:49 +00:00
Sergey Prigogin
64a2e6817e
Adjusted comment.
2009-10-04 06:24:54 +00:00
Sergey Prigogin
d0d9ec8b09
Allow input array of zero length.
2009-10-04 06:05:22 +00:00
Sergey Prigogin
3b408710f4
Type safe version of removeNulls.
2009-10-04 05:57:22 +00:00
Sergey Prigogin
68a906b0a6
Type safe version of addAll.
2009-10-04 05:43:07 +00:00
Sergey Prigogin
508050270c
Type safe versions of append and trim methods.
2009-10-04 05:30:57 +00:00