Question

In the chat box of file foo.cc I would like to reference a specific line in file bar.cc.

For example, I have bar.cc:line 12 written in my code collab chat box

In this case, code-collab only recognizes and allows the jump to bar.cc, but not to the line. Is it possible to write a reference to line 12 in bar.cc so that when the designer clicks on it in the chat box, they are immediately jumped to that line in the file?

Was it helpful?

Solution

After reading, using Code collaborator 7 and talking to our server support admins, there is no support for this functionality.

If you would like to see this type of automatic linking supported in the next version of code-collaborator, then vote on it in the following SmartBear Software support forum post:

https://community.smartbear.com/t5/Collaborator-Feature-Requests/Reference-the-Line-of-Another-File-in-the-Same-Review/idi-p/100236

OTHER TIPS

A simple hack that works on all versions:

Add a comment (or just green tick) on the specified line of the target file.

Then from the "Review materials" section, right on the specified line of the target file and copy link address.

Now you have a permalink for the specified line of the target file, which you can paste anywhere (read: any file in any review) for reference.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top