Created attachment 146365 [details] Screenshot of Basic IDE Tools | Options settings With Autocorrection enabled in the Basic IDE a variable declared with the Dim statement is correctly reformatted for any upper case letters. If the variable is declared in a Sub/Function parameter or a Static variable AND has upper case letters then autocorrect does not work. This is tested with LO 6.1.3 on Debian Linux and LO 6.1.1 on Win10. Function test(iTest as Integer) Dim dABC as Double Static sText as String ' typing dabc changes to dABC to match the Dim statement dABC = 0 ' typing itest does not change to iTest as declared in the function parameter msgbox itest & " append" ' type stext does not change to sText as declared in the Static statement stext = "this is a test" End Function
Hello tsultana, I don't see the 'Basic IDE' menu entry in the option dialog. Could you please explain how you access to it ?
(In reply to Xisco Faulí from comment #1) > Hello tsultana, > I don't see the 'Basic IDE' menu entry in the option dialog. > Could you please explain how you access to it ? Ok, I found it, experimental features needs to be enabled...
Hello tsultana, LibreOffice 6.2.2.2 is going to be released today, could you please try again with this version to see if the problem has been resolved meanwhile? Thanks in advance
Just a guess. Not sure. https://opengrok.libreoffice.org/xref/core/basctl/source/basicide/baside2b.cxx?r=41dbf08b#656 https://opengrok.libreoffice.org/xref/core/basic/source/classes/codecompletecache.cxx?r=3ceb01af#171 https://opengrok.libreoffice.org/xref/core/basic/source/classes/codecompletecache.cxx?r=3ceb01af#132 https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbxmod.cxx?r=c88f7603#1695 https://opengrok.libreoffice.org/xref/core/basic/source/comp/symtbl.cxx?r=e48e0632#149 https://opengrok.libreoffice.org/xref/core/basic/source/comp/symtbl.cxx?r=e48e0632#162 https://opengrok.libreoffice.org/xref/core/basic/source/comp/symtbl.cxx?r=e48e0632#290 https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbxmod.cxx?r=c88f7603#1695 ==================== For abc in the following code, StarBasic compares "abc" with "Main:aBc" case-insensitively? Sub Main() Static aBc As Integer abc = 1 End Sub
Should we add InsertFunctionParamVar thingy? https://opengrok.libreoffice.org/xref/core/basic/source/classes/sbxmod.cxx?r=c88f7603#1695 Also, I guess we need to consider precedence in variable resolution. local -> function params -> global, according to other code. https://opengrok.libreoffice.org/xref/core/basic/source/comp/dim.cxx?r=9e6ca513#1247
Dear tsultana, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Dear tsultana, Please read this message in its entirety before proceeding. Your bug report is being closed as INSUFFICIENTDATA due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of our bug tracker Warm Regards, QA Team MassPing-NeedInfo-FollowUp
Error can be reproduced in: Version: 6.3.3.2 (x64) Build-ID: a64200df03143b798afd1ec74a12ab50359878ed CPU-Threads: 6; BS: Windows 10.0; UI-Render: GL; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: CL
Dear tsultana, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug