docstring in python

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
walto
Posts: 5
Joined: Thu Dec 19, 2013 2:17 am

docstring in python

Post by walto »

Zeus does recognize """ (three double quotes) as start or end of a docstring. Can't seem to get it to recognize ''' (three single quotes) though as a docstring or multiline comment
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

That is correct. Zeus as present only supports the """ triple (double) quotes and not the ''' triple (single) quotes :(

Cheers Jussi
walto
Posts: 5
Joined: Thu Dec 19, 2013 2:17 am

Post by walto »

jussij wrote:That is correct. Zeus as present only supports the """ triple (double) quotes and not the ''' triple (single) quotes :(

Cheers Jussi

thanks for quick reply Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The double and single triple quotes should now both work in the beta version found here: http://www.zeusedit.com/z300/ze397r-beta.zip

Just make sure the triple quote option is enabled in the Keywords section of the Document Type.

To use the files in this zip file just make a backup copy of the Zeus install folder and replace the files contained in that folder with the ones in the zip file.

Cheers Jussi
walto
Posts: 5
Joined: Thu Dec 19, 2013 2:17 am

Post by walto »

This seems to help.... thanks
jussij wrote:The double and single triple quotes should now both work in the beta version found here: http://www.zeusedit.com/z300/ze397r-beta.zip

Just make sure the triple quote option is enabled in the Keywords section of the Document Type.

To use the files in this zip file just make a backup copy of the Zeus install folder and replace the files contained in that folder with the ones in the zip file.

Cheers Jussi
Post Reply