This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS task update location

Is there anyway to update the location of a task? It seems I can only update the description.

I made a task but since the number of lines of code have changed, the task no longer points to the code I wanted it to point to. The task doesn't move with the code, instead it stays with the line number. I'd be happy to update the line number manually but that doesn't seem possible. Guess I will have to delete the task and make a new one?

  • rs said:
    Is there anyway to update the location of a task?

    Can you provide some more details, such as how you are creating the task, and are you doing this in the context of SYS/BIOS?

  • No just in CCS. From the view menu drop down if you choose Other... and then look in General there's a Tasks view where you can add tasks. You can create an Associated Task that is associated with a specific line of code. But if the number of lines of code changes the line of code is not updated so the task no longer points to where you originally intended. There doesn't seem to be a way to update the line of code the task points to manually, other than deleting the task and making a new one. I guess the best thing to do is not use associated tasks and just use //todo
  • rs said:
    There doesn't seem to be a way to update the line of code the task points to manually, other than deleting the task and making a new one. I guess the best thing to do is not use associated tasks and just use //todo

    Yes you are correct. I couldn't find a way to update the line number for a task either, so using TODOs might be a better option.