SearchWiki:

Main.SideBar (edit)

PmWiki

pmwiki.org

Recent Changes Printable View Page History Edit Page

Eclipse Starten

 eclipse-3.0.2

SSH Tunnel

 ssh cvs@svw.info -L 2401:localhost:2401

  • die geöffnete console muss aufbleiben
  • am besten auf ein anderen desktop schieben

CVS in Eclipse

Einstellungen in Eclipse
host: localhost
path: /home/cvs
user: (pool username)
password: ***
connection type: pserver
 use default port

CVS in der Konsole mit Meld oder Servicia

http://www.cycom.co.uk/howto/cvssshtunnel.html

Wenn Datei CVS/Root noch nicht existiert, dann mit folgendem Hinhalt erstellen:

 :pserver:tranmh@localhost:2401/home/cvs

Dann die Befehle eintippen:

 cvs login

 cvs co AdaLogo

 meld . & oder
 cervisia . &

 cvs commands

Plugins in Eclipse

erstelle folgende ordner struktur
(es bietet sich an alles unter den ordner workspace zu machen)

 workspace
 `-- eclipse
     |-- .eclipseextension (das hier ist ein file)
     |-- features
     `-- plugins

dann in eclipse:

 help > software updates > manage configuration > add an extension location

hier den ordner ~/workspace/eclipse angeben
nach ein eclipse neustart werden alle plugins/features in diesen ordner geladen.
plugins im internet suchen und downloaden. unzip in ordner features und plugins.

Tab Characters are evil

Settings in eclipse 3.0.2 to banish tab character

 preferences > java > editor > (tab)typing -> check insert spaces for tab
 preferences > ant > editor > (tab)appearance -> check insert spaces for tab

blacksun plugin (.jj .jjt highlight) http://black-sun.sourceforge.net/

 preferences > blacksun > editors > * editor -> uncheck indent use tab
 preferences > blacksun csharp > editor -> uncheck indent use tab

anyedit plugin http://andrei.gmxhome.de/anyedit/index.html

 preferences > workbench > editors > anyedit tools > remove trailing whitespace und convert tabs to spaces

Change tab width in eclipse 3.2

 preferences > general > editors > text editors > display tab width
Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on February 09, 2009, at 01:04 PM