| Summary: | [Compatibility] CDT needs to run on Eclipse 4.x | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Remy Suen <remy.suen> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aegges, eclipse, felipeadriano32, jamesblackburn+eclipse, kesselhaus, Lars.Vogel, malaperle, marc.khouzam, overholt, pwebster, yevshif |
| Version: | 4.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | stalebug | ||
| Bug Depends on: | 320478, 331441, 342806, 349452, 350067, 361562, 365043, 367963, 368595, 370590, 370748, 372684, 375221, 375471, 376441, 376442, 377343, 384678, 384680, 385369, 407694, 413410, 414973 | ||
| Bug Blocks: | 330957 | ||
|
Description
Remy Suen
It doesn't look like Instruction stepping mode is working (SDK M4 + lastest CDT or CDT 8.0.1) but it works with Indigo SR2-RC2 (EPP C/C++). Also, the Build button and Manage configuration button are not enabled when the editor has the focus. But when I select text it becomes enabled. The buttons in the macro expansion explorer are disabled. Tested with Juno M5 (EPP C/C++)
#define FOO(a) a++
#define BAR(a) FOO(a)
int main() {
int b;
BAR(b); // hover on BAR
return 0;
}
I will create separate bugs for this and the previous comment.
(In reply to comment #2) > I will create separate bugs for this and the previous comment. Thanks for testing, Marc-Andre. When you have the bugs created, please mark them as blocking this bug. Project Settings -> Resources -> Linked Resources -> Path Variables When adding a variable like an directory, it is added and shown in the list. If you want to add another one, which extends the just created one, the one is not shown. e.g. Select button 'New', then add 'Name'="SANDOX_DIR", select button 'Folder'="/Path/To/Sandbox", select 'OK'. Select button 'New', then add 'Name'="SUBDIRA", select button 'Variable', and in the dialog, the previously created 'SANDBOX_DIR' is not available. Open a lot of files, til the editor tabs contain more tabs than fit to the current with (maybe open some more). The little button with the arrow and the number of invisible files shows up. Klick on it, to open the "Open editors view", try to close some files, by right-clicking on the file and select close. The closed editors are still shown in the list, and you might close a different file. This worked in 3.x stream, but not on 4.2. (In reply to comment #4) > Project Settings -> Resources -> Linked Resources -> Path Variables Please open separate bugs for comment #4 and comment #5. You can mark them as blocking this bug. PW This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |