锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
Run gconf-editor, browse to /desktop/gnome/interface then scroll down to menubar_accel and delete the F10 value.
From http://www.h4ck3r.net/2010/04/07/debugging-step-over-f10-eclipse-ubuntu/
1.Extract the eclipse download and move to opt.
tar xzf wtp-all-in-one-sdk-1.0-linux-gtk.tar.gz
sudo mv eclipse /opt/eclipse
cd /opt
sudo chmod -R +r eclipse
sudo chmod +x `sudo find eclipse -type d`
2. Then create an eclipse executable in your path
sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
sudo vi /usr/bin/eclipse
With this contents
#!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"
export GDK_NATIVE_WINDOWS=1
$ECLIPSE_HOME/eclipse $*
3 Then create a gnome menu item
sudo vi /usr/share/applications/eclipse.desktop
With this contents
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse IDE
Exec=eclipse
Icon=/opt/eclipse/icon.xpm
Terminal=false
Type=Application
Categories=GNOME;Application;Development;
StartupNotify=true
4 You now have a working eclipse. But run this command first to initialize the set up
. /opt/eclipse/eclipse -clean
Then from here on you can run from the menu item applications/programming/eclipse
濡備綍鎸囧畾杈撳嚭鏂囦歡鐨勬煇鍑犺
鎯寵緭鍑哄琛岀敤錛?br />
sed -n '1,np' file
璺崇潃杈撳嚭鐢?;"
sed -n '1p;4p;7p;9p' file