Eclipse Plugin beim Starten laden

Sonecc

Gesperrter Benutzer
Eclipse lädt Plugins ja erst, wenn sie gebraucht werden (meines Wissens nach)
Das führt dazu, dass ich bei einem Rechtsklick auf ein Projekt erstmal eine halbe Ewigkeit warten muss.
Nun hab ich mich gefragt, kann ich irgendwie einstellen, dass Eclipse bestimmte Plugins schon beim starten lädt, so dass sie nicht mehr nachgeladen werden müssen?

Unter Startup and Shutdown hab ich dazu nix gefunden...
 

thE_29

Top Contributor
FAQ When does a plug-in get started? - Eclipsepedia
und
FAQ Can I activate my plug-in when the workbench starts? - Eclipsepedia

That said, there is an extension point that you can extend if you
absolutely, positively, have to do this. It is org.eclipse.ui.startup. I
suggest reading the documentation on this extension point CAREFULLY, because
it contains a warning about how to correctly use it; if you ignore the
warning, your plugin will not load correctly and you'll spend days in the
debugger trying to figure out why.

But before you go there: what is the real problem you're trying to solve?
Maybe someone here can suggest a better approach, rather than early startup.

Im allg. ratet aber jeder davon ab...
 

Sonecc

Gesperrter Benutzer
Es geht sich nicht um ein eigenes Plugin (wie ich das da einstelle weiß ich und dann wäre es im anderen Forum gelandet für RCP)
Es geht um die IDE und ein Plugin darin, welches ich schon beim starten geladen haben möchte.
 
Zuletzt bearbeitet:

thE_29

Top Contributor
Und nochmal: DU sollst ein Plugin entwickeln, wo man auswählen kann welche Plugins beim Starten geladen werden sollen :D
 

Wildcard

Top Contributor
Du kannst du bundles.info in configuration ändern. Programmatisch macht man das über den SimpleConfigurator, händisch einfach mit dem Texteditor.
Die Datei enthält alle Bundles die für den OSGi Container sichtbar sein sollen. Das Format sieht dabei so aus:
org.eclipse.equinox.p2.reconciler.dropins,1.0.100.v20090520-1905,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.100.v20090520-1905.jar,4,true
bundle+version,location,startlevel,autostart

Du musst also für jedes Plugin das du eager starten möchtest den letzten Parameter auf true setzen
 
Ähnliche Java Themen
  Titel Forum Antworten Datum
