cjprecord / editra-plugins

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

[macrolauncher] Replace quick view dialog with custom dialog #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
wx.lib.dialogs is not available in the binary versions of Editra so trying
to show that scrolled dialog will cause a crash.

The dialog is quite ugly and cannot be resized anyway so it would be much
better make a custom dialog.

I would suggest deriving a new dialog and using a ed_basestc to display the
file, this will also allow for syntax highlighting. Use a
wx.StdDialogButtonSizer as well so that the button is correctly placed in
the dialog the scrolled one is quite wrong on wxMac. Having the dialog be
resizable would also be a major plus.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 23 May 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Replace with custom wx.Dialog that uses ed_basestc (code highlights, resizable,
btnsizer used).

Original comment by roman.ch...@gmail.com on 26 May 2009 at 8:56