LionHeart123 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

v2.4.5 keywords not highlighting in Python 2.7 #594

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 2.4.5 on a 64-bit Windows 7 system (I tried Home Premium and 
Professional)
2. Open PyScripter for Python 2.7 (I wasn't able to reproduce it for Python 2.5 
or 3.2)
3. Look at the keywords (reserved and non-reserved) and notice the lack of 
coloring.

What is the expected output? What do you see instead?
I expected the syntax highlighting to be applied to the keywords as works for 
32-bit versions and also for 64-bit versions that aren't started for Python 2.7

What version of the product are you using? On what operating system?
PyScripter 2.4.5, Python 2.7.2, Windows 7 Home Premium and Pro (all 64 bit AMD)

Please provide any additional information below.
Just to clarify, I only experience the issue on 2.4.5 for Python 2.7. I tried 
uninstalling and reinstalling Python 2.7.2 and the problem did not go away.

Original issue reported on code.google.com by theman.t...@gmail.com on 28 Dec 2011 at 5:12

GoogleCodeExporter commented 9 years ago
Actually, in 2.4.5 for Python 2.5, some keywords aren't highlighted including 
if, import, from, if, for, in, and is. 

Original comment by theman.t...@gmail.com on 28 Dec 2011 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in v2.4.6

Original comment by pyscripter on 29 Dec 2011 at 3:35

GoogleCodeExporter commented 9 years ago
Verified fixed! Thanks for the quick response!

Original comment by theman.t...@gmail.com on 29 Dec 2011 at 5:23