<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>I am following the MiniBrowser tutorial.</div><div><br></div><div>I have a folder named MiniBrowser which contains my project.</div><div><br></div><div><div>david-arnolds-macbook-pro-2:MiniBrowser darnold$ ls -ll</div><div>total 16</div><div>-rw-r--r-- &nbsp;1 darnold &nbsp;staff &nbsp;1383 Feb 12 12:58 MiniBrowser.e4p</div><div>-rw-r--r-- &nbsp;1 darnold &nbsp;staff &nbsp; &nbsp; 0 Feb 12 12:58 __init__.py</div><div>-rw-r--r-- &nbsp;1 darnold &nbsp;staff &nbsp; 217 Feb 12 13:14 minibrowser.py</div><div>drwxr-xr-x &nbsp;9 darnold &nbsp;staff &nbsp; 306 Feb 12 13:14 ui</div><div><br></div></div><div><br></div><div>As you can see, I just created minibrowser.py and saved it as MiniBrowser/minibrowser.py. As of this moment, it does not show up in the Project-Viewer of eric because it has not yet been added to the project.</div><div><br></div><div>I can select Add source files ... from the context menu in the Project-Viewer or I can select Add files ... from the Project menu. This is a little deceiving to have two different titles: 1) Add source files ... and 2) Add files ... Should they not be named the same in order to be consistent and avoid confusion on the part of the user?</div><div><br></div><div>Secondly, when I enter minibrowser.py and MiniBrowser/ as my directory path, clicking OK gives this message:</div><div><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->The file <span style=" font-weight:600;">/Users/darnold/Documents/temp/EricTutorials/MiniBrowser/minibrowser.py</span> already exists.</p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Overwrite it?<!--EndFragment--></p></div><div>This message is a bit spooky! Yes the file already exists, but no I don't want to overwrite it. I want to add it to the project so that it will show up in the Project-Viewer.</div><div><br></div><div>D.</div><div><br></div></body></html>