Bug 549473 - [13] Text Block support in Java Editor for JEP 355 Text Block
Summary: [13] Text Block support in Java Editor for JEP 355 Text Block
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.12   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: BETA J13   Edit
Assignee: Kalyan Prasad Tatavarthi CLA
QA Contact:
URL: https://openjdk.java.net/jeps/355
Whiteboard:
Keywords:
: 548912 (view as bug list)
Depends on: 531716 549996 550105 550107 550108 550109 551001 551002 552281
Blocks: 548096
  Show dependency tree
 
Reported: 2019-07-23 01:13 EDT by Kalyan Prasad Tatavarthi CLA
Modified: 2019-10-31 06:15 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalyan Prasad Tatavarthi CLA 2019-07-23 01:13:51 EDT

    
Comment 1 Kalyan Prasad Tatavarthi CLA 2019-07-23 01:15:35 EDT
We will need to distinguish between Text Block and String in the java editor and  not invoke proposals based on string related Auto completion preferences.
Comment 2 Eclipse Genie CLA 2019-07-31 01:52:13 EDT
New Gerrit change created: https://git.eclipse.org/r/146841
Comment 3 Eclipse Genie CLA 2019-08-07 02:31:23 EDT Comment hidden (obsolete)
Comment 4 Eclipse Genie CLA 2019-08-07 02:31:35 EDT Comment hidden (obsolete)
Comment 6 Dani Megert CLA 2019-08-15 10:49:00 EDT
*** Bug 548912 has been marked as a duplicate of this bug. ***
Comment 7 Stephan Herrmann CLA 2019-08-15 11:16:03 EDT
I haven't followed the development in this area but I'm wondering if the following has been considered:

Xtend has specific highlighting for their rich texts where a gray background marks the area that is significant, i.e., not considering the common indentation. In Xtend this is more relevant than in Java (they have nested control structures within a text), but still I think it would make working with text blocks more intuitive.