BigAppa / gwrite

Automatically exported from code.google.com/p/gwrite
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Full pathname of open file should be exposed #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a file "index.html" (say, from Recent list)
2. Try to discover the full path to that file
3. Realize path is nowhere to be found (other than by doing a "Save As..." to 
determine the default destination)

What is the expected output? What do you see instead?

The file's path should be revealed somewhere in the interface. For comparison, 
GEdit displays it in at least two places:
a. in the window title
   "index.html (/path/to/that/file) - gedit"
b. in the tooltip for the file's editor tab
   "Name: /path/to/that/file/index.html"

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

GWrite 0.5.1, self-installed on Linux Fedora 16 x86_64

Original issue reported on code.google.com by ferd...@gmail.com on 5 Jan 2012 at 3:59