Double-Clicking to Select a String

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
Rat
Posts: 68
Joined: Wed Jun 15, 2011 1:18 am

Double-Clicking to Select a String

Post by Rat »

When I double click a string, (no whitespace) enclosed by single quotes in a JavaScript file it selects the single quotes as well as the enclosed string.

eg. 'AString'

When the same string is enclosed by double quotes this doesn't happen.

eg. "AString"

In the Keywords options both single and double quotes are included as string delimiters.

Any suggestions...?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Any suggestions...?
Looks like a bug :(

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

I can confirm that this is indeed a bug :(

This issue will be fixed in the next beta release. In the mean time you can work around the issue by added single quote character to the Keywords section of the Default Document Type using Options menu ;)

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This issue should now be fixed in the latest version found here: http://www.zeusedit.com/zforum/viewforum.php?f=6

Cheers Jussi
Post Reply