Python indentation script...

2011-08-26 Thread Burnett, Rick
Hello All! I've been looking around to see if it is possible to create a script or add a feature that I would use quite a bit. When editing python code, how much a line is indented sets the scope of the code, as many of you know, however, sometimes with long scopes that are heavily nested, it

Python indentation script...

2011-08-26 Thread Burnett, Rick
Hello All! I've been looking around to see if it is possible to create a script or add a feature that I would use quite a bit. When editing python code, how much a line is indented sets the scope of the code, as many of you know, however, sometimes with long scopes that are heavily nested, it

Python indentation script...

2011-08-26 Thread Rick B
Hello All! I've been looking around to see if it is possible to create a script or add a feature that I would use quite a bit. When editing python code, how much a line is indented sets the scope of the code, as many of you know, however, sometimes with long scopes that are heavily nested

Re: Python indentation script...

2011-08-27 Thread Christian Brabandt
Hi Burnett,! On Fr, 26 Aug 2011, Burnett, Rick wrote: > Hello All! > > I've been looking around to see if it is possible to create a script or add a > feature that I would use quite a bit. > > When editing python code, how much a line is indented sets the scope of the > code, as many of you k

Re: Python indentation script...

2011-08-27 Thread enc0der
Oh wow, this is very close! Given you've done all the hard work, I am attempted to add the other changes to it that I wanted. Thanks SO much! Is there a way to have this constantly run on the current line I am on instead of only when I exit out of edit mode? Rick On Sat, Aug 27, 2011 at 3:39 A

Re: Python indentation script...

2011-08-27 Thread Benjamin R. Haskell
On Fri, 26 Aug 2011, Burnett, Rick wrote: Hello All! I've been looking around to see if it is possible to create a script or add a feature that I would use quite a bit. When editing python code, how much a line is indented sets the scope of the code, as many of you know, however, sometimes