AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

Error Code Block not format

Open HanzoDev1375 opened this issue 1 year ago • 0 comments

Issue Checklist

  • [X] I confirm that this issue is not a duplicate and hasn't been reported before.
  • [X] I agree to follow the project's code of conduct.
  • [X] I have checked and verified that I am using the latest version of AndroidIDE from GitHub or F-Droid.

Additional terms

  • [X] I understand that providing incomplete or inaccurate information may result in the issue being closed.
  • [X] I agree to provide all requested details promptly for a comprehensive bug report.

Issue explanation

Hello, when I use the block code, the editor cannot sort my code

demo java code

var it = """ 

test 
    test
test


""" 


Expected behavior

I expect the block code to be arranged like other codes. In the original version of Google Java format, this problem is solved, but in your program, it is not yet.

Version name

I am using the latest final release

Download source

GitHub

Relevant log output

No response

HanzoDev1375 avatar Aug 18 '24 07:08 HanzoDev1375