what are your favorite programming tools? - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Scripting & Programming (https://post4vps.com/Forum-Scripting-Programming) +--- Thread: what are your favorite programming tools? (/Thread-what-are-your-favorite-programming-tools) |
what are your favorite programming tools? - brightening-eyes - 02-09-2016 hi, so, i start with myself: ide: code::blocks C++ compiler: MinGW-w64 G++ (i update it if i have time) c Compiler: MinGW-W64 gcc compiler (like C++ if i update my C++ compiler, it will be updated) my text editor (i'm using it inside my ide): wordpad (because of it's accessibility for visually impaired people) other ides: orwell Dev-C++ basic compiler: free basic (fbc) linker: gnu ld shell: msys2 or windows command prompt what are yours and what are your ideas? thanks RE: what are your favorite programming tools? - Hagmui - 02-12-2016 Since i mostly do java or bash coding, it is either eclipse or vim. RE: what are your favorite programming tools? - kubanek_kuba - 04-10-2016 I am writing scripts in notepad++ for unity3d so it is using mono compiler. RE: what are your favorite programming tools? - Unixfy - 04-11-2016 I've always been a web developer, so I've always been using Brackets by Adobe (brackets.io, a nice free alternative to Dreamweaver made by the same company!), and Atom (atom.io). Let's put this together: IDE: Brackets & Atom C++ Compiler: VS2016 Ultimate C Compiler: VS2016 Ultimate Text editor: Notepad++, Gedit on Linux Python Compiler: Regular Python IDLE Shell: Cygwin, and the builtin bash shell when it comes out for Win10. [b]Now, I need to correct some things that YOU posted, @brightening-eyes[b] (02-09-2016, 11:54 AM)brightening-eyes Wrote: hi,I need to tell you, WINDOWS CMD IS NOT A SHELL! PowerShell would be the correct one on Windows. RE: what are your favorite programming tools? - meetdilip - 04-12-2016 I help myself with Adobe Brackets mainly. I have used Notepad++. I see many recommend Sublime Text as well. I have tried Dreamweaver. CoffeCup Editor looks like a free alternative to Dreamweaver. RE: what are your favorite programming tools? - meetdilip - 05-02-2016 My coding needs are often met by Adobe Brackets. It looks very simple and light. They have a good few extensions as well. A neat UI could do wonders when you get frustrated with coding woes. RE: what are your favorite programming tools? - perry - 05-07-2016 1. html 2. css 3. java 4. c++ RE: what are your favorite programming tools? - Dudi - 05-12-2016 (04-12-2016, 07:43 PM)meetdilip Wrote: I help myself with Adobe Brackets mainly. I have used Notepad++. I see many recommend Sublime Text as well. Me too. I like phpDesigner series with an older edition (2013). But I use koding.com (where you can connect your own VPS and then you can access it from a webbrowser with a multi-function IDE) , cloud9 and codeanywhere.com too. RE: what are your favorite programming tools? - Arkiven4 - 05-18-2016 about the text editor. I suggest you use notepad ++. because it has many features that can help you in programming RE: what are your favorite programming tools? - KripTon - 05-22-2016 1-c++ 2-python . 3-java 4-notepad ++ |