Re: [Pydev-code] Getting started with PyDev scripting
Brought to you by:
fabioz
From: Joel H. <yo...@if...> - 2006-04-14 01:32:40
|
> mostly because you want to do that even on other syntax errors Yes that's what I had in mind, really. Something that lets the script say "woah, clean up your code before running me!". > I wouldn't worry about this one, as the user would see the syntax > error on that line anyway. I think an IDE gives a more reliable impression if it refuses to propagate errors, but I can just as well leave it as it is if you think that's better. >> 2) Is there a bug in getInsideParentesisToks? > > Fixed for 1.0.6 Snappy! Me like :-) > And who decides is the script author ;-) Heh... Then I'll set it to False. I've got the power, yeah! ;-) > Also, the script has 1 minor 'quirk': if your def line is the last > line of the document (without any new-line in the end) -- fault of > PySelection.addLine (which I just fixed, so, should work without this > problem on 1.0.6). Oh. Forgot to fix that one. I'll do that (and some other things I noticed just now) and repost with a new version. Cheers! /Joel |