Markus Schorn
c0e4eb2600
Ordering of function templates, bug 293468.
2009-10-28 07:24:36 +00:00
Markus Schorn
1ac9f8bc6c
Ordering of function templates, bug 293468.
2009-10-28 07:16:12 +00:00
Vivian Kong
5c8a3a78a4
Bug 293385 - Log standalone indexer progress using IParserLogService instead of stdout
2009-10-27 15:19:11 +00:00
Markus Schorn
3a0a069fb7
Improve performance for storing large classes in index, 287907.
2009-10-27 15:13:32 +00:00
Vivian Kong
84ac7856bc
Bug 293383 - Add trace() to PDOMWriter
2009-10-27 15:04:52 +00:00
Markus Schorn
cbc078f817
cv-qualifiers in parameter declarations, bug 293322.
2009-10-27 12:59:14 +00:00
Markus Schorn
8217a6eb90
Empty search for certain projects, bug 293161.
2009-10-27 10:32:20 +00:00
Markus Schorn
c6fa4817ff
Fixes a testcase failure.
2009-10-27 10:16:07 +00:00
Markus Schorn
edca08b14f
Special cases in argument deduction for function templates, bug 293409.
2009-10-27 10:03:06 +00:00
Anton Leherbauer
86ab70a815
Bug 289339 - CDT should support feature "Surround with..", patch by Axel Mueller
2009-10-26 08:17:27 +00:00
Sergey Prigogin
4cd1523cc1
More granular index locking.
2009-10-25 20:38:57 +00:00
Sergey Prigogin
ab5b237d74
More granular index locking. Bug 287907.
2009-10-25 06:01:55 +00:00
Anton Leherbauer
90a3287885
Bug 291821 - Test case for auto-indent regression
2009-10-23 12:21:51 +00:00
Markus Schorn
432edada85
Fixes for API problems.
2009-10-23 11:32:02 +00:00
Markus Schorn
037ae1d1b3
Navigation of fields, bug 292635.
2009-10-23 07:27:33 +00:00
James Blackburn
8789d929c1
- Bug76407 #checkProjectRefChange should preserve order when setting referenced projects
...
- Bug252966 unintentional stray semi-colon added to removeNonCustomSettings
- Fix all warnings
2009-10-22 15:26:35 +00:00
Markus Schorn
64781791db
Overload resolution for non-dependent names, bug 293052.
2009-10-22 15:13:49 +00:00
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