Bug 553607

Summary: Line Code Minings do not wrap or provide scroll bar
Product: [Eclipse Project] Platform Reporter: Noopur Gupta <noopur_gupta>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, gautier.desaintmartinlacaze, mistria
Version: 4.14   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 547665    
Bug Blocks:    
Attachments:
Description Flags
Screenshot none

Description Noopur Gupta CLA 2019-11-29 03:11:34 EST
Created attachment 280818 [details]
Screenshot

package test;

import java.util.function.BiFunction;

public class C {
	public static void main(String[] args) {
		BiFunction<String, String, String> aaa = null;
		
		ProcessBuilder.startPipeline(aaa.andThen((String, Integer) -> {
			return "aa";
		}));
	}
}


- See attached screenshot. The error message is not completely visible in the editor area. Also, there are multiple errors on this line and the second marker message cannot be seen.

=> The code mining text doesn't wrap. And there is no horizontal scroll bar. So, the message(s) cannot be read.
Comment 1 Mickael Istria CLA 2020-05-27 07:08:19 EDT
This is not something I can commit to fix soon.