Closed GoogleCodeExporter closed 9 years ago
I am not able to reproduce either bug.
Here PyScripter is working as expected.
Original comment by pyscripter
on 6 Sep 2011 at 11:23
Ok, let's focus in the first suspected bug. In fact it seems more complicated.
Try to reproduce it with this trivial code (see attachment for the snapshot of
related Pyscripter behavior).
FOO = 'FOO'
print FOO
foo = 'foo'
print foo
Foo = 'Foo'
class Foo(object):
pass
Original comment by iacopoma...@gmail.com
on 7 Sep 2011 at 7:24
Attachments:
Original comment by pyscripter
on 7 Sep 2011 at 9:47
Could you please test with the 2.4.4 preview from
http://code.google.com/p/pyscripter/downloads/list.
I thought I reproduced it once but I am still having trouble reproducing it.
Original comment by pyscripter
on 7 Sep 2011 at 11:31
Actually there was one issue when you just chanced case sensitivity without
changing the search term that is now fixed. I will close the issue, since it
now works fine here. Please check with the next version when it is released
and if it persists let us know and the issue will be reopened.
Original comment by pyscripter
on 7 Sep 2011 at 11:41
Original comment by pyscripter
on 7 Sep 2011 at 11:41
Original issue reported on code.google.com by
iacopoma...@gmail.com
on 2 Sep 2011 at 9:52