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.

Bugs (?) in CCSV5.1 M6?

Guru 15580 points

In CCSV5.1 M6 I have lost :

1. The Build Project button in the Debug perspective

2. The ability to CTL \ in edit to un-comment a block of highlighted text (the CTL / still works).

Thx

MikeH

 

  • MikeH said:

    1. The Build Project button in the Debug perspective


    Are you referring to the bug icon (to build and lauch debug session) or just the build project icon?

    If you're referring to the build project icon, I don't believe that was ever visible in the Debug perspective.

    If you really wish to make this visible, you can do so by customizing the perspective. Within the Debug perspective, right-click on the toolbar and choose Customize Perspective. Under COmmand Groups Availability tab, enable Build Configuration. The build icons will then become visible in this perspective.

     

    MikeH said:

    2. The ability to CTL \ in edit to un-comment a block of highlighted text (the CTL / still works).


    Ctrl / is used for both commenting and uncommenting a block of code. This works for me without problems.

  • Aarti,

    AartiG said:
    I don't believe that was ever visible in the Debug perspective.

    Hmmmm....you're correct. I could have sworn I was able to build the project from the debug perspective in CCSV4. I must have used the drop-down menu (Project->Build Active Project). I was able to add the build icon to CCSV5.1 per your recommendation. Thanks.

    AartiG said:
    Ctrl / is used for both commenting and uncommenting a block of code. This works for me without problems.

    This has changed since CCSV4 where CTL/ commented a line and CTL\ uncommented a line (check the key assist in V4 for verification of this). 

    Thx,

    MikeH

     

  • MikeH said:

    This has changed since CCSV4 where CTL/ commented a line and CTL\ uncommented a line (check the key assist in V4 for verification of this). 

    You're right, this has changed since CCSv4 (probably a change that came with the new version of Eclipse).