Python Forum
Code capitalization being changed.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Code capitalization being changed.
#1
I just posted a thread with a code block like this:
CELL_SIZE = 50
MOVES = {"up": (0, -CELL_SIZE), "down": (0, CELL_SIZE),
         "left" : (-CELL_SIZE, 0), "right" : (CELL_SIZE, 0)} 
The variables above are intended to be constants and are capitalized but appear lowercase in my post.
When I go to edit it shows as I intended it.
Reply
#2
I also notice this,an made a post about here.
Reply
#3
We are at the mercy of stranac fixing his plugin
Recommended Tutorials:
Reply
#4
I'm on my way home and I'm gonna fix this as soon as I'm there.
I feel really stupid about this particular bug, I have a line converting the content to lowercase, and I can't even imagine why I put it there...
Reply
#5
Don't worry, weird stuff happens. Thanks for fixing it though, beautiful pony! :)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020