2007年05月19日 星期六 22:54
我前几天用svn更新了一下,为什么写程序的时候,自动代码补全,会出现下面的情况: def method_name(${2:}): '''${3:}''' ${0} for in ${2:}: ${0} if : ${0} 这些 "${0}"是怎么出现的,怎么去掉? -- 武长斌 chbin.w at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070519/f1d8fd48/attachment.htm
2007年05月20日 星期日 08:30
On 5/19/07, 武长斌 <chbin.w在gmail.com> wrote: > 我前几天用svn更新了一下,为什么写程序的时候,自动代码补全,会出现下面的情况: > > def method_name(${2:}): > '''${3:}''' > ${0} > > for in ${2:}: > ${0} > > if : > ${0} > > 这些 "${0}"是怎么出现的,怎么去掉? > 按tab就会自动跳转到相应的位置了。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
Zeuux © 2025
京ICP备05028076号