-
Content Count
2925 -
Joined
-
Last visited
-
Days Won
105
dummzeuch last won the day on March 3
dummzeuch had the most liked content!
Community Reputation
1577 ExcellentTechnical Information
-
Delphi-Version
Delphi 10.2 Tokyo
Recent Profile Visitors
37338 profile views
-
I think we should stop feeding the troll.
-
The 70% problem: Hard truths about AI-assisted coding
-
Interesting idea. I might just try that. "format the following code according to the coding style used in this other unit"
-
Because being open source means that everyone can go ahead and modify it to their liking, right? Of course. Nothing prevents anybody from doing that, as long as the license conditions are observed. And even the most restrictive open source licenses that I know, allow private use of the code without restrictions. The project maintainer might not like those changes, but you can always have your very own personal fork of the code. (The particular project maintainer you are probably thinking about would of course prefer getting a patch that adds this as a configurable option and does not break the code and its compatibility to older Delphi versions..)
-
You could use TBitBtn instead, if that's an option.
-
If only there was a code formatter written in Delphi that is open source!
-
Hey, we have AI nowadays to solve that problem: Just tell it to convert the rust code to Object Pascal and be done. And if the first one does not succeed, try others.
-
Have you seen the IDE using a phone booth recently?
-
Am I right in assuming that the plugin calls the executable to do the formatting? Calling an executable is rather expensive (meaning: slow) in Windows, it would be really nice it you could also produce a DLL, that can be called from this plugin (and possibly other tools). 32 and 64 bits, if possible.
-
Isn't that an editor option? Cursor beyond EOL? Edit: No. There is no "Cursor beyond EOL". There is only "Cursor beyond EOF", which is different.
-
I fixed the DPI errors in the CodeLibrarian Search dialog
dummzeuch replied to PeterPanettone's topic in GExperts
fixed in revision #4433 -
I fixed the DPI errors in the CodeLibrarian Search dialog
dummzeuch replied to PeterPanettone's topic in GExperts
Hm I don't see any scaling issue with this dialog. It looks fine with 125% scaling and rescales properly when I move it between displays with 125% and 100% scaling. I guess that's another case where it works fine with my setup but does not with other people's. Let me guess: You have one or more displays with a scaling > 100% but all displays set to the same. Edit: Yes, if I only use my HighDPI display, I can reproduce it. -
I fixed the DPI errors in the CodeLibrarian Search dialog
dummzeuch replied to PeterPanettone's topic in GExperts
OK, so, where would you put the IFDEF for this? -
Yes, but the idea was to keep the dialog's general layout regardless whether any (or even none) of the tabs are visible .
-
I fixed the DPI errors in the CodeLibrarian Search dialog
dummzeuch replied to PeterPanettone's topic in GExperts
Sorry, but I cannot accept this as a patch. This is not compatible to older Delphi versions.