DeltaEscher / editra

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

Can't open file anymore when closing tab #487

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Open Editra, with no opened files to restore. You'll get an empty tab 
named "untitled..."
2. Close this tab
3. Click on "Open" icon, or File => Open, etc... it doesn't work anymore, 
you can't open any files.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

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

Editra SVN revision 63557, under Linux

What method of install was your version installed with (Binary/Source)?

Source

If from source: What version of python and wxPython are you using?

Python 2.5 wxpython 2.8

Original issue reported on code.google.com by sebastie...@gmail.com on 25 Feb 2010 at 8:15

GoogleCodeExporter commented 8 years ago
Hi,

What does "doesn't work" mean?

Does the File Open Dialog show up?

If So, does it mean that after selecting a file nothing happens? (any log 
output?)

Also it shouldn't be possible to close the 'untitled' tab, it should just cause 
a new
one to automatically be opened again. So if it is disappearing and there is 
just a
blank screen then there is another issue at hand.

Cody

Original comment by CodyPrec...@gmail.com on 25 Feb 2010 at 8:24

GoogleCodeExporter commented 8 years ago
Hi Cody,

File dialog isn't showing up at all. The only files I'm then able to open are 
those 
found in "Recent files".

I'm able to close the untitled tag, so it looks like this is an issue too.

Cheers,
Seb

Original comment by sebastie...@gmail.com on 25 Feb 2010 at 8:42

GoogleCodeExporter commented 8 years ago
odd, I would expect either an exception to be thrown or the file dialog to show 
at
least since it is handled outside the notebook.

Will look into the issue with being able to close the tab as it is likely the 
root cause.

Thanks,

cody

Original comment by CodyPrec...@gmail.com on 25 Feb 2010 at 8:53

GoogleCodeExporter commented 8 years ago
Fixed

Was reproducible on all platforms by clicking on the tabs close button and not 
using
the shortcut. Need to compensate for differences in these two actions when 
using the
new control.

Original comment by CodyPrec...@gmail.com on 26 Feb 2010 at 1:33