"Was the main.c opened when starting Geany or was only the project<br>loaded without any opened files?"<br>The main.c was not open, i opened geany and i got a blank file and when clicking on open project, it ask me to close the existing one. So the project was open but not the 
main.c<br><br><br>"Project name and executable filename are two<br>different things."
<br>I was talking about a default appname. If the programmer choose to set one diferent, then he should be able to do it, but if i compile a main.c i get a main.exe, and not a projectname.exe. Then, setting a file to run can be done almost automatically checking if 
projectname.exe exists, if not, shows an open dialog.<br><br><br>
About the GEANY_USE_WIN32_DIALOG. its nice to have the option. Seems like the project is very well driven.<br>There says: "The
default Windows file dialogs are missing
some nice features like choosing a filetype
or an encoding."<br>Choosing
filetype?, i always have a combobox to choose, but i think that is
called filter. Which in this case is almost the same.<br>About
encoding, most good text editors i have seen, tries to autodetect the
encoding, and allows to change it with options on the menu.
<br>I think that the best reason to not use windows-dialogs is to only
use gtk and force windows use to adapt it self to the free world.<br><br><br>"Open Build->Set Includes and Arguments and then adjust the Execute<br>field to the path to your python executable as necessary."<br>
The "Execute field" is disabled, but it executes well, i guess that is not calling python directly to run the script, geany executes it directly.<br>But for compiling it fails.<br><br><br>"How to do that? Doesn't the $PATH variable exist exactly for that
<br>reason?"<br>I think that not all the users can have access to change the environment variables. <br>To ask the OS i think that will be needed to use some windows files, maybe rundll or maybe, the windows api, i can check for that if you want.   :)
<br><br><br>"where did you set it? This is not a problem of Geany but of your setup<br>and/or gcc. To avoid passing all this on the command line I suggest to<br>use Makefiles."<br><br>I didn't SET it. The GTK installer does. And gcc is installed by its installer so both are as they come.
<br>What do you mean with the problem is on my gcc setup. Should gcc always check on the includes environ?<br>I know about the makefile, thanks.<br><br>Cheers.<br>Diego<br>:)<br><br><br><br><br><div><span class="gmail_quote">
2007/12/6, Enrico Tröger <<a href="mailto:enrico.troeger@uvena.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">enrico.troeger@uvena.de</a>>:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Thu, 6 Dec 2007 12:34:58 -0300, "Diego Jacobi"<br><<a href="mailto:jacobidiego@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

jacobidiego@gmail.com</a>> wrote:<br><br>> Also.<br>> This is my include-path on windows:<br>where did you set it? This is not a problem of Geany but of your setup<br>and/or gcc. To avoid passing all this on the command line I suggest to
<br>use Makefiles.<br><br>> C:\GTK\INCLUDE;C:\GTK\INCLUDE\GTK-2.0;C:\GTK\INCLUDE\GLIB-2.0<br>> ;C:\GTK\INCLUDE\PANGO-1.0;C:\GTK\INCLUDE\CAIRO;C:\GTK\INCLUDE\ATK-1.0<br>> ;C:\GTK\INCLUDE\GTKGLEXT-1.0;C:\GTK\LIB\GTK-
2.0\INCLUDE;C:\GTK\LIB<br>> \GLIB- 2.0\INCLUDE;C:\GTK\LIB\GTKGLEXT-1.0\INCLUDE;C:\GTK\INCLUDE<br>> \LIBGLADE-2.0 ;C:\GTK\INCLUDE\LIBXML2;<br>><br>> But seems like i have to put it by hand on a gcc command, maybe you
<br>> can make a %i to be replaced for this path, or include this<br>> eviron-string automatically on the default gcc command.<br>No, see above.<br><br>Regards,<br>Enrico<br><br>--<br>Get my GPG key from <a href="http://www.uvena.de/pub.key" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.uvena.de/pub.key</a><br><br>_______________________________________________<br>Geany mailing list<br><a href="mailto:Geany@uvena.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Geany@uvena.de
</a><br><a href="http://uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://uvena.de/cgi-bin/mailman/listinfo/geany</a><br><br><br></blockquote></div><br>