Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse line wrapper doesn't seem to work(I was expecting that, when the length of a line exceeds the given number of characters, that the auto formatter would move some of it down to the next line. Why does it not?)
Eclipse line wrapper doesn't seem to work [message #1736080] Sat, 25 June 2016 04:38
Donald Subert is currently offline Donald SubertFriend
Messages: 1
Registered: June 2016
Junior Member
I have a line of Java code which is a simple assignment of a String to literal text. The text is 69 characters. The entire assignment, however (including leading spaces), is more than 100 characters. I have the "Maximum Line Width" property of my Java > Code Style > Formatter preferences set to 100. I would expect, then, that the auto formatter should break this into 2 lines. However, it does not. Why? What can I do to fix this?

Attached is the code in question.
Previous Topic:Feature patch releng
Next Topic:syso press ctrl+space
Goto Forum:
  


Current Time: Tue Apr 23 16:40:24 GMT 2024

Powered by FUDForum. Page generated in 0.03012 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top