No line breaks or automatic line breaks during eclipse code formatting

Source: Internet
Author: User
Tags word wrap

Use the CTRL + Shift + F format provided by ECLIPSE each time.CodeIf the original line of code is greater than 80 columns, eclipse will automatically switch to multiple lines, which is not very comfortable. After a simple try, you can modify it in the following ways:
1. preferences-> JAVA-> code style-> code formatter-> show ..., after opening, select the "line wrapping" tab and wrap the line when "maximun line width" specifies the number of columns to be greater.
2. on the "line wrapping" tab, you can select "line wrapping policy" to specify line breaks for constructors and method bodies.
However, sun's recommended encoding style defaults to 80-column line breaks.

 

 

 

. Java code

Open the window menu of eclipse, and then preferences-> JAVA-> code style-> formatter-> edit/show (the available buttons vary according to different versions) -> line wrapping-> maximum line width: You can change the line width from 80 to 800.

2. HTML code

Window-> preferences-> myeclipse-> files and editors-> HTML source-> line width-> Add 0 and save the settings.

 

 

 

From: http://www.blogjava.net/huanzhugege/archive/2007/02/25/eclipse.html

EclipseUse the built-in"Text EditorAs a text editor, this text editor has a long-standing problem, that is, text cannot wrap. Although this problem has existed for a long time and is not difficult to solve, it brings a lot of trouble to people.

Finally, someone can't help developing an extension.WordwrapThis plug-in is very small, but after installing this plug-in, you can easily implement the text editor's line feed function.

[This article is fromCownewOpen source team:Http://www.cownew.com/http://www.blogjava.net/huanzhuege]

Installation Method: UseEclipseAutomatic Upgrade function (【Help] → 【Sofeware updates] → 【Find and install] → 【Search for new features to install], Click 【New Remote SiteButton), in the"Name", Enter"Wordwrap","URL", Enter"Http://ahtik.com/eclipse-update/",


Then click 【Finish] Install it.

 


After the installation is complete, right-click the text editor and you will see"Virtual word wrap.

 

 

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.