javaide icon indicating copy to clipboard operation
javaide copied to clipboard

Cannot format source issue

Open milesserra opened this issue 4 years ago • 4 comments

Screenshot_2020-10-14-16-27-33-42_7885c407ff790600b0e797e3f33df4de.pngScreenshot_2020-10-14-16-27-47-52_7885c407ff790600b0e797e3f33df4de.png

They have the same function but when i format source (on the first image) it says cannot format source but when i run it, it runs without error. I think it is a bug.

milesserra avatar Oct 14 '20 08:10 milesserra

Why It is not working, every detail is right yet not respondung properly. I need it this week, it's my examination!

jamesshieee avatar Nov 08 '20 18:11 jamesshieee

I don't exactly understand your problem, but if the code is already formatted, it cannot be formatted again .. that function is for adjusting the parentheses "()" and braces "{}"

El dom., 8 de noviembre de 2020 12:59 p. m., jamesshieee < [email protected]> escribió:

Why It is not working, every detail is right yet not respondung properly. I need it this week, it's my examination!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tranleduy2000/javaide/issues/218#issuecomment-723651312, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMDG3XTQKN53JSB3XDLEYDSO3S7TANCNFSM4SQJTOAA .

CristianUlloa avatar Nov 09 '20 18:11 CristianUlloa

@CristianUlloa If i use the m *= i, it says that it can not format source but formatter works if i change the code to m = m * i. NOTE: both codes are working, i think it is formatter problem.

milesserra avatar Jun 19 '21 15:06 milesserra

Obvious that the two codes works, because in the Java language the two expressions are correct. The code formatting is another thing, it is basically used to adjust opening and shut-off keys {} ..

I have already mentioned previously that this project is abandoned, I am not the owner or developer of this project, so I can not do anything, maybe if you are looking for another application to edit code and you are just to compile it could be useful.

regards...

El sáb., 19 de junio de 2021 9:42 a. m., milesserra < @.***> escribió:

@CristianUlloa https://github.com/CristianUlloa If i use the m *= i, it says that it can not format source but formatter works if i change the code to m = m * i. NOTE: both codes are working, i think it is formatter problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tranleduy2000/javaide/issues/218#issuecomment-864422281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMDG3T36A673JW4CNZB2XDTTS3ETANCNFSM4SQJTOAA .

CristianUlloa avatar Jun 19 '21 16:06 CristianUlloa