0

Ubuntu 11.10 Upgrade Samba4 Fehler und alte Gnome-OberflÀche mit Taskleiste

Gerade Ubuntu auf 11.10 geupgradet und einen Fehler bei der Samba4-Installation bekommen. Lösung einfach Samba4 deinstallieren und neuinstallieren:

sudo apt-get remove --purge samba-common
sudo apt-get autoremove
sudo apt-get install samba

Außerdem gefĂ€llt mir die neue Unity-OberflĂ€che ĂŒberhaupt nicht, da man keine Taskleiste usw. mehr hat. Deshalb einfach das klassische Gnome wieder installieren:

sudo apt-get install gnome-shell

Danach abmelden und beim Anmelden auf das Zahnrad klicken und „GNOME“ auswĂ€hlen.

0

Eclipse: Ganze Zeile kopieren/ ausschneiden

Happy New Year!

Gerade nach einer Möglichkeit gesucht, in eclipse Ă€hnlich wie in Visual Studio eine ganze Zeile zu kopieren bzw auszuschneiden, ohne sie komplett markieren zu mĂŒssen.
Unter Windows/Preference->Keys findet man keine Einstellmöglichkeit.

Aber ich hab ein kleines Plugin gefunden, dass das kann:
copycutcurrentline

EDIT 18.09.2016: Das Projekt wurde leider von der Google Code-Seite genommen…

 

What is it?

Press Ctrl-C to copy or Ctrl-X to cut the whole line in an editor if you select nothing. (It works as usual if you select some text.)
Put the caret on any line on any position.
Press Ctrl-V to paste the line above. (You will not lose the caret position.)

Works on Windows and Linux. Should work on Mac but not tested. Tested on Eclipse 3.4, 3.5 and 3.6 on Java 6.
Download

Download CopyCutCurrentLine_1.0.0.jar into your dropins folder and restart Eclipse.