Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Multiline comments in Python doesn't compile #40

Open
kenny-evitt opened this issue Jan 6, 2016 · 2 comments
Open

Multiline comments in Python doesn't compile #40

kenny-evitt opened this issue Jan 6, 2016 · 2 comments

Comments

@kenny-evitt
Copy link

Copied from the original comment in LightTable/LightTable#1200:

OS : Debian testing
Lighttable version : 0.6.2 (64 bit) (binary version 0.8.4)
Python version : 2.7.6

How to reproduce :

  • create a new file "test.py" and open it in LighTable
  • create a multiline comment
'''  
This  
is a  
multiline  
comment  
'''
  • execute the file (CTRL + SHIFT + ENTER)

Current results : Stacktrace saying "SyntaxError: EOF while scanning triple-quoted string literal"

Expected results : normal compilation.

Note on Python comments:

Thanks !

EDIT :
Change the code block to correctly displayed the line break.
Change the shortcut to execute the file to CTRL + SHIFT + ENTER

@javiqm12
Copy link

Any, progress on this issue?

@kenny-evitt
Copy link
Author

@javiqm12 We dropped support for this plugin because none of the core team works with Python. We'd love for someone to takeover maintining this, but no one's stepped up yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants