Jump to content

Ian Branch

Members
  • Content Count

    1272
  • Joined

  • Last visited

  • Days Won

    3

Ian Branch last won the day on May 1 2023

Ian Branch had the most liked content!

Community Reputation

121 Excellent

1 Follower

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Ian Branch

    Uses Clause Sorting??

    Hi Team, I recently had the experience where all of my '.dproj' files in a major project group were corrupted. 😞 So, I have had to rebuild them. Oh, the pain! Anyway, MMX onfiguration is of course part of that. Having set a few 'Groups' in the 'Uses Clause Sorting' i tried setting the 'Default'. Much to my pleasure, as I opened MMX for each of the 'new' projects, the Default and the Groups were set. Halleluah!! Now, from time to time I extend the listing. I tested and found that if I added to the 'Default', it didn't propagate to the 'Groups'. 😞 It would be nice to have, say a checkbox, that made the Default used instead of Groups. If I guess correctly, if I change 'Default' then it would be used in all the Projects?? Just a thought.. Regards, Ian
  2. Ian Branch

    {$Defines xxxx} not working at design time..

    Found it!!! Seems somehow all my current .dproj files have been corrupted. 😞 Deleted and rebuild, all good. Very strange. Thanks to all for your inputs, appreciated. Ian
  3. Ian Branch

    {$Defines xxxx} not working at design time..

    Thank you to all for your input so far. Appreciated. The fact that I can create a New project and it works fine suggests that the functionality itself is still there and working. I opened a project that I hadn't touched for months, it worked fine.... Which suggests something related to ALL my current projects. I tried adding a new form to a current project and testing, same result. 😞
  4. Ian Branch

    {$Defines xxxx} not working at design time..

    I can create a new project and it all works fine/as expected.
  5. Ian Branch

    {$Defines xxxx} not working at design time..

    I just checked an old Console App and it is doing the same thing there. 😞
  6. Ian Branch

    {$Defines xxxx} not working at design time..

    FWIW, it is doing it on all my projects, even ones I haven't touched in a while. 😞
  7. Ian Branch

    {$Defines xxxx} not working at design time..

    Hi Uwe, Ctrl-Click works fine. CodeInsight doesn't throw anything up. ErrorInsight doesn't show anything. Ian
  8. Ian Branch

    {$Defines xxxx} not working at design time..

    Nope. Didn't work. The IDE knows about the {.$DEFINE XXXXX} because further down code that was enabled by the Define shows as an error in the Structure. At run time all is as it should be. I have also noticed Conditionals from the Project aren't being handled correctly at Design time either. 😞
  9. Hi Team, Win 11, D12.1. They used to, but I have just noticed that if I disable a DEFINE, {.DEFINE XXXXX}, the code between the {$IFDEF XXXXX} & {$ENDIF} no longer greys out the code inbetween. It used to. If I create a new project and do that, it works. Is there somewhere in my projects that I may have inadvertantly switched off that would cause this? This is an actual example where the code isn't being greyed out: Regards & TIA, Ian
  10. Ian Branch

    'Automated' install of Indy??

    Ahhh. Excellent. Thank you.
  11. Done & dusted. Tks.
  12. Ian Branch

    Delphi 12.1 is available

    Reported - RSS-475 in the new Quality Portal.
  13. Ian Branch

    GExperts 1.3.24 Beta1 for Delphi 12

    Current GExperts builds without issue in D12.1.
  14. Ian Branch

    Delphi 12.1 is available

    Ditto.
  15. Ian Branch

    'Automated' install of Indy??

    Does Clean_<version>.cmd install 32 & 64 bit or is it selectable? I only do 32 bit.
×