thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

TODO shows file path, not file name #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the To-Do List window
2. Observe the "File Name" column

What is the expected output? What do you see instead?
Expected: "main.py"
Actual: "D:\Long Directory Name\Longer Directory Name\Junk\More Junk\main.py"

What version of the product are you using? On what operating system?
2.0.0.0

Please provide any additional information below.
Per the image in the Help file, it seems like it used to work fine.

(VERY LOW PRIORITY enhancement request)

Original issue reported on code.google.com by pztric...@gmail.com on 31 Jul 2010 at 1:43

GoogleCodeExporter commented 9 years ago
In fact that was changed a few versions back and code was added to shorten the 
FileName if it didn't fit the column width.  If you do not want to see long 
paths just shorten the column width of the File name.

It is common in packages to have __init__.py files.  If there are todo items in 
them you wouldn't otherwise be able to differentiate.

Original comment by pyscripter on 11 Aug 2010 at 2:15