Sublime Text 3 IDE setup

Highlight: Sublime Text 3 already build in support 48 types of language syntax highlight, auto-complete etc Sublime Text 3 only provides few build package for compiling/running Here providing user defined build packages for most popularly languages and scripts: C/C++/Java/Go/Objc/Ruby/Lua/HTML/JavaScript/JQuery/bash it is portable ST3 IDE on windows Language build is pre-zipped …

Pydev for Eclipse

Pydev is Eclipse plugin to integrate Python to IDE, can download from here: http://pydev.org/download.html Somehow I cannot see Pydev in eclipse language list, found issue is on mismatched Java SDK, I installed JDK 1.7 64 bits but Eclipse 4.3 used 32bits, however everything in Eclipse is in Java including plugin. …

Eclipse IDE

It’s no doubt that Eclipse is best and mature IDE for project level development. same SDK platform + language plugin, Java, C/C++, PHP, Python learning curve is getting lower This is my installation path for multi-language IDE. 1) install Eclipse Classic 3.6 from http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr 2) launch Eclipse, install C/C++ and …