Bug 423921 - Unable to collapse Python functions with multi-line function definitions
Summary: Unable to collapse Python functions with multi-line function definitions
Status: RESOLVED DUPLICATE of bug 374570
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: 20.04.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-06 07:05 UTC by Aayush Agarwal
Modified: 2024-09-22 18:37 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Python 3 example to demonstrate the bug (1.04 KB, text/plain)
2020-10-30 17:48 UTC, Aayush Agarwal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aayush Agarwal 2020-07-06 07:05:22 UTC
SUMMARY:

After writing a Python function name with multiple arguments so that I need to use two or more lines to complete it (to keep line lengths under control), I am unable to collapse the part of the text dealing with its implementation.

STEPS TO REPRODUCE
1. Open or create any file containing python code
2. Look for or write a function (ie. def fn(args): ) that you complete in multiple lines
3. Click on the down arrow before the name of the function.

OBSERVED RESULT

The function's implementation does not collapse.

EXPECTED RESULT

The details of the function should collapse and only the function definition should be visible until the arrow is clicked again to expand the function details.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: OpenSUSE Tumbleweed
(available in About System)
KDE Plasma Version: 5.19.2
KDE Frameworks Version: 5.71.0
Qt Version: 5.7.5-1-default

ADDITIONAL INFORMATION

I have faced this in older snapshots of Tumbleweed as well, this is just the latest installed snapshot. Python functions written in a single line collapse as normally expected.
Comment 1 Aayush Agarwal 2020-07-06 07:10:11 UTC
Forgot to add that in case a function definition is in 3 or more lines, then collapsing only condenses the arguments, and not the entire function.
Comment 2 Justin Zobel 2020-10-30 03:13:39 UTC
Aayush can you please supply a sample snippet of code that we can use to test?
Comment 3 Aayush Agarwal 2020-10-30 17:48:33 UTC
Created attachment 132892 [details]
Python 3 example to demonstrate the bug

This is an example piece of code that demonstrates the bug I am facing. On clicking the down arrow key at the left of the function I am unable to collapse the contents inside these functions
Comment 4 Aayush Agarwal 2020-10-30 17:49:35 UTC
(In reply to Justin Zobel from comment #2)
> Aayush can you please supply a sample snippet of code that we can use to
> test?

Justin hopefully this example code works for you, but please let me know if you need any more information.
Comment 5 Justin Zobel 2020-10-31 01:02:03 UTC
Thanks for the example Aayush, that does help in confirming it and hopefully diagnosing the root cause.

- 1st definition doesn't collapse fully
- 2nd definition can't be collapsed at all
- if collapses fine
Comment 6 Waqar Ahmed 2023-03-20 17:15:26 UTC
still reproducible
Comment 7 Christoph Cullmann 2024-09-22 18:37:33 UTC
*** This bug has been marked as a duplicate of bug 374570 ***