Eclipse in the High split screen icon too small solution

Source: Internet
Author: User

I lost a surface Pro 4, intended to read PDFs and practice code.

After installing eclipse and opening it, it was found that the icons were extremely small and could hardly be seen by the naked eye. This is due to the fact that eclipse does not fit into the high-split screen.

Windows 10 's support for high-split screens is pretty good, Sophie 4 's screen resolution is 2736*1824, I've set a 200% zoom level, and the overall display works fine. But the display of many third-party apps is a mess, and eclise is in this column.

After searching on the internet, we found a good solution, which can solve the problem of the display of Eclipse, MyEclipse, STS and other IDE under high split screen. I Window10 under the test, for Window8 and WINDOW7 should also be effective.

The configuration steps are as follows:

1. Open the Registry (Win+r shortcut key to open the running window, enter regedit, click OK to open), navigate to directory: hkey_local_machine\software\microsoft\windows\currentversion\ Sidebyside\, then right-click in the right margin and select new->dword (32-bit) value, named Preferexternalmanifest, with a value of 1.

2. Save the following XML content as eclipse.exe.manifest in the Eclipse.exe directory:

(If myeclipse, the file name is Myeclipse.exe.manifest, and so on, the previous part is consistent with the IDE's executable file name)

<?XML version= "1.0" encoding= "Utf-8"?><Assemblyxmlns= "Urn:schemas-microsoft-com:asm.v1"Xmlns:asmv3= "Urn:schemas-microsoft-com:asm.v3"manifestversion= "1.0">   <Description>Eclipse</Description>   <TrustInfoxmlns= "Urn:schemas-microsoft-com:asm.v2">     <Security>      <requestedprivileges>        <requestedExecutionLevelXmlns:ms_asmv3= "Urn:schemas-microsoft-com:asm.v3" Level= "AsInvoker"ms_asmv3:uiaccess= "false"> </requestedExecutionLevel>      </requestedprivileges>    </Security>  </TrustInfo>   <asmv3:application>    <asmv3:windowssettingsxmlns= "Http://schemas.microsoft.com/SMI/2005/WindowsSettings">       <Ms_windowssettings:dpiawarexmlns:ms_windowssettings= "Http://schemas.microsoft.com/SMI/2005/WindowsSettings">False</Ms_windowssettings:dpiaware>    </asmv3:windowssettings>  </asmv3:application></Assembly>

Open Eclipse and try it!

Eclipse in high-split screen marking too small solution

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.