If you want to enable print margin line in Eclipse IDE, follow the below steps,
Eclipse Show Line Numbers using Window Menu Option
- Open any file in Eclipse IDE.
- Now go to Menu Option Windows.
- Go to Preferences.
- Now go to General → Editors → Text Editors.
- Select the Check box: "Show Print Margin".
- Now any file you see you should see a vertical line as print margin, un-check if you want to disable this margin line.
⚠️ You can adjust the print margin to any numeric value between 20-200 (default value is 80)
Comments:
- The print margin line is very useful and should be included as a setup process before using eclipse.
23 Sep 2020 16:09:05 GMT
- Further comments disabled!
More Posts related to Eclipse,
- Enable Spellcheck in eclipse workspace
- List of Eclipse versions and future releases (2020-09)
- INVALID FILE NAME: MUST CONTAIN ONLY [a-z0-9_.] Android Eclipse Error
- How to enable line numbers in Eclipse IDE
- How to Save Eclipse console logs in external log file
- How to Change Eclipse Default Web Browser
- Enable Eclipse dark mode
- Add imports in eclipse shortcut key combinations
- Eclipse version 32-bit or 64-bit check
- [Eclipse] Enable or Disable print margin line
- Eclipse Error : The Eclipse executable launcher was unable to locate its companion shared library.
- Eclipse: Updating Maven Project. Unsupported IClasspathEntry kind=4
- eclipse maven m2e : Cannot complete the install
- Eclipse : This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in
- Failed to load the JNI shared library jvm.dll
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- How to use Content Assist in Eclipse IDE
- How to Word wrap eclipse console logs width
- Eclipse : Workspace was written with an older version of the product and will be updated
- List of Code Snippets/Templates to Eclipse IDE
More Posts:
- How to display Toast in a thread : Android - Android
- Change CKEditor Table Properties default width - CKEditor
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner - Mac-OS-X
- Find Difference of two numbers - C-Program
- Share Multiple Images in WhatsApp using Android Intent - WhatsApp
- Instant Run requires Tools | Android | Enable ADB integration to be enabled - Android-Studio
- Setting up Cloud feature with Notepad++ - NotepadPlusPlus
- W3 : character data is not allowed here html validation error - Html
- List of 60 useful FTP Client Commands to access server - FTP
- Write javaScript code in Swedish using FikaScript - JavaScript
- Android Installation error: INSTALL_FAILED_OLDER_SDK on Device - Android
- Programmatically Send an Email from Android App using Intent - Android
- jQuery : Move to top of the page - jQuery
- PHP Code for sending Emails - PHP
- Error:The SDK Build Tools revision (XX.X.X) is too low for project. Minimum required is XX.X.X - Android