简体   繁体   中英

Add a todo list item in SPE (Stani's Python Editor)

How do I add a todo list item in Stani's Python Editor? I think it's something you type in together with the code and it automatically shows up the the todo list panel. However, I do not know the syntax.

Try

#TODO: Something

(I didn't try it myself)

I know this is a very old post, but I thought I'd share the following.

Any line starting "#TODO: " will add text to the to-do list/tab (the keyword is case insensitive). You can add one or more exclamation marks - these act as a priority ordering mechanism, the number appearing in the "!" column. Further, the entry (or entries) that have the largest exclamation count are highlighted with a yellow background.

When I discovered how to use this feature, I consigned all my scrappy notes of 'things to fix' to the bin and kept them all 'online' so to speak. It is a very useful feature.

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