MarcoRome Expert Licensed User Longtime User Mar 28, 2017 #1 Hi @Erel it would be helpful if we could add comments (//) when we select more lines (as already happens for B4A with ') to the code inline JavaCode Thank you Marco Last edited: Mar 28, 2017
Hi @Erel it would be helpful if we could add comments (//) when we select more lines (as already happens for B4A with ') to the code inline JavaCode Thank you Marco
JordiCP Expert Licensed User Longtime User Mar 28, 2017 #2 I know this is not exactly what you are asking for, but in Java it is easier to comment a block by placing "/*" at the beginning and "*/" at the end. This way, the (//) can still be used to place text comments for single lines.
I know this is not exactly what you are asking for, but in Java it is easier to comment a block by placing "/*" at the beginning and "*/" at the end. This way, the (//) can still be used to place text comments for single lines.
MarcoRome Expert Licensed User Longtime User Mar 28, 2017 #3 JordiCP said: I know this is not exactly what you are asking for, but in Java it is easier to comment a block by placing "/*" at the beginning and "*/" at the end. This way, the (//) can still be used to place text comments for single lines. Click to expand... Yes thank you Jordi i know this but i think that if we have this if more simple. Anyway thank you for your reply
JordiCP said: I know this is not exactly what you are asking for, but in Java it is easier to comment a block by placing "/*" at the beginning and "*/" at the end. This way, the (//) can still be used to place text comments for single lines. Click to expand... Yes thank you Jordi i know this but i think that if we have this if more simple. Anyway thank you for your reply