简体   繁体   中英

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!

突出显示代码块,然后按Shift + Tab

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM