[Github-comments] [geany/geany] Python triple quoted strings that end in a newline escape do not show up in the variables list. (#1390)
novel-yet-trivial
notifications at xxxxx
Sat Feb 11 19:27:36 UTC 2017
This code adds the name "HEADER_TEMPLATE" to the variables list in the side bar:
```
HEADER_TEMPLATE = '''
==============
|{:^15}| {}
==============
'''
```
However this code does not:
```
HEADER_TEMPLATE = '''\
==============
|{:^15}| {}
==============
'''
```
Running Linux Mint, Geany 1.29, Python mode.
Thanks for all your work! Keep it up!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1390
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170211/0fddaae7/attachment.html>
More information about the Github-comments
mailing list