What free and preferably open source development tools for windows would you recomend? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T17:50:51Zhttp://stackoverflow.com/feeds/question/33441http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco2What free and preferably open source development tools for windows would you recomend?segfault2008-08-28T21:26:21Z2008-09-17T12:30:15Z
<p>Currently, I use MinGW for C/C++, Sun's SDK for java, and the Crimson Editor or Notepad++ for editing and Eclipse for my IDE.</p>
<p>Microsoft limits what you can do with the code you create with the Express versions of Visual Studio so as far as I am concerned it doesn't count as free development tool. I see them more as a training tool for the paid version of Visual Studios.</p>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/33443#334430Answer by Ben Collins for What free and preferably open source development tools for windows would you recomend?Ben Collins2008-08-28T21:27:32Z2008-08-28T21:27:32Z<ul>
<li>Emacs </li>
<li>Python(x,y)</li>
<li>Visual Studio 2008 Express versions</li>
<li>TextPad</li>
<li>Windows PowerShell</li>
<li>Tortoise SVN</li>
</ul>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/33445#334454Answer by Frank Krueger for What free and preferably open source development tools for windows would you recomend?Frank Krueger2008-08-28T21:27:46Z2008-08-28T21:27:46Z<p>The <a href="http://www.microsoft.com/Express/" rel="nofollow">Express versions of Visual Studio</a>.</p>
<p>You get a great C++ compiler and all the tools you need to build modern Windows apps. Not so hot for cross-platform development of course.</p>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/33447#334476Answer by Craig Walker for What free and preferably open source development tools for windows would you recomend?Craig Walker2008-08-28T21:28:53Z2008-08-28T21:28:53Z<p>Subversion for version control, and TortoiseSVN as a front end if you are on Windows.</p>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/33451#334511Answer by Re0sless for What free and preferably open source development tools for windows would you recomend?Re0sless2008-08-28T21:29:58Z2008-08-28T21:29:58Z<p><a href="http://www.mysql.com/" rel="nofollow">MySQL</a> or <a href="http://www.firebirdsql.org/" rel="nofollow">Firebird</a> for databases and <a href="http://www.openoffice.org/" rel="nofollow">Open Office</a> for a MS Office replacement. maybe <a href="http://www.gimp.org/" rel="nofollow">GIMP</a> for images if you need that.</p>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/33468#334680Answer by jsight for What free and preferably open source development tools for windows would you recomend?jsight2008-08-28T21:43:12Z2008-08-28T21:43:12Z<ul>
<li>Netbeans for Java and web development (great JS IDE, and great form builder)</li>
<li>SharpDevelop for C#/.Net</li>
<li>Subersion/TortoiseSVN</li>
<li>Postgres for databases</li>
<li>Aptana for some Javascript projects</li>
<li>Komodo Edit for Python (hopefully to be replaced by the Python plugin for Netbeans by the end of the year)</li>
</ul>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/51308#513081Answer by Adam Pierce for What free and preferably open source development tools for windows would you recomend?Adam Pierce2008-09-09T06:49:52Z2008-09-09T06:49:52Z<p>Check out <a href="http://wascana.sourceforge.net/" rel="nofollow">Wascana Desktop Developer</a>. It's based on MinGW and Eclipse. It gives you the Eclipse graphical IDE on top of the GCC toolchain in Windows.</p>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/51336#513360Answer by Pascal Immerzeel for What free and preferably open source development tools for windows would you recomend?Pascal Immerzeel2008-09-09T07:09:34Z2008-09-09T07:09:34Z<p>FLASH DEVELOPMENT</p>
<p>Not all are open source, but at least free to use.</p>
<ul>
<li>Eclipse </li>
<li>Vim</li>
<li>Flex SDK</li>
<li>FlashDevelop</li>
<li>Subversion / TortoiseSVN</li>
<li>FreeCommander</li>
<li>Firefox (Firebug)</li>
<li>Powerflasher SOS Max</li>
<li>WinSCP</li>
<li>Star-Tools SQL-Front</li>
</ul>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/51385#513850Answer by wieczo for What free and preferably open source development tools for windows would you recomend?wieczo2008-09-09T08:26:42Z2008-09-09T08:26:42Z<p>I am a Windows user and my development tools include:</p>
<ul>
<li><a href="http://getfirebug.com/" rel="nofollow">Firebug</a> for debugging JavaScript in Firefox</li>
<li><a href="http://filezilla-project.org/" rel="nofollow">FileZilla</a> for FTP access</li>
<li>Netbeans for Java and JRuby development.</li>
<li>PostgreSQL, SQLite and MySQL as databases</li>
</ul>
<p>As already mentioned:</p>
<ul>
<li><a href="http://notepad-plus.sourceforge.net/" rel="nofollow">Notepad++</a> for editing and script programming(PHP, Ruby)</li>
<li>OpenOffice as a MS Office Replacement</li>
<li>SVN for version control and TortoiseSVN for SVN Explorer integration</li>
</ul>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/51450#514500Answer by Mark Ingram for What free and preferably open source development tools for windows would you recomend?Mark Ingram2008-09-09T09:19:18Z2008-09-09T09:19:18Z<p>You need <a href="http://www.getpaint.net" rel="nofollow">Paint.Net</a> if you do any kind of graphics editing.</p>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/82494#824940Answer by AJ for What free and preferably open source development tools for windows would you recomend?AJ2008-09-17T12:20:08Z2008-09-17T12:20:08Z<ul>
<li>Text editor: <a href="http://www.jedit.org/index.php" rel="nofollow">jEdit</a></li>
<li>IDE: <a href="http://www.sharpdevelop.com/OpenSource/SD/Default.aspx" rel="nofollow">SharpDevelop</a></li>
<li>Graphics: <a href="http://www.gimp.org/" rel="nofollow">The GIMP</a> or <a href="http://www.getpaint.net/" rel="nofollow">Paint.net</a></li>
</ul>
http://stackoverflow.com/questions/33441/what-free-and-preferably-open-source-development-tools-for-windows-would-you-reco/82595#825950Answer by blowdart for What free and preferably open source development tools for windows would you recomend?blowdart2008-09-17T12:30:15Z2008-09-17T12:30:15Z<p><em>Microsoft limits what you can do with the code you create with the Express versions of Visual Studio</em></p>
<p>How exactly? There are no restrictions on the output at all. From the <a href="http://www.microsoft.com/express/support/faq/" rel="nofollow">Express FAQ</a></p>
<blockquote>
<h1>Can I use Express Editions for commercial use?</h1>
<p>Yes, there are no licensing restrictions for applications built using Visual Studio Express Editions.</p>
</blockquote>
<p>Of course there's always <a href="http://www.icsharpcode.net/OpenSource/SD/" rel="nofollow">SharpDevelop</a> if you still have objections to Express and want to develop in .NET</p>