Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 200997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:09:38+00:00 2026-05-11T17:09:38+00:00

I feel a bit embarrassed asking this questions, but how the heck can I

  • 0

I feel a bit embarrassed asking this questions, but how the heck can I get regular undo/redo buttons into the toolbar of eclipse?

I’ve often to switch between German and English keyboard layout. Y and Z on those layouts is interchanged and thus I constantly trigger the wrong action for undo / redo. I’ve observed myself how I figure this without other editors: I just use the toolbars for this operations.

I’ve already tried Google and such, as well as going through the Customize Perspective dialog, but wasn’t able to find what I’m looking for 🙁

  • 1 1 Answer
  • 4 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T17:09:39+00:00Added an answer on May 11, 2026 at 5:09 pm

    One way is to use custom plugin. In fact, such custom plugin doesn’t need to do anything, only declare new toolbar contribution using existing undo/redo commands.

    I’ve built such plugin for you: http://www.foglyn.com/misc/undoredo_1.0.0.jar. There is absolutely no code, only plugin.xml:

    <?xml version="1.0" encoding="UTF-8"?>
    <?eclipse version="3.4"?>
    <plugin>
       <extension
             point="org.eclipse.ui.menus">
          <menuContribution
              locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
                <toolbar
                      id="undoredo.toolbar"
                      label="Undo/Redo">
                <command
                      commandId="org.eclipse.ui.edit.undo"
                      id="undoredo.undo"
                      style="push">
                </command>
                <command
                      commandId="org.eclipse.ui.edit.redo"
                      id="undoredo.redo"
                      style="push">
                </command>
             </toolbar>
          </menuContribution>
       </extension>
    
    </plugin>
    

    And MANIFEST.MF:

    Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    Bundle-Name: Undoredo
    Bundle-SymbolicName: undoredo;singleton:=true
    Bundle-Version: 1.0.0
    Bundle-RequiredExecutionEnvironment: J2SE-1.5
    Require-Bundle: org.eclipse.ui
    

    You can download it, and drop into your ‘dropins’ directory of Eclipse, restart, and you’ll see Undo/Redo buttons on your toolbar.

    Works for me in Eclipse 3.4 and Eclipse 3.5M7.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I feel a bit embarrassed for asking this but here goes: I'm using Excel
I feel a bit absurd asking this but I can't find a way to
I feel a little bit silly asking this, but I haven't been able to
This is probably a very basic R question...and feel a bit bad about asking...but
As a Rails developer I feel a bit stupid asking this question but hopefully
Feel a bit silly asking this on here but I'm at a loose end
I feel a bit stupid but this is not working (and I expected it
Okay, I feel a bit foolish for having to ask this but I guess
My theory might be a bit weak asking this, so feel free to let
I feel a bit silly asking this as the answer is bound to be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.