Page 1 of 1

docstring in python

Posted: Thu Dec 19, 2013 2:27 am
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

Posted: Thu Dec 19, 2013 3:48 am
by jussij
That is correct. Zeus as present only supports the """ triple (double) quotes and not the ''' triple (single) quotes :(

Cheers Jussi

Posted: Thu Dec 19, 2013 5:10 am
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

Posted: Sun Dec 29, 2013 1:08 pm
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

Posted: Tue Jan 07, 2014 7:37 pm
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