Python Scripte in Eclipse einbetten
-
Ich möchte den Google Style Guide http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py auch in Eclipse verwenden. Konnte dazu bisher nichts im Netz finden und habe keine Idee, wie ein Python Script unter Eclipse installiert wird?
-
geht nur ueber ein .cmd mit folgendem Inhalt
C:\Python27\python "c:\cpplint.py" %*
den Ort der .cmd musst du dann als custom build command eingeben und dahinter ${selected_resource_loc}
zu den custom build commands gibt es aber genug im nety