سؤال

In XCode to move selected block you can press "Cmd+]" to right and "Cmd+[" to left, what hotkey in QtCreator do this? In Help I didn't find this function.

هل كانت مفيدة؟

المحلول 2

You can specify a key sequence for Indent/Unindent in Qt Creator. Go to Tools > Options > Environment > Keyboard Shortcuts and specify the shortcuts for this.

نصائح أخرى

The correct answer should be tab and shift+tab.

Tab will move the selected block to the right and shift+tab will move it to the left.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top