thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

FileBrowser has problem in finding the path OnPageChange in GTK environment #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
FileBrowser 1.6

What steps will reproduce the problem?
1.Open two files from FileBrowser (double clicking)
2.change from one tab to another
3.the focus in FileBrowser is set to '/' whatever the real file path is

What is the expected output? What do you see instead?
When a file is opened by activating it from the FileBrowser, the file name will 
be something starts with '//', which should start with '/', so FileBrowser can 
not find it. It seems to go well after editing source by removing r_txt from 
the GetItemPath function.
Another problem is that all special path such as '/home/user/...' or 
'home/user/Desktop/...' in FileBrowser will be set to '/', which is probably 
because the special prefixes are replaced with '' (null string) in OnPageChange.

What version of Editra are you using? On what operating system?
Editra 0.6.26, Ubuntu 10.04, Python 2.6.5, wxPython 2.8

Please provide any additional information below.
wx.Platform=='__GTK__'

Original issue reported on code.google.com by Gerald.X...@gmail.com on 19 Mar 2011 at 2:56

GoogleCodeExporter commented 9 years ago
This will be corrected by version 2.0 which is a re-write to utilize a custom 
control as to not have to work around the limitatios of the builtin browser.

FileBrowser 2.0 will be bundled with next editra release (> 0.7.01)

Original comment by CodyPrec...@gmail.com on 22 May 2012 at 7:05