Dies ist eine statische Kopie unseres alten Forums. Es sind keine Interaktionen möglich.
This is a static copy of our old forum. Interactions are not possible.

hamena314

Zerschmetterling

  • "hamena314" is male
  • "hamena314" started this thread

Posts: 2,032

Date of registration: Aug 31st 2003

Location: Hannover

Occupation: Informatikstudent (d'uh)

1

Sunday, May 7th 2006, 12:31pm

Eclipse-Tricks?

Ich tippsele meinen Java-Krams mit Eclipse ein und bin begeistert. Allerdings habe ich mal irgendwo gesehen, wie jemand mit Tastenkombinationen noch wesentlich schneller schreiben konnte.

Statt "System.out.println()" gab er einfach "sysou" und irgendeine Tastenkombination ein. Weisst jemand, was er da gemacht hat?

Und wenn jemand noch weitere Tricks hat, immer her damit!
Danke! :D

[EDIT]: Google, Freund und Helfer

http://www.laliluna.de/eclipse-myeclipse…-tricks-de.html

sysou eingeben -> STRG-Leertaste -> freuen

HAVE PHUN!
Nicht der Wind bestimmt die Richtung, sondern das Segel! (Lao Xiang, China)

This post has been edited 2 times, last edit by "hamena314" (May 7th 2006, 12:40pm)


radicarl

Junior Schreiberling

  • "radicarl" is male

Posts: 243

Date of registration: Oct 7th 2003

Location: H-Town

2

Monday, May 8th 2006, 3:42pm

RE: Eclipse-Tricks?

Window/Preferences/Java/Editor/Templates

da kannste dir nach herzenslust selber was zusammen schustern.

Markus

the one and only Unterstrich!

Posts: 2,571

Date of registration: Oct 9th 2003

3

Wednesday, May 10th 2006, 3:41pm

Wenn wir schon mal so einen Thread haben, kennt jemand den shortcut für run in exlipse? (Also um ein Programm laufen zu lassen?)
Charmant sein? Hab ich längst aufgegeben. Glaubt mir doch eh keiner...

hamena314

Zerschmetterling

  • "hamena314" is male
  • "hamena314" started this thread

Posts: 2,032

Date of registration: Aug 31st 2003

Location: Hannover

Occupation: Informatikstudent (d'uh)

4

Wednesday, May 10th 2006, 4:06pm

STRG-F11 :)

... oder als Alternative: ALT-SHIFT-X ... dann J
Aber STRG-F11 geht meistens schneller.

HAVE PHUN!
Nicht der Wind bestimmt die Richtung, sondern das Segel! (Lao Xiang, China)

This post has been edited 1 times, last edit by "hamena314" (May 10th 2006, 4:07pm)


Markus

the one and only Unterstrich!

Posts: 2,571

Date of registration: Oct 9th 2003

5

Wednesday, May 10th 2006, 4:15pm

danke schön (:
Charmant sein? Hab ich längst aufgegeben. Glaubt mir doch eh keiner...

hamena314

Zerschmetterling

  • "hamena314" is male
  • "hamena314" started this thread

Posts: 2,032

Date of registration: Aug 31st 2003

Location: Hannover

Occupation: Informatikstudent (d'uh)

6

Monday, May 29th 2006, 3:59pm

Hm, ich hocke gerade in F411 und mein Eclipse will nicht mehr starten! ?(

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
!ENTRY org.eclipse.osgi 2006-05-29 15:55:12.535
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException[1]: java.lang.ClassNotFoundException: org.eclipse.ui.internal.ide.IDEApplication
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:405)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
	at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1248)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:222)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
	at org.eclipse.core.launcher.Main.run(Main.java:973)
	at org.eclipse.core.launcher.Main.main(Main.java:948)


Was läuft schief? *keine Ahnung von Linux hab*

HAVE PHUN!
Nicht der Wind bestimmt die Richtung, sondern das Segel! (Lao Xiang, China)

Warui

Turner, Serveradmin & Workaholic

  • "Warui" is male

Posts: 717

Date of registration: Apr 25th 2006

Location: Südstadt

Occupation: (iter (B.Sc. Inf, 8)) \n (be-a-slave ("SRA", "Bachelor Thesis")) \n (be-a-programmer-slave ("Freelancer", "Programming"))

7

Monday, May 29th 2006, 4:13pm

ja, da hilft es, auf der guten alten Konsole zu programmieren *flöt*

Spaß beiseite, versuch mal, auf der Konsole eclipse32 zu starten, da ist glaube ich, gerade eine neue stabile Version raus ... oder so ^,^

Mata ne
Warui
Erwachsenwerden? Ich mach ja viel Scheiß mit, aber nicht jeden!

AnyKey

Erfahrener Schreiberling

Posts: 451

Date of registration: Dec 11th 2001

Location: H-Town

Occupation: Student

8

Tuesday, May 30th 2006, 9:52am

btt


"Der Mensch braucht Schubladen." -- Any Key

hamena314

Zerschmetterling

  • "hamena314" is male
  • "hamena314" started this thread

Posts: 2,032

Date of registration: Aug 31st 2003

Location: Hannover

Occupation: Informatikstudent (d'uh)

9

Thursday, June 1st 2006, 1:34pm

ftw: Eclipse funktioniert wieder.
Habe im Internet einen Hinweis gefunden, dass ich ein gewisses Verzeichnis löschen sollte.
(/home/NAME/.eclipse).
Danach Eclipse neu gestartet und es lief, jetzt sind zwar alle Anwendungen weg, aber is okay, hatte die zuhause gespeichert. :)

HAVE PHUN!
Nicht der Wind bestimmt die Richtung, sondern das Segel! (Lao Xiang, China)