← Back to team overview

kicad-developers team mailing list archive

Re: Show in eeschema window title full/short path to open file -- patch

 

I DO like the concept of a title which shows the filename up near the
front, before a long path.

I think:

1) we should be able to agree on a standard format and not go through
the trouble having this be a configuration option.

2) that your version of wxformbuilder is fairly old.

3) that the patch is showing lines of

--- pcbnew/dialog_display_options_base.cpp	2010-03-01 11:25:08 +0000
+++ pcbnew/dialog_display_options_base.cpp	2010-07-13 12:53:39 +0000
@@ -12,139 +12,139 @@
 DialogDisplayOptions_base::DialogDisplayOptions_base( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxDialog( parent, id, title, pos, size, style )
 {
 	this->SetSizeHints( wxDefaultSize, wxDefaultSize );
-	
+
 	wxBoxSizer* bMainSizer;
 	bMainSizer = new wxBoxSizer( wxHORIZONTAL );
-	
+


What are the -+ lines about?

Let's research that.  I will look at the format you have chosen for the title.  Eventually we should do the same for PCBNEW.  Give me several hours to look at this title format and offer some feedback.


Dick

 





Follow ups

References