<div>Hi Andreas,<br><br></div>
<div><span class="gmail_quote">On 5/14/07, <b class="gmail_sendername">Andreas Pakulat</b> <<a href="mailto:apaku@gmx.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">apaku@gmx.de</a>> wrote:
</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">On 14.05.07 10:43:36, Sandro Andrade wrote:<br><br></blockquote>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">> 3) I suppose the code in /lib directory constitutes a kdevelop foundation<br>> library (named kdevelop plataform), as something additional
<br>> to simply a graphical IDE application, am I right ?<br><br>what is currently in /lib will be a separate module called kdevplatform.<br>Its meant to work similar to the Eclipse SDK, it can be used to build<br>your own IDE-like application on top of it. For this it provides various
<br>things that you can just use instead of implementing yourself, like a<br>project class and a way to load projects, code that handles multiple<br>toolviews and mainwindows and so on...</blockquote>
<div> </div>
<div>Hmm, that sounds great !</div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">> 6) My kdevelop4 snapshot does not allow the creation of new projects. No<br>> project template is exhibited in the new project dialog.
<br>> I noticed the following lines commented in main.cpp:<br><br>Thats correct. What snapshot? Do you have a tar.bz2 under<br><kdevelop-install-dir>/share/apps/kdevappwizard/app_templates? If not,<br>do you have a subdir in
<br><kdevelop-source-dir>/languages/cpp/app_templates? Were there any errors<br>during building KDevelop4?</blockquote><div><br>In <kdevelop-source-dir>/languages/cpp/app_templates I have qmake_qt4guiapp.tar.bz2, but I realized that this file is in gzip format instead of bzip2 format. KDevelop compiles fine, but an error occurs when KDevelop tries to uncompress this file. I'll try to reconstruct it using bzip.
<br><br>Another question: Why kdevelop relies in classes such as KApplication and KParts::MainWindow, instead of QApplication and QMainWindow ?<br></div></div><br><br>Thanks,<br>Sandro<br>