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 8739529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T10:57:19+00:00 2026-06-13T10:57:19+00:00

I have a bug in Eclipse. When stepping through the code, when it goes

  • 0

I have a bug in Eclipse. When stepping through the code, when it goes to another class, the editor loses focus and I have to click again on the editor to continue debugging with the keyboard shortcuts.

I’ve found this thread describing the bug, and a patch to fix it. Is there any way I can apply the patch? I’m guessing it involves having the source code.

  • 1 1 Answer
  • 0 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-06-13T10:57:20+00:00Added an answer on June 13, 2026 at 10:57 am

    Yes you’d need to recompile the module and install it. These days with git SCM and the use of Maven project layouts and tycho plugin it can be easy to rebuild a module (compared to how it was just a few years ago).

    Lets see now:

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=372941

    Patches:

    bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java

    We search on google “git org.eclipse.e4.ui.workbench.renderers.swt” we end up at the URL:

    https://git.eclipse.org/c/platform/eclipse.platform.ui.git/

    This can be used to checkout the 1 module to build.

    Git is available for many linux distribution by default, google you ditro name and “install git” terms for best help. On windows there is https://code.google.com/p/msysgit/ and on MacOSX there is https://code.google.com/p/git-osx-installer/ all these provide a command line environment to use git. You can look at EGit/JGit plugins for Eclipse itself to also do the job. But the instruction below are for the command line method.

    git clone https://git.eclipse.org/c/platform/eclipse.platform.ui.git
    

    Now you’ll want to find the tagged version of the version you are using. So you need to find it in your eclipse/plugins/** folder of the Eclipse install. The version number maybe in the filename or in the MANIFEST.MF or other *.xml file, the version number usually indicate the date of source and/or build in the number.

    It may help to browse around the eclipse.org website link above for the GIT tree to find the version. This is to get the tag or version name / commit-id (like ‘abc1234’:

    # List tags (might see it in the list)
    git tag -l
    # Look through history, maybe you can work on the date
    git log
    # Finally once you know the version you want 
    # checkout the exact version that goes with your eclipse install
    git checkout -b mylocalbranch <tag_or_version>
    

    Now you can use Maven to build it.

    cd eclipse.platform.ui.git
    mvn package
    # The full-monty would be: mvn deploy  (or 'mvn install')
    # But I am not sure if unit and integration tests will work this easily, using
    # the 'mvn package' it enough to get you the JAR you need to install in Eclipse.
    

    Now you can look for a .jar in the build/* subdir, you can shutdown you eclipse and place this JAR into the plugins folder, ensure the version number is newer.

    If it works update the bug report. Saying it worked for you.

    Also consider trying to push it via the github accounts as a new change, crediting the original author.

    ..

    DISCLAIMER: The above is the principal about how you might achieve what you want. It might take less than 5 minutes to complete. But there maybe complications and you’ll need to research those (if you get any) independently.

    You can also do much of the above with Eclipse itself, a ‘git checkout’ and a ‘build Eclispe plugin module’, although for me for this change it would probably take longer maybe 15 minutes (if there are no complications).

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

Sidebar

Related Questions

i have bug that i cannot find, i have Class Point with method who
i have encountered a really weirdest bug in eclipse, i would love if someone
I have been coping with an annoying bug in eclipse (android) for some time,
I have the weirdest bug, when writting my LogHelper class. I am using org.osgi.service.log.LogService
When I work with eclipse, I like to have my Java editor maximized, and
I have bug with UIImagePickerController which source type is camera. Sometimes after controller appeared,
I have a bug in my .htaccess : RewriteCond %{REQUEST_URI} !^(.*)/modalbox/.* RewriteCond %{HTTP_HOST} !^www\.wiglost\.com$
I have a Bug at my simple REGEX. I have been trying to write
I have a bug I'm struggling to track down. I believe what's happening is
We have a bug in our application that does not occur every time and

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.