Bug 479229 - Find References, Open Implementation, and navigate forward / back don't work
Summary: Find References, Open Implementation, and navigate forward / back don't work
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 8.0.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-07 07:39 EDT by Tama McGlinn CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tama McGlinn CLA 2015-10-07 07:39:09 EDT
Find References works on some functions, but not on others. For example, in the sming framework (clone from https://github.com/SmingHub/Sming/ into /opt/), Sming/appinit/user_main.cpp calls the init() function, but trying to find references on init() (in e.g. the Blink_Led example) yields 0 results.

Open Implementation does not work. For example, in the sming framework, Sming/SmingCore/HardwareSerial.cpp defines read(). You can Open Declaration on this, which opens HardwareSerial.h to the correct line, but then Open Implementation does not return you to the .cpp file. (and in fact, does nothing, not even telling you: "the implementation could not be found")

Navigate forward / back
Alt+Right and Alt+Left do nothing. It is also not possible to rebind these to Cntrl+Alt+Right - when you press the arrow, the bind window is cleared instead.