how do you configure python-idle to color code the script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roryclancy
    New Member
    • Jan 2014
    • 8

    how do you configure python-idle to color code the script

    how do you configure python-idle to color code the code
    I've tried going into options and clicked on the highlighter tab and massed around there but i cannot to work
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Under the Highlighter tab, click the button "Choose Colour for:" and select the display color for the item shown in the button below it (example: "Python Keywords"). For some items, you can select a foreground color and a background color.

    Comment

    • roryclancy
      New Member
      • Jan 2014
      • 8

      #3
      thank you that was a great help

      Comment

      • roryclancy
        New Member
        • Jan 2014
        • 8

        #4
        something is wrong it not keeping the colour continuously
        I think I should point out that i am completely new to this

        Comment

        • bvdet
          Recognized Expert Specialist
          • Oct 2006
          • 2851

          #5
          Idle user configuration files are stored under the user home directory in folder ".idlerc". If your configuration is not saved properly, that would explain why the color is not being kept.

          Comment

          Working...