Eclipse 3.5 Copy & Paste Problem

前端 未结 9 638
不思量自难忘°
不思量自难忘° 2021-02-05 01:33

I recently updated my Eclipse to the latest release 3.5 and since then I have a very annoying problem with c&p using the shortcuts.

In an editor (xml, jsp, doesnt ma

相关标签:
9条回答
  • 2021-02-05 01:51

    This must be related to the key mapping, since those shortcuts are defined according to context.
    (Column "When", in Preferences / General / Keys)

    Keys

    Check if those shortcuts do not work for any editor (do they work for Java editor?)

    If they work for some editor, not for other, then some plugin settings must have re-affected them to another command.

    0 讨论(0)
  • 2021-02-05 01:52

    For Xming, this resolved the problem for me. In XLaunch uncheck Clipboard (clipboard manager) in the "Specify parameter settings" GUI form.

    0 讨论(0)
  • 2021-02-05 01:56

    I use Eclipse Kepler for PHP development. It's dumb I know.

    None of the solutions suggested here has solved this source of frustration. I can confirm the copy function works whether shortcut keys are bound or not. As I can copy from eclipse and paste into any other application. Except eclipse.

    My solution. Accidental discovery: Eclipse Kepler will allow you to paste outside the php open and close tags and allow you to click and drag the highlighted block of content into into position.

    Acceptable solution for small bits of code. Horribly crippling for larger development environments.

    0 讨论(0)
  • 2021-02-05 01:57

    For my problem, I had to go to Window > Preferences > Java > Editor > Typing, and uncheck "Update imports"

    0 讨论(0)
  • 2021-02-05 01:58

    In the *.java editor page, right click and select open in text editor. Past your snippet there. Your Snippet will show in the *.java page'

    0 讨论(0)
  • 2021-02-05 01:59

    I read somewhere that in KDE maybe Klipper / "Klipper on the panel" conflicts with eclipse copy action. It's a tool for clipboard history. Try to remove that! It may solve your problem :-/

    For me the xfce4-settings-helper killing worked.

    0 讨论(0)
提交回复
热议问题