peteorpeter
peteorpeter

Reputation: 4097

Can I disable the Dashboard window when SpringSource Tool Suite starts up?

There apparently used to be a toggle switch on the Dashboard itself, but that's gone, and I can't find anything in the Preferences. I'm using version 2.5.2.

I know it's really not a big deal, but closing that window over and over is starting to make Jack a dull boy, if you catch my drift.

Upvotes: 62

Views: 20996

Answers (4)

nidalpres
nidalpres

Reputation: 3868

STS 3.7.1 (Eclipse Mars) has no options to disable dashboard on startup.

However, if you go to Windows->Preferences->Spring->Dashboard and then check box "Use Old Dashboard", next time you start STS, dashboard page will not open. Go figure.

Upvotes: 3

Brent Worden
Brent Worden

Reputation: 10984

From the menu select Window / Preferences. Look under Spring / Dashboard. Uncheck 'Show Dashboard on Startup'

(On newer versions of the spring plugin, it is under SpringSource / Dashboard)

Upvotes: 103

Srikanth.N
Srikanth.N

Reputation: 41

go to Windows---->Preference---->SpringSource---->DashBoard uncheck [] Show Dashboard on Startup click on OK button.

Upvotes: 4

akcasoy
akcasoy

Reputation: 7215

I have a MAC, using spring tool suit latest version 3.4.0.RELEASE. By clicking the menu Spring Tool Suite / Preferences, then SpringSource / Dashboard, uncheck Show Dashboard On Startup works for me.

Upvotes: 1

Related Questions