I want to write my own Python IDE (just for that). I was wondering if I can use Eclipse as a base. This will save me from coding for whole things (code editor, intellisense, etc.).
To understand what I mean, take a look at Visual Studio Isolated Shell . I'm basically looking for something equivalent. A Google search did not help. Is there anything similar in case of Eclipse?
source
share