pythonscite

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


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!


Solution

  • Highlight the block of code and press shift+tab