| 178 | | == To-Do List == |
| 179 | | ''View -> To-Do List''. |
| 180 | | opens a to-do list window. |
| | 178 | == TODO List == |
| | 179 | |
| | 180 | Related: #824, #1012, #1126, #1144, #1145, (#899, #319) |
| | 181 | |
| | 182 | 1. Open a perl 5 file (check in the status bar if the mime-type is Perl 5) |
| | 183 | 1. Open the TODO list window using ''View -> To-Do List''. |
| | 184 | 1. Check if the window opened on the right-hand side |
| | 185 | 1. In the file type in the following: |
| | 186 | {{{ |
| | 187 | # TODO hello |
| | 188 | }}} |
| | 189 | 1. See that the text '''hello''' appears in the TODO window |
| | 190 | 1. (due to a bug currently it only shows up after saving the file) |
| | 191 | |
| | 192 | TODO: add more items to the test case to cover the other features and bugs as well. |