Jump to content

dummzeuch

Members
  • Content Count

    2995
  • Joined

  • Last visited

  • Days Won

    107

Everything posted by dummzeuch

  1. dummzeuch

    GExperts menu too long

    With "taller than my screen", do you mean that there is no "more ..." entry with a submenu at the end but all entries in one continuous menu? (Of course that just means you need a taller screen. 😉
  2. dummzeuch

    GExperts config

    Yes, that's how the cancel button works.
  3. dummzeuch

    Project load error

    Notepad++ can handle different encodings and easily switch between and convert them. Might be an easier option than copying line by line with Notepad.
  4. Sometimes the IDE inserts two includes for CodeGear.Delphi.Targets (I think it's a bug in the updating code for projects): <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> One, with the condition, one without. Not sure this has something to do with the message though.
  5. dummzeuch

    Issue with UsesCleaner..

    No there isn't. But if you file a feature request stating how exactly you want it to be formatted, chances are I might implement it.
  6. dummzeuch

    Crash starting delphi 10.4.3

    Yes, There is a command you need to execute for GetIt to switch to the internet as a data source: GetItCmd.exe -c=useonline
  7. dummzeuch

    Code Librarian

    That sounds more like use case for code templates. A bit more work to set up, but it would save a lot of typing later on.
  8. dummzeuch

    Crash starting delphi 10.4.3

    Similar issue to this: GExperts always targets the latest IDE update available at the time of its release, which in case of 10.4 is 10.4.1. Sometimes it does not matter, but in this case it does. Either update to the latest IDE version or compile your own GExperts DLL.
  9. dummzeuch

    WinUI in Delphi (planned for 10.5?)

    Not that I know of. But you could have a look into the BPLs using the GExperts PE Information Expert. It shows a list of units and classes which the package exports. That would give you a starting point.
  10. dummzeuch

    Cannot install GExperts in Delphi 10.3

    You need to install the latest update for Delphi 10.3 (10.3.3), since the runtime packages GExperts needs were not compatible between 10.3 and 10.3.3. If you can't do that for whatever reason, you can compile your GExperts DLL which would also solve the problem.
  11. dummzeuch

    Import .NET Assembly list is empty

    No, but I noticed that the problem hasn't been fixed in 10.4. Never looked at it in 10.4.1 because I found a different way that does not require a dotNET assembly. That was my "last best" solution anyway. (* "second best" would put it too mildly. Avoiding this was by far the best option.)
  12. dummzeuch

    WinUI in Delphi (planned for 10.5?)

    Hm, when will Microsoft start to rewrite Office to use WinUI? Until that happens, I am skeptical whether this will be worth the effort. But I am only a disgruntled old white man^d^d^d^d^d^d^d^d^dVCL developer.
  13. dummzeuch

    Feature Request for String Paste As

    I wrote the Convert Strings expert several months after somebody else donated the String Paste expert, because I could never remember how to use the latter. I always wanted to clean up this mess, but never came around doing it.
  14. dummzeuch

    Feature Request for String Paste As

    Have you looked at the newer "Convert Strings" expert? There is a favorite called "SQL-to-String" which seems to do exactly what you want
  15. dummzeuch

    Feature request: remember debugger exception dialog size

    OK, even though you didn't file a feature request, I just implemented this in revision #3370.
  16. dummzeuch

    Feature request: remember debugger exception dialog size

    Would you please file a feature request on SourceForge for this? That is the central point where I look when I have some time and feel like implementing some small improvement. Also, others might see this, implement it and send me a patch (yes, this has happened). Of course you could also do that yourself.
  17. dummzeuch

    Crash when Delphi 10.n exits... again

    If the order is important, it's not the order of installation but the order loading the plugins. So disabling all of them and then enabling them in the desired order should do the trick.
  18. somebody named "Gilles The cat" just posted this in the Delhi Wiki: https://delphi.fandom.com/wiki/Forum:Old_component Maybe somebody here can help.
  19. dummzeuch

    TdxfOutlookBar for Delphi 5

    Apparently he had already asked DevExpress and they cannot supply the old version. (He could have mentioned that rather than let us (me) guessing. I didn't know what tdxfOutlootBar is/was and from they way he formulated his questionI thought he didn't either. That's what you get for trying to help. I should have known better. 😞 )
  20. dummzeuch

    TdxfOutlookBar for Delphi 5

    The first Google hit for you might have been that. I didn't see this on the first page of results. The joys of personalized search...
  21. dummzeuch

    Feature Request for String Paste As

    Ah, this was about Delphi, not GExperts.
  22. dummzeuch

    Feature Request for String Paste As

    Where?
  23. dummzeuch

    TdxfOutlookBar for Delphi 5

    So, to sum it up: The "dx" in the name is a strong hint that it is from DevExpress, so it should be possible to get this component from them, even for Delphi 5. Correct?
  24. dummzeuch

    Grep problem in 10.4.1

    Fixed that in revision #3369 Thanks for the hint.
  25. dummzeuch

    Adding file directories to project

    I just added the following feature request: https://sourceforge.net/p/gexperts/feature-requests/127/ That would solve your problem.
×