Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.83k stars 254 forks source link

Increase size of rtags-reference-tree result #1342

Closed fperies closed 5 years ago

fperies commented 5 years ago

Hello,

This is too bad that the string of caller is truncated in the result of the rtags-reference-tree command. It may be confusing when caller is overloaded: image

Would it be possible to increase the number of characters to display caller function ?

Thanks Regards

Andersbakken commented 5 years ago

Should be doable now by setting rtags-references-tree-truncate to nil

fperies commented 5 years ago

Hello, Unfortunately, the truncate operates on the callee line not on the caller line. I would expect to not have truncature on the string at right-hand side of the <= sign. Can you please fix this ?

Thank you for your support!