Custom command for Eclipse on current file

后端 未结 2 1894
滥情空心
滥情空心 2020-12-14 11:37

I would like to enhance Eclipse so that when I press a custom key combo--say Ctrl + Shift + E--then it will run a command on the current fil

2条回答
  •  太阳男子
    2020-12-14 11:52

    Also, make sure that your "resource" (foo.c) is selected. It happened to me that when testing the external tool and horizontally scrolling the output pane, the resource gets deselected. When you run the external tool again after probably having made changes to its configuration, Eclipse will pop up an error box about "empty variable" (e.g. ${resource_loc} ).

提交回复
热议问题