/* double click selects the whole string: */
SELECT 'prefixasuffix' FROM dual;
/* German umlaut 'ä' in string: double click selects only 'prefix' or 'suffix': */
SELECT 'prefixäsuffix' FROM dual;
Try double-clicking the 2 string literals, description in the comments.
This is unusual behavior, no text editor or word processor does this.
I don't remember this happening in the past with HeidiSQL, is this a new bug?
system:
- HeidiSQL 9.3.0.4998 (64bit)
- win8.1 x64
- MySQL 5.6