Bug 116743 - In the IDE of BASIC, scrolling down the macro will return to line 1 from line 1000.
Summary: In the IDE of BASIC, scrolling down the macro will return to line 1 from line...
Status: RESOLVED DUPLICATE of bug 130925
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
6.0.2.1 release
Hardware: x86-64 (AMD64) Windows (All)
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: BASIC-IDE
  Show dependency treegraph
 
Reported: 2018-04-02 09:46 UTC by Bent Bean
Modified: 2020-02-25 16:21 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
2472 lines in module (66.31 KB, image/png)
2018-04-03 19:31 UTC, tagezi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bent Bean 2018-04-02 09:46:09 UTC
In the IDE of BASIC, when I scroll down the macro of 1076 lines, the IDE go back to line 1 from line 1000. (I can not scroll down to the last line.)
 Does the IDE have an upper limit on the number of lines that can be edited?
Comment 1 tagezi 2018-04-03 19:31:34 UTC
Created attachment 141066 [details]
2472 lines in module

IDE Basic does not have limit for lines, but macro has the size limit for 64k per module.
Comment 2 Jean-Pierre Ledure 2018-04-10 09:28:30 UTC
I confirm the bug with LO 6.0.2.1/Kubuntu 17.10.

It is not related to the size of the module:
- the bug happens as well in modules exceeding 1000 lines with a global size lower than 64K.
- the limit of 64K is the published limit, in reality modules with a much higher size work fine.

Additional info:
- to observe the bug, the scrolling must be done either with the mouse scroll button or with the vertical scroll bar - NOT with the down arrow.
- the line numbers must previously be made visible thru the View + Line Numbers menu option.

Regards.
JPL
Comment 3 Bill C. 2018-08-08 18:33:21 UTC
I also confirm the bug in LO 6.0.5.2/Ubuntu 14.04
If you click on say line 123, when you scroll past 999, it will start over at line 123 (or whatever line the cursor is on.
Comment 4 Bill C. 2018-08-08 19:43:57 UTC
And LO version 6.1.0.3
Comment 5 Xisco Faulí 2020-02-25 16:21:04 UTC
Duplicate of bug 130925

*** This bug has been marked as a duplicate of bug 130925 ***