fixed or improved run selection

Merged
#42 · Created  · Last updated

Merged pull request

Merged in improvedRunSelection (pull request #42)

3521673·Author: ·Closed by: ·2020-07-23

Description

Hey,

I once tried to solve the problem with the Run Selection. There were problems especially when a single indented line was executed, because the indent was not removed. Furthermore there were problems if there were not indented comments in an indented block.
I have tested the following things:

 

a=0 ###################################### a=0 b=0 ###################################### a=0 b=0 ###################################### a=0 #kommentar b=0 ###################################### a=0 #kommentar b=0 ###################################### a=0 #kommentar b=0 ###################################### def test(): a=0 return ###################################### def test1(): #Kommentar a=0 return ###################################### def test1(): #Kommentar a=0 return ######################################

What still does not work is the following

 

a=0 b=0

Since I'm not sure if this negates the changes of @M. Gronle again, I put it in as PR for testing

0 attachments

0 comments

Loading commits...