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.

Compiler/CCSTUDIO: For switch case, how to go matching break?

Part Number: CCSTUDIO

Tool/software: TI C/C++ Compiler

Hi, there.

We know ctrl + shift + p = go to matching bracket.

But is there a shortkey to go to matching break for case? I have many nested switch cases and want to navigate quickly.

By the way, double hit ctrl+shift+L will refer to keys(or you can go Preferences -> General -> Editors -> Keys)

Drop to bottom will see "zoom in" and "zoom out" command.

I can't change shortkey to "ctrl + mouse scroll up"(no response)

nor focus effected boundary within one editing window.(all editing windows are affected at same time, I just want one window zoom out/in)

Thanks

  • Andy Lin94 said:
    But is there a shortkey to go to matching break for case?

    It appears there isn't one, but I find anything different I will let you know.

    Andy Lin94 said:
    nor focus effected boundary within one editing window.(all editing windows are affected at same time, I just want one window zoom out/in)

    Did you try changing the setting of the "When" field for the binding?

  • No, when setting by default are "In windows" and "Editing Text"
    Btw, what does it mean by in windows?
  • You can have different key bindings based on context, so for example it can either apply to all Eclipse Windows or only while Editing Text. More information is available in the Eclipse documentation here.

    Looking at the information there, it appears that you can set the context to be certain specific views. But within the context of editing, it doesn't appear to allow for further customization of specific editor views.