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


my english programming, not good, apologize.

i'm using scite run python code. added while statement outside of block of code. then, in order indent next block of code, selected , pressed tab.

after more coding, want delete while statement , dedent (unindent) block of code that's in while-loop. how can dedent block of code?

hope people can understand poor description, man. thanks!

highlight block of code , press shift+tab


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -