This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision 4.6 Find in File - display relative path?

I'm just upgrading from uVision 4.0 to 4.6, and the Find in File function displays the full pathname in the Find in Files window, which very often, in deeply buried projects, takes up all my display space and makes it hard to see the text quoted at the end of the line.

For instance (some chars replaced for privacy):
\\vmware-host\Shared Folders\Documents\ccc\ccc\cccccccc\0908_8051\Keil\forks\ccccccccc\ccc_C8051_Firmware_Commit_284\code\MIDI\MIDI_usb.c(387) : return 1;

In version 4.0, it displayed the relative path very cleanly like this:
.\code\MIDI\MIDI_usb.c(381) return 1;

Is there any way to turn on relative paths for this function in uVision 4.6?

Dan

Parents
  • Hello Dan,
    the presentation of the pathname has changed in combination with other changes made at the editor at that time. We currently are planning to offer a corresponding configuration, but this will affect just future versions of µVision. Former product versions we do not change.
    R.Kopsch, ARM Senior Support Engineer

Reply
  • Hello Dan,
    the presentation of the pathname has changed in combination with other changes made at the editor at that time. We currently are planning to offer a corresponding configuration, but this will affect just future versions of µVision. Former product versions we do not change.
    R.Kopsch, ARM Senior Support Engineer

Children