Ansgar Becker

Results 304 comments of Ansgar Becker

At least for the session log files there is already a date/time in an SQL comment: ![grafik](https://user-images.githubusercontent.com/7986591/183030406-2c4b534f-75d8-4aee-aa5e-710d08cfa9e1.png) ``` /* 2022-08-05 09:54:14 [] */ /* Writing to session log file now:...

The idea with the column sounds nice. Just the underlying SynMemo does not support columns, as it's just a memo with syntax highlighting. The [SynEdit](https://github.com/SynEdit/SynEdit) project does not have a...

Related: * #78 * https://www.heidisql.com/forum.php?t=35740

I think the problem is HeidiSQL does not un-escape the two backslashes when parsing the table structure. The real value for an `enum('\\foo')` is `'\foo'`, not `'\\foo'`, while an `INSERT`...

> In almost all software you can hold down shift an use the mousewheel to scroll horizontally. This does not work in Heidi either. Shift+MouseWheel definitely works for me here....

@okkebal please do not send me a mouse. I already own an MX Master 3S from Logitech, and I can confirm the horizontal scroll wheel issue. Using the Logi Options+...

I found a fix for this in `VirtualTrees.BaseTree.pas` - seems that `TScrollInfo.nTrackPos` is always 0 on the horizontal scrollbar. Potentially a bug in the underlying Windows API, not sure. However,...

Please update to the latest nightly build and re-check if the freeze is now fixed. I can no longer reproduce it, but it was anyway not 100% reproducible here.

@jimsrobot any feedback for the latest build would be appreciated. You may also test disabling the both preference features I highlighted in the screenshot: 1. uncheck auto-uppercase, 2. set fg...