All is in the title.
If a have opened the three files:
- /some/relatively/long/path/dir1/file_a
- /some/relatively/long/path/dir1/file_b
- /some/relatively/long/path/dir2/file_a
The file dropdown contains:
file_a (/some/relatively/long/path/dir1)
file_a (/some/relatively/long/path/dir2)
file_b (/some/relatively/long/path/dir1)
And that bother me because I have to look on the right to differentiate the two file_a
, and on the left for the others. This happens a lot to me mostly because I code in python, and thus I often have several __init__.py
files opened.
How do I get jedit to display
/some/relatively/long/path/dir1/file_a
/some/relatively/long/path/dir1/file_b
/some/relatively/long/path/dir2/file_a
config:
- jedit 5.1.0
- java 1.6.0_26
- mac osx 10.6