Jump to content

Silver Black

Members
  • Content Count

    136
  • Joined

  • Last visited

Everything posted by Silver Black

  1. How to replace all occourrences of a given text in ALL units of the projects? I mean: units, forms, etc., any file? I wouldn't want to do an edit/replace… for every file in my project! It's time consuming and, more important, I could forget some file.
  2. Silver Black

    How to replace text in every unit?

    Thank you for these important notes, I will remind of them.
  3. Silver Black

    How to replace text in every unit?

    Thank you! I solved with GExperts grep tool. Your help is very appreciated too!
  4. Silver Black

    Rio.1 does not save all layout settings

    Same here. I have to RE-select the layout to make the side panels size correctly.
  5. Silver Black

    10.3.1 has been released

    The new Dev version works perfectly. Thanks!
  6. Silver Black

    10.3.1 has been released

    Sounds great. Can't wait for the new version!
  7. Silver Black

    Signing executables

    What do you use to sign your executables? Is there a subscription fee to pay yearly the certificate or what?
  8. Silver Black

    Signing executables

    Thank you to all of you.
  9. Silver Black

    How to replace whole words in a string

    To identify a word, besides of spaces, you should also check for dots, commas, etc. Eg.: "abc." / "abc," / " abc " @FredS your regEx expressions does the same of my StringReplace. 😉
  10. Silver Black

    How to replace whole words in a string

    If you want to distinguish between words, that for definition are separated by spaces, you have to make a proper function that check occourrences of at least a space before and at least a space after the pattern you want to replace as a word. So it will search for the pattern "abc" then check if before or after there are spaces, if so replace it, otherwise it search for the next occourrence.
  11. Silver Black

    How to replace whole words in a string

    I use StringReplace. Eg.: Result := StringReplace(strText, strOld, strNew, [rfIgnoreCase, rfReplaceAll]); It's perfect for me, for years no issues yet.
  12. Silver Black

    Signing executables

    It seems nice, thank you. Just a question: a signed exe will be signed life-time or once the certificate expire that exe won't be signed anymore?
  13. Silver Black

    10.3.1 has been released

    Uninstalled ZipForge and reinstalled… now the error seems to be gone. But I don't know if now is better to uninstall Delphi 10.3.1 and do a clean install of the Update with no other components. Maybe only then I would reimport my Migration Tools settings…
  14. Silver Black

    10.3.1 has been released

    Thank you, very useful. I used Migration Tool too, but answering NO to that registry Keys question I thought it was useless since I found all my settings back on, but I hadn't still looked at the library path! Every works more smoothly but I have this error anytime I open a form of a project, just for the first time. Despite of this everything works fine. Now I'm trying to reinstall the Update from scratch, deleting every registry key (I'll answer YES). I hope the Migration Tool will do the magic...
  15. Silver Black

    10.3.1 has been released

    This error showed up... but then I clicked "retry" and it worked. 🙂 I'm reporting here just for information if it would happen to other user. Last note: IDEFixPack for 10.3 is not compatibile with 10.3.1, you receive some Unhandled Exceptions starting the IDE, but uninstalling the component solve the problem I suggest to uninstall them before installing the update.
  16. Silver Black

    10.3.1 has been released

    Installing the update. Small note: the flickering lables duringi the installation to show the progress are really cheap. 😠 I use doublebuffer to avoid that.
  17. Silver Black

    10.3.1 has been released

    That's very good to hear! I hate that flickering!!! True: generally, most of the reviews of any products is about complains. Who is happy about something rarely write something about it.
  18. Silver Black

    10.3.1 has been released

    Nobody talks about any improvements...
  19. Silver Black

    10.3.1 has been released

    But this bug: was reported on 22 nov 2018, so well before the update. I'm using Migration Tool to save my 10.3 settings before installing the update: http://docwiki.embarcadero.com/RADStudio/Rio/en/Settings_Migration_Tool https---plus.google.com-+TomaszKunicki-posts-NuBedJxXWao.url
  20. Silver Black

    10.3.1 has been released

    No, this bug is since 10.3 and has not been fixed in 10.3.1 (sigh), but it's not a new bug introduced with the 10.3.1 update!!!
  21. Silver Black

    10.3.1 has been released

    Ok, thank all of you. But all my settings would be preserved? And the add-ins (like IDE FixPack, DDevExtensions, GExperts, etc.) should be re-installed? Do I answer YES or NO to that question about the registry keys?
  22. Silver Black

    10.3.1 has been released

    Excuse me, I download the update e run the installer, but it asks me to UNINSTAL 10.3 versione first… Is this normal for an UPDATE or have I downloaded a wrong version?
  23. Silver Black

    10.3.1 has been released

    Sooooooooo good to know, thanks!I had been looking forward for that! Now, anybody knows if the update can be applied to the CE, please?
  24. Silver Black

    Rio quality disappoint

    Actually I made a mistake in my sentence, because I forgot I keep always disabled Error-Insight! But code-completion work almost flawlessly for me.
  25. Silver Black

    Rio quality disappoint

    No issues at all here neither about code-completion nor error-insight.
×