Jump to content

dummzeuch

Members
  • Content Count

    2855
  • Joined

  • Last visited

  • Days Won

    101

Everything posted by dummzeuch

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. Applied in revision #4097. Thanks for your contribution. And sorry I forgot about that patch.
  6. 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.
  7. 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?
  8. 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.
  9. 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?
  10. 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?
  11. I have updated my Delphi Help Expert to support Delphi 12. It still supports all Delphi versions from 2005 onwards
  12. dummzeuch

    Tool Panels on secondary monitor

    GExperts -> Add Dock Window does this But these Windows are not stored in the Desktop settings.
  13. 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.
  14. There are now packages for Delphi 12 in the repository. Be warned though: They compile and install into the IDE but I haven’t done any tests at all.
  15. I updated the KnownIdePackagesManager tool to support Delphi 12.
  16. I mentioned that I am working on the Delphi Tools Manager in my post about GExperts supporting import and export for the Tools menu. Today I finished the first version of this tool. It supports all Delphi versions from 5 to 10.3 (it is written in Delphi 10.2). So, what does it do: It shows a list of all entries in the Delphi IDE’s tool menu in a similar manner as the Tools Options dialog. It allows the same actions as that dialog: Add/Delete/Edit an entry and change the order of the entries. It shows the details of each entry when it is selected. It allows exporting and importing entries, using the same DTME file format as GExperts Dragging one or more DTME files on the form will add them to the list Read on in the blog post at https://blog.dummzeuch.de/2019/06/16/delphi-tools-manager-1-0-0-released/
  17. The new version adds support for Delphi 10.3 to 12 Download is available from the project page on SourceForge.
  18. dummzeuch

    Delphi 12 is available

    I'm not sure it is a joke. Even today there are so many people with superstitions around, that releasing a version containing the number 13 might actually cost them some customers. I even have the impression this part of the population is growing rather than shrinking.
  19. I have just updated my dzDelphiPaths tool to support Delphi 12.
  20. I just released dzBdsLauncher 1.0.11. The only change is support for detecting .dproj files created by Delphi 12 (these have a ProjectVersion of 20.1).
  21. I just released Delphi Tools Manager 1.0.3 which now supports Delphi 6 to 12.
  22. I have updated my Delphi IDE explorer expert to work with Delphi 12.
  23. I have just updated the Delphi Custom Container Pack sources to support Delphi 12. It now compiles and installs. I have not tested it extensively. (Blog post here)
  24. dummzeuch

    Delphi 12 is available

    Don't give them any ideas ...
  25. ... unless your parameter is declared as const.
×