Home
Help
Search
Login
Register
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Python block comments broken in v19
« previous
next »
Reply
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Python block comments broken in v19 (Read 3515 times)
mlevedahl
Junior Community Member
Posts: 4
Hero Points: 0
Python block comments broken in v19
«
on:
November 17, 2014, 01:52:45 PM »
Quote
In python, a sequence of 3 single quotes or double quotes are used to denote a block comment. v19 does not recognize the closing set of single quotes unless on the same line. e.g.
""" some stuff
works"""
''' a single line using triple quotes works '''
''' but a comment on multiple lines
ends up treating the rest of the file as a comment'''
Report to moderator
Logged
patrick
SlickEdit Team Member
Senior Community Member
Posts: 1818
Hero Points: 151
Re: Python block comments broken in v19
«
Reply #1 on:
November 17, 2014, 02:32:36 PM »
Quote
Reproduced it, taking a look.
Report to moderator
Logged
patrick
SlickEdit Team Member
Senior Community Member
Posts: 1818
Hero Points: 151
Re: Python block comments broken in v19
«
Reply #2 on:
November 17, 2014, 09:12:49 PM »
Quote
Fixed. Unfortunately, it's not hot-fixable, so it will be in the first update.
Report to moderator
Logged
IkerAriz
Senior Community Member
Posts: 162
Hero Points: 6
Re: Python block comments broken in v19
«
Reply #3 on:
November 19, 2014, 06:26:10 PM »
Quote
This seems to apply to triple-quoted strings more generally. Eg, setting a variable to TQ string that spans multiple lines.
Will the update be available soon? The loss of syntax coloring really puts a damper on using SE for python projects.
Regards,
Iker
Report to moderator
Logged
brainsalad
Community Member
Posts: 11
Hero Points: 2
Re: Python block comments broken in v19
«
Reply #4 on:
November 21, 2014, 04:49:52 PM »
Quote
Update soon, please. I have temporarily switched to using triple double-quoted doc strings, and it pains me. If I can't switch back to triple single quotes soon, I might die. I am aware that is unreasonable.
Report to moderator
Logged
Clark
SlickEdit Team Member
Senior Community Member
Posts: 7041
Hero Points: 535
Re: Python block comments broken in v19
«
Reply #5 on:
November 23, 2014, 03:38:28 AM »
Quote
Sorry about this issue. We know we can't wait that long for an update which fixes this.
Report to moderator
Logged
Reply
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
SlickEdit Product Discussion
»
SlickEdit®
»
Python block comments broken in v19