G eclpse plugin views beim start offen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M import org.bukkit.plugin.java.JavaPlugin; funktioniert nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 17
P Cucumber Plugin Installation . Eclipse Warnmeldung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
W NetBeans Eigenes Plugin - Eintrag in verschiedene Kontextmenüs IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
J Netbeans - WakaTime - Plugin sendet keine Daten IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
Flocreper Could not load plugin Fehler IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
C Eclipse Plugin ClassLoader IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
ruutaiokwu Eclipse Eclipse-Plugin für UML "Reverse Engineering", um aus Code Klassendiagramme zu erstellen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
U Ich kann ein Plugin anhand von Maven nicht builden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 14
K easy UML Plugin Netbeans 8.1 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
A Eclipse Eclipse mit eigenem Plugin braucht für ersten Start sehr lange IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
U NetBeans plugin oder Programm für Codeschnippsel gesucht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 25
D Eclipse JavaFX Plugin funktioniert nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
A Eclipse Eclipse Mars Plugin Jar Dateien IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
D Eclipse Plugin: requires 'bundle org.junit4 4.5.0' IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
X Plugin lässt sich nicht einbinden.. IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
T Anfänger: UML-Plugin für Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
M JavaFX-Plugin für Eclipse Juno IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
Z Eclipse Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
E mysql-connector für Eclipse DB plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
A Leere Methoden o.ä. finden? Eclipse Plugin? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
M Eclipse Webstart plugin einbinden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
G Eclipse Eclipse Plugin für Debian Paket Erstellung (DEB)? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
D NetBeans UML-Plugin sehr langsam IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
R Eclipse Eclipse Sql Formater Plugin? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
W Plugin für Quellcode -> UML ? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
D PlugIn-Wrapper für Log4J IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
firefexx Eclipse UML Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
S NetBeans SQE-Plugin (Software Quality Environment) IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
D Eclipse Plugin Entwicklung, aber wie beginnen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
A Fehler mit Eclipse Android Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
H maven-javadoc-plugin: package does not exist IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
B Eclipse Debugger Plugin "Visual Studio Style" IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Eclipse GUI PlugIN IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 11
algorismi Eclipse UML Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T UML Plugin/Tool IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
D Eclipse Package in von Plugin erstellen lassen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
L Eclipse Plugin für HTML? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
K Eclipse Editor: Formatierung - Plugin für umfangreichere Optionen? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
C Eclipse Plugin VE IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
Y Eclipse Tomcat Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
S Eclipse Eclipse Themes und Scala Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
O Eclipse Probleme bei der PlugIn-Installation IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
T Eclipse Maven-Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
O TPTP-Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
nrg Eclipse Mercurial Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
T Eclipse Plugin Package IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
S Problem mit javacc-Plugin für Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
H Empfehlung Eclipse Plugin: Reverse Engineering IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
A Eclipse-Plugin für eigenes Code-Folding IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
Houly GUI-Builder Plugin für Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T Eclipse Plugin Richfaces / JSF IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
M Grails Plugin in IntelliJ IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
S PASCAL-Plugin für Netbeans/Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
byte Maven2 und TestNG Eclipse Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
X Eclipse Update Site für Intranet mit Buckminster Plugin nicht vollständig IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
byte Tipp: Eclipse Builder Pattern Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
P Javadoc - Autofinder Plugin für Location Path IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 24
W Eclipse Bug-Tracking Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
Ark Eclipse-Plugin gesucht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 13
Kasu Eclipse: Plugin, das Konsolenausgabe automatisch mitloggt? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
S SVN-Plugin für Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
padde479 Oracle Plugin Ecplise IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
X Eclipse Subversion Plugin Subversive <=> Subclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
X Eclipse UpdateSite-neue Plugin Version wird nicht angezeigt IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
GilbertGrape Eclipse Plugin FindBugs IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
V Plugin für Lines of Code (loc)? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G Eclipse Plugin's Liste IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
F Maven plugin für Eclipse: tld dependencies in jars IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
S Eclipse FindBugs Plugin - wie mache ich das? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Plugin i18nedit öffnet Datei nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
R vernünftiges ftp plugin für eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
reibi Eclipse PlugIn Apache Studio als download IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
Antoras Eclipse Plugin für grafische Oberflächen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
T XML Plugin für Eclipse Ganymede IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
N Eclipse Plugin für XML / XSL Transformation gesucht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Gui-Builder-Plugin für Eclipse ? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
Y Eclipse Plugin für Coverage IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
R Eclipse - LISP plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
S Wokflows modellieren Tool / Eclipse-Plugin gesucht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Eclipse-Plugin: Fehlende Abhängigkeit? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
Y myEclipse 6.0.1 - SVN Plugin wie installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M Eclipse-Plugin: Properties-File IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
ARadauer eclipse plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
S jEdit - Plugin JCompiler funktioniert nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Plugin: vorhandene EditorParts einbinden IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
M Probleme mit JSF-Plugin bei Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
padde479 Externes Plugin-Verzeichnis Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
S Eclipse GCJ Builder Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 13
K eclipse plugin für oberflächen programierung? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
padde479 VSS Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
T Eclipse Plugin manuell installieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
K Eclipse Plugin aktivieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
I Sysdeo-Plugin für Eclipse / Tomcat - wo downloaden? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 11
G lejos plugin installation@eclipse? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
S XML Editor Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
padde479 PL/SQL Plugin für Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
padde479 Plugin für PL/SQL IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
W Eclipse und Geronimo Plugin IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
B Eclipse will Sysdeo-Plugin nicht erkennen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4

Ähnliche Java Themen

Neue Themen


Oben