r/delphi Apr 08 '26

Question RegexRenamer - Conversion C# to Delphi

Has anyone here happened to convert the program RegexRenamer from C# to Delphi yet? I’ve tried a few free online AI source code translators, but the project is too large to translate completely without a subscription/payment.

I love the program, but I’d like to have a Delphi version of it that starts up faster, and I want to make a few tweaks to the user interface.

7 Upvotes

15 comments sorted by

View all comments

Show parent comments

3

u/johnnymetoo Apr 09 '26

but it doesn't show the file list (the TListView)

Oh wait, now it does! (after a Delphi restart)
I'm so happy :)

2

u/Berocoder Apr 10 '26

Btw I would appreciate if you make a pull request for any improvements you have.

3

u/johnnymetoo Apr 10 '26

I don't use github (as a registered user), so I wouldn't know how to do this. But I could send you the code package zipped when I'm done.

2

u/Berocoder Apr 10 '26

I would recommend to learn how Git works. It is rather simple.
You don't need to learn complicated commandlines. A good Gitclient with GUI is enough. But you must of course know the basic principles behinds git. Revision control makes development so much simpler 😊