Enhancement suggestion for LibreOffice IDE to format line (perhaps this feature could be turned off if the scriptor does not want this). It will help with the consistency of code (homogenous) produced where enterprises/government have multiple people working on code. It may also make it easier to read the code. eg if any the following lines are written i=(i+2)*3 i = ( i + 2) * 3 the IDE will update the line when the focus is no longer on that line to i = (i + 2) * 3 Thank you
Hi Óvári, To my feeling, it would be too much to add this (as option, indeed..!) But OK, maybe someone feels inspired..
REM ***** BASIC ***** Sub Main i=(i+2)*3 #focus did not change input format #format was maintained on reentry to macro editor End Sub
(In reply to Jon A. Miller from comment #2) Not fixed in Version: 6.2.2.2 Build ID: 2b840030fec2aae0fd2658d8d4f9548af4e3518d Could you advise which version it has been fixed in and/or the link to the patch in the LO codebase? Thank you