【发布时间】:2011-04-03 21:10:25
【问题描述】:
我一直在谷歌上搜索,这真的令人沮丧。它不像空闲。
例子:
else:
name = 'World'
print 'Howdy', name
print 'yay'
但在记事本++中
else: # i press enter and this is what it does
lands me here
但我希望能够在空闲时做类似的事情:在: 之后,我可以按 Enter 并继续前进。我的英语不是很好。
我的文件类型设置为 Python 等,格式设置为 unix。
【问题讨论】:
标签: python notepad++ indentation auto-indent