Ansgar Becker

Results 304 comments of Ansgar Becker

Same problem here, without a reproduction recipe unfortunately. Randomly I get this one: PHP Warning: fsockopen(): unable to connect to www.google-analytics.com:80 (Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer...

Not really. I just tried myself and found the `Style` in `TSynBaseCompletionProposalForm.CreateParams`, which is `WS_POPUP`. Perhaps that's a good starting point. But I'm afraid that changing it to `WS_SIZEBOX` changed...

I just file a ticket there: https://github.com/RRUZ/vcl-styles-utils/issues/262 - maybe they can help out.

I have updated TRegExpr with the current code from andgineer in the forked https://github.com/HeidiSQL/SynEdit - I could create a pull request for it, shall I? Be aware that this is...

[Here](https://www.heidisql.com/forum.php?t=23276)'s the mentioned forum thread. I already had a working fix for this issue, committed in HeidiSQL/HeidiSQL@2436cdf388bfcf71310b97cc503d303730fd0b06, but later updates overwrote this change. Perhaps you can overtake that modification into...

I would recommend to use the existing JavaScript highlighter instead, as TypeScript is quite equal wrt syntax. As far as I read it's not even difficult to create your own...

I suppose this is another Wine drawing issue. Here's the same screen on Windows 10: ![grafik](https://user-images.githubusercontent.com/7986591/188267103-ec3a8a18-ed4b-4abc-af06-f5cf43a33b86.png)

Next build gives the highlight canvas explicitly the same font size. But I guess you are right, and it's not the size but the character spacing, so that likely won't...

Ok, that was to be expected. Is there a way for you to update Wine to a 7.x version, probably a beta release?