Jump to content

Ian Branch

Members
  • Content Count

    1412
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Ian Branch

  1. Ian Branch

    Method Selection ability??

    Hi Team, During development/rework I often need to select a full procedure or function for delection or replacement. Delphi doesn't seem to have the ability. Is there an IDE plug-in that will allow me to select the current procedure in total? I found in 'Select Current Methody Body' in CnPack but it literally only selects the body of the method. Regards & TIA, Ian
  2. Don't know if it is related but my Delphi 12.3 now opens like this instead of full screen on my 4k monitor. 😞 P.S. I restored 4462 and Delphi is back to normal full scren when opening. P.P.S. FYI, I am running two 4k monitors.
  3. Ian Branch

    Method Selection ability??

    Hi Uwe, I tend to leave the method there in its original place but commented out so that if the test replacement method doesn't work out it is a 'simple' matter to delete the new and uncomment the old. The annoyance being selecting the entire method for some action.
  4. Hi Team, I am now using Delphi 12.3 but the issue existing when using previous Delphi versions. I have a 3rd Party component installed. No names, no pack-drill. 🙂 With v 1.xx the Apps built in a normal acceptable time. With its replacement, v 1.yy, the Apps build at about 50% slower. You can see the line counter clicking over. If the same, or any other App is withing a Project Group, the Apps build at normal speed. I have eliminated having the 1.50 component being recompiled every time by isolating its .pas file so only the .dcu is visible/available. The .bpl & .dcp are in the correct places and only one of each exists. Any thoughts on why the speed discrepancy when building just the single project/App? If I swap back to v 1.xx, build speed is restored. Regards & TIA, Ian
  5. Ian Branch

    Method Selection ability??

    Hi Stano, If I collapse it and the ctrl-/ it comments the first line and opens the rest.
  6. Ian Branch

    Build time affected with an updated component...

    Hi Uwe, Agreed. I did a source comparison of the two versions and can divine nothing that I could contribute to a build/compilation impact.
  7. Ian Branch

    Method Selection ability??

    Hi Uwe, Yes I have investigated that one, but I want the whole method, not just the body.
  8. Ian Branch

    Method Selection ability??

    Tks. ATT I manually select the whole method then use Ctrl-/. My issue is that with large methods it would be easier if the method could be readily selected, rather than having to manually select from start to finish.
  9. Ian Branch

    Method Selection ability??

    Tks. Close ,but not quite. If I comment a method with it, it also comments the declaration in the class. 😞
  10. Ian Branch

    Method Selection ability??

    Tks havrlisan. I found that one and at times it will be useful. Sometimes I just want to select the method and comment it out while I try an alternative version of the method.
  11. Ian Branch

    Build time affected with an updated component...

    By way of impact: Building an App with 1.xx takes 10 secs. Building with 1.yy takes 1m 15s. 😞
  12. Ian Branch

    Build time affected with an updated component...

    Hi Patrick, Very strange indeed. Just a .bpl to install the component. No. It is slow in both with Debug taking an extra 12 seconds. Probably due to the normal additional Debug code inclusions. Just Windows. Ian
  13. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    I agree to a degree. The original issue here was my browser simply downloading to the Downloads directory but because it already knew about the file name and the source it simply downloaded the original, not the newer one and I didn't realise it. That is what got me off on the wrong path. All sorted now. Something I will need to watch for in the futur with the new 'direction' with the 64-bit IDE.
  14. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Yes, and that works fine when you have an installer, but when you download them directly they have the same name and therefore the second overwrites the first, or it gets a (1) appended. I allways keep a copy in a separate downloads directory.
  15. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    OK. We have a winner!!! It seems my Browser was downloading the same file each time as it recognised the filename and source. May I suggest you name them with a x32 & x64 suffix? These install fine now. Thank you for your patience.
  16. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Standby I may have found the issue.
  17. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Same error message.
  18. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    OK. Two things. When I went to download initially, there wasn't the x64 .bpl there so I just downloaded the original again just iin case you had changed it. Now I see there is a x86 & x64 version available. I downloaded the x64 version, placed it in the suggested directory and got the same result using Install Packages. Both the x86 & x64 versions seem to be the same size.
  19. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    OK. I am going to need further help here. I have never used the "Install Components" option. I will need instruction on what goes in the respective fields. I have allways used the "Install Packages" option but in this case I get
  20. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    How to get it into the 64-bit IDE? I have it loaded into the 32-bit IDE OK.
  21. FWIW, I use an Application based Time-out that shuts the application down if there hasn't been any application activity, mouse or keyboard, for a defined period.
  22. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    I'll live. 😉 Not if I click on the same node. If I click a different node it corrects itself.
  23. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Any progress on this one. Extremely annoying... Ian
  24. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Nope. Components unexpectedly moved on forms. 😞 Back to to dpi-unaware.
  25. Ian Branch

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Cheers. As an experiment I have switched to the dpi-aware IDE. It is a lot better than I remember. All good with the Fonts now. Ian
×