Sergey Prigogin
0c123289d2
Fixed indentation of pasted text. Bug 294566.
2009-11-09 07:30:32 +00:00
Sergey Prigogin
9ec2df2c3c
Cosmetics.
2009-11-09 04:12:28 +00:00
Andrew Gvozdev
1725ca8c6b
bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
...
Fix for BinaryParserPage from Marc-Andre Laperle
2009-11-06 19:44:23 +00:00
Anton Leherbauer
fcbf489459
Bug 177018 - Move actions to new top level Source menu
2009-11-06 13:58:49 +00:00
James Blackburn
606c0a5e4f
Bug 294046 Improvements to FileListControl
...
(multi-select, copy, paste, undo, redo, proj.rel paths, fix warnings).
2009-11-05 13:42:16 +00:00
James Blackburn
a138124097
Bug 294316 RadioButtonsArea should update cache'd value when #setSelectedButton(int) is called
2009-11-05 13:19:50 +00:00
Emanuel Graf
e0573bc36d
Provide a meaningful message if file is not on the build path.
2009-11-05 12:28:20 +00:00
Emanuel Graf
8b299df1e4
Provide a meaningful message if CRefactoring.checkInitialConditions() find an Error
2009-11-05 09:51:55 +00:00
Mike Kucera
7400462cd0
Bug 293079 - Allow new C/C++ project wizard extension
2009-11-04 16:39:44 +00:00
Markus Schorn
daef4a8c6f
Add include for methods, bug 239991.
2009-11-04 15:51:06 +00:00
Markus Schorn
4d329afecd
Mac specific kbd-shortcut, bug 294151.
2009-11-04 10:50:38 +00:00
Markus Schorn
f43e16c9ea
CV-Qualifiers and arrays, bug 293982.
2009-11-03 18:35:47 +00:00
Markus Schorn
29e5a63132
Function declared by use of a typedef, bug 86495.
2009-11-03 15:15:50 +00:00
Emanuel Graf
1b08bd261f
FIXED - bug 290110: Source-> Implement Method
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=290110
2009-11-03 13:52:32 +00:00
Markus Schorn
64bae1cd11
F3 on built-in macro throws NPE, bug 293864.
2009-11-02 13:36:18 +00:00
Sergey Prigogin
9c64a0e733
Fix for bug 291821.
2009-11-01 05:59:13 +00:00
Sergey Prigogin
e9a4ea6e19
Fixed ConcurrentModificationException. Bug 293822.
2009-10-30 20:11:08 +00:00
James Blackburn
dab890856f
Bug 291905 RefsTab control visibility incorrect when multiple configurations are selected.
2009-10-29 16:34:53 +00:00
Markus Schorn
cf75226ce6
Include next directive, bug 286081.
2009-10-29 14:38:58 +00:00
James Blackburn
fc1f0fe229
Bug 270568 Tabs aren't visible when switching back from "All Configurations"
2009-10-29 14:23:07 +00:00
Markus Schorn
d550905a0d
Restoring non-API methods of ITranslationUnit, providing public methods for accessing shared working copies, bug 293617.
2009-10-29 09:02:48 +00:00
James Blackburn
b2ab87de80
Add #toString to ExtData for item order stability in the table
2009-10-28 18:29:30 +00:00
James Blackburn
009d395fb7
Bug 293591 Settings entries for other tabs are lost on performing Edit / Remove action. Ensure that we preserve external settings for CSettingEntry types not known to the current tab.
2009-10-28 17:41:53 +00:00
Markus Schorn
186217789c
Argument dependent lookup for overloaded operators, 293589.
2009-10-28 17:15:19 +00:00
Markus Schorn
5e934ed6a5
Cleanup: unify isSameType for index and ast, create AST bindings for definitions of specializations.
2009-10-28 12:01:51 +00:00
Markus Schorn
c0e4eb2600
Ordering of function templates, bug 293468.
2009-10-28 07:24:36 +00:00
Markus Schorn
8217a6eb90
Empty search for certain projects, bug 293161.
2009-10-27 10:32:20 +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
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
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
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
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
Markus Schorn
37c899ffc2
In call hierarchy, show virtual overriders for the input method, bug 246064.
2009-10-16 11:45:52 +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
Sergey Prigogin
be4c1f9cf2
Filtering by visibility for content assist. Second attempt. Bug 172305.
2009-10-11 06:24:20 +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
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