I need to create some standalone programming editor/tools, and I found STS fits my need. STS like some combination of eclipse + plugins + default setup.
How one can make a tool like STS out of eclipse?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should create a “product” if you need to create a custom Eclipse distribution with branding and such. This article should be a good starting point.
You can list “features” (plugin collections” you want to include in your distribution in the product file. I would also recommend you start reading about Tycho.