| | 3 | Programmers tend to add comments to their code to remind themselves for things they will need to do later. |
| | 4 | They usually mark them with some specific word or string so they can easily search for that string later. |
| | 5 | Many times this string is '''TODO''' or '''TO DO''' or '''XXX'''. |
| | 6 | |
| | 7 | The TODO List Feature of Padre makes it easier to see all such items in the current file. |
| | 8 | When enabled via '''View/Show To-do list''' Padre will open a window on the right side listing all |
| | 9 | the lines that match a pre-defined regex. |
| | 10 | This regex is configurable via '''Preferences/Behavior/RegExp for TODO panel''' |