Jump to content

dummzeuch

Members
  • Content Count

    2637
  • Joined

  • Last visited

  • Days Won

    91

Everything posted by dummzeuch

  1. dummzeuch

    What is the benefit of sorting the Uses clause?

    Remove matching lines
  2. dummzeuch

    Delphi 12 is available

    Which plugin provided multiline strings? Or are you talking about the property editor for multipline strings?
  3. dummzeuch

    What is the benefit of sorting the Uses clause?

    No, I wrote an expert which removes those totally useless comments.
  4. dummzeuch

    What is the benefit of sorting the Uses clause?

    Actually, instead of an empty line, it could be a comment with the group, e.g. uses // Windows group Windows.WinApi // vcl group vcl.bla, vcl.blub; So it doesn't look like somebody forgot to remove an empty line.
  5. dummzeuch

    script errors at start of c++builder 10 seattle

    Turn off the "Community Toolbar". Same problem as here:
  6. dummzeuch

    Delphi 12 is available

    That is actually the name of a street in Schmedeswurth (never heard of it before, but I looked it up in Google Maps) so it's not a city. And Schmedeswurth is a very small municipality whith < 200 people living there, which I doubt qualifies for even a small town.
  7. dummzeuch

    Delphi 12 is available

    Unfortunately you won't get that past most marketing departments.
  8. dummzeuch

    ICS V9.0 announced

    Your memory is wrong. Win64 was introduced with Delphi XE2.
  9. I just played around with those tool windows, trying to dock and undock them in various ways. I found that having several tool windows docked together in a floating window doesn't work well in neither of the Delphi versions I have tested (10.2, 11 and 12). Part of that might be due to my special setup (monitors with different resolutions and scaling) though. I guess they don't do much testing with floating windows at Embarcadero or even in the beta. Or they just didn't assign high enough a priority to fix those oddities. I haven't checked for bug reports.
  10. dummzeuch

    Try-Finally-end; & Exit??

    No. Both, break and continue make a jump to the finally block and then to the end or beginning of the loop. Not a big difference to what a goto must do. The only difference is that goto can jump to an arbitrary position in the code while break and continue only jump to the end or beginning of a loop.
  11. Happend to me too. I then deleted the registry branch for Delphi 12 under HKCU (not HKLM!). Delphi recreated it automatically on startup and then worked fine again.
  12. dummzeuch

    Delphi CE application accesses unknown IPs

    "23.216.147.64 - It belongs to Akamai, which is a company Microsoft uses to manage traffic to their servers. In the Sysinternals report, something crashed ("WER"="Windows Error Reporting") and the report just catches Windows preparing a report to Microsoft." That's from Reddit, but there are multiple other sources.
  13. dummzeuch

    Try-Finally-end; & Exit??

    What would you want this code to do? directly jump to the label - or - execute finally and then jump to the label ? Neither really makes sense to me. Exit, Break and Continue always execute finally.
  14. dummzeuch

    Error on Build of rev 4096 in D12.

    I have now moved building the .res files for icon.rc and the manifest to pre build scripts. Compiling from command line and the IDE and works on my computer with freshly checked out sources even in a directory containing a space character ("GExperts Test") for both, Delphi 11 and 12.
  15. dummzeuch

    Error on Build of rev 4096 in D12.

    Does your path to the GExperts sources maybe contain a space character? Anyway, I have now moved all rescource compiling to the pre build event (revision #4100). If the my.rc file was temporarily generated by the compiler this might solve the issue.
  16. dummzeuch

    Error on Build of rev 4096 in D12.

    I just committed a change that might solve this: revsion #4098 And for Delphi 11 in revision #4099.
  17. Applied in revision #4097. Thanks for your contribution. And sorry I forgot about that patch.
  18. dummzeuch

    Error on Build of rev 4096 in D12.

    Hm, just checked out the trunk to an empty directory: GExperts_manifest.res was missing, but that's a known problem that can easily be fixed by copying it from the Delphi 11 project (and Achim wanted to look into that). Apart from that, it compiled fine.
  19. dummzeuch

    Source Format of a Unit not working.

    Nothing should have changed in that respect. Is it just the shortcut that does not work, or also calling it through the menu?
  20. dummzeuch

    Error on Build of rev 4096 in D12.

    My.RC ? That's really odd. Possibly an artifact of the IDE generating temp files on the fly.
  21. dummzeuch

    Bringing the IDE automatically to the foreground?

    Hm, in that case the IDE should not be allowed to push itself into the foreground when it hits a breakpoint or catches an exception while debugging a program, when a different program (not the one being debugged) is the foreground window?
  22. dummzeuch

    Bringing the IDE automatically to the foreground?

    Does this happen when the IDE is already open, when it must be started or in both cases?
  23. I have updated my Delphi Help Expert to support Delphi 12. It still supports all Delphi versions from 2005 onwards
  24. dummzeuch

    Tool Panels on secondary monitor

    GExperts -> Add Dock Window does this But these Windows are not stored in the Desktop settings.
  25. In theory you could open a secondary edit window and drag the Welcome Page tab over to it. It even kinda works: Unfortunately it does not show any content.
×