in SciTE, how to make the whole block of code have less margin in python

StackOverflow https://stackoverflow.com/questions/18436903

  •  26-06-2022
  •  | 
  •  

سؤال

My English just as my programming, are not good, apologize.

I'm using SciTE to run python code. I added a while statement to the outside of a block of code. Then, in order to indent the next block of code, I selected it and pressed tab.

After some more coding, I now want to delete the while statement and dedent (unindent) the block of code that's in the while-loop. How can I dedent a block of code?

Hope people can understand my poor description, man. Thanks!

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

المحلول

Highlight the block of code and press shift+tab

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