Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Most Basic install(Looking to just install basic package)
Most Basic install [message #1709871] Thu, 01 October 2015 15:17 Go to next message
Paul Mallas is currently offline Paul MallasFriend
Messages: 2
Registered: October 2015
Junior Member
Hello,

I am not completely new to eclipse, but I seem to have a pretty basic question.

The new installations seem to be complete packages oriented toward users with specific development needs or interests. I am used to just downloading the basic package and adding a few specific plugins as needed. But that does not seem to be an option anymore with the new installer.

Anyway, what is the most basic package I can download and install now? I don't want a load of extra stuff that I won't use or need. Thanks
Re: Most Basic install [message #1709872 is a reply to message #1709871] Thu, 01 October 2015 15:35 Go to previous messageGo to next message
Paul Mallas is currently offline Paul MallasFriend
Messages: 2
Registered: October 2015
Junior Member
As usual, I answer my own question just after posting to a forum (despite my best efforts before posting).

There is an 'Advanced Mode' in the Menu in the upper right corner (the stack of three lines). This seems to do what I need.
Re: Most Basic install [message #1710104 is a reply to message #1709872] Sun, 04 October 2015 09:16 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Paul,

Note that with Oomph you could definite p2 tasks that will automatically
install your additional favorite things in every installation you create
with the installer. E.g., in my user.setup I have

<?xml version="1.0" encoding="UTF-8"?>
<setup.p2:P2Task
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
label="VI">
<requirement
name="com.mbartl.viplugin.eclipse.feature.group"
optional="true"/>
<repository
url="http://viplugin.com"/>
</setup.p2:P2Task>

So that VI is installed automatically in all my installations.



On 01/10/2015 5:35 PM, Paul Mallas wrote:
> As usual, I answer my own question just after posting to a forum
> (despite my best efforts before posting).
>
> There is an 'Advanced Mode' in the Menu in the upper right corner (the
> stack of three lines). This seems to do what I need.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Debugger - Jump into the beans constructor without defining manually a breakpoint in the source code
Next Topic:Eclipse C/C++ for LPC2478
Goto Forum:
  


Current Time: Thu Apr 25 08:46:51 GMT 2024

Powered by FUDForum. Page generated in 0.10016 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top