Question

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!

Was it helpful?

Solution

Highlight the block of code and press shift+tab

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top