Jump to content

corneliusdavid

Members
  • Content Count

    656
  • Joined

  • Last visited

  • Days Won

    12

corneliusdavid last won the day on August 16

corneliusdavid had the most liked content!

Community Reputation

261 Excellent

2 Followers

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

9094 profile views
  1. corneliusdavid

    RAD Studio 13 is available

    Huh? Of course it does. There are two IDEs, the 32-bit one has all the normal platform support, including 32-bit compilation; the 64-bit one (still relatively new) only does Win64--for now. There are alternatives as has been mentioned.
  2. corneliusdavid

    RAD Studio 13 is available

    Not sure what you mean by "janky" but "deferred" might refer to when you hold an arrow key down through a long source file and the scrolling region is reduced to just a few lines until you stop, then the whole screen is refreshed, right? In that case, I think you might want to look at a new, undocumented feature in Tools > Options > Editor > Scroll Bar: Editor Scroll Mode. Try switching it to "GDI Scroll" and see if that improves things for you.
  3. corneliusdavid

    RAD Studio 13 is available

    I just tried with the external formatter and while it kept a breakpoint (one line off because of changes in the code that changed where the line was), all the bookmarks were removed.
  4. corneliusdavid

    RAD Studio 13 is available

    There's been a lot of discussion about this. Here's what I offer: https://corneliusconcepts.tech/code-formatting-delphi-13
  5. corneliusdavid

    New Delphi features in Delphi 13

    To clarify why I'm not terribly upset by the removal of refactoring and formatting, 1) refactoring never worked that well so I would always manually search/replace or cut/paste tediously; 2) I'm starting to use MMX Code and like it's capabilities and starting to rely on it and see the great benefits; 3) I still have a quick way to format code using saved profiles from older versions of Delphi; 4) I have hope that there will be a better replacement built into the IDE in the future. If there was no option, no way to refactor or format code and no hope of ever getting it in this IDE, yeah, I would be quite frustrated. But as long as there are alternatives, I'm fine to make do with what's available. It's totally understandable for people to lose patience with Emb for this and other short-comings that have gone on for years; but that's just not where I'm at right now.
  6. corneliusdavid

    New Delphi features in Delphi 13

    Fair points.
  7. corneliusdavid

    New Delphi features in Delphi 13

    I know at least part of this was sarcastic but just in case anyone really believes that, know that some (many?) of us have been plopped into projects written by others with either little coding skill, no sense of style, or hasn’t been warned about the maniac that might have to maintain their code. I’m nearing three years at a job where I’m maintaining and migrating hundreds of old Delphi 5 accounting programs up to Delphi 12. The millions of lines code are strangely formatted, and has been worked on by dozens of individuals who, at one time, called themselves programmers; there are dated comments back to 1997! I use the code formatter every day.
  8. corneliusdavid

    Cannot download MMX. Virus detected

    Same here. I think I had to click "more" then "keep".
  9. corneliusdavid

    New Delphi features in Delphi 13

    That's a bit of an exaggerated statement. Code formatting was an optional feature and is most useful if you've inherited old, poorly formatted code or just too lazy to indent properly in the first place (IMHO). Plus, there are other options to continue using it as expressed in the blog. I believe Embarcadero is looking to replace the feature at some point. So, to say this is a huge step back for something so minor is quite petty.
  10. corneliusdavid

    Should we create forum(s) for AI?

    I, too, use the "unread" button to see what's new which covers all forums. But I'm on the fence about whether there needs to be a new one for AI. On one hand, the forums about about Delphi programming topics, VCL vs FMX, algorithms, 3rd-party tools, etc. and AI is completely external to that, like what resolution of monitor you have or brand of keyboard is most productive (ok, probably a big stretch there...). On the other hand, under "Software Development" there are forums for project planning and another for testing, so I can see how using AI would fit in there as another discussion area if people are wanting to categorize their conversations or if someone wanted to see all the conversations pertaining to AI, for example. So, I voted for one new one, assuming it would fit under "Software Development"; for AI topics that deal with the IDE integration (invoking from), those should (IMHO) just be placed under the "Delphi IDE and APIs" category.
  11. corneliusdavid

    XCode with Delphi 12.3

    @Dave Nottage, thanks for the clarification. It's been the rule of thumb I've used for the little bits of Apple dev I've done but I didn't consider older versions of Delphi or CE.
  12. corneliusdavid

    XCode with Delphi 12.3

    Always use the most recent version of XCode.
  13. corneliusdavid

    Using "Claude Code" with Delphi

    For me, I use AI with Delphi sparingly. But in two cases, it's helped quite a bit: 1) recalling seldom-used functions when I can't remember the right keyword but can describe the problem; and 2) writing unit tests. For web stuff, yes, it's great! The overall consensus, though is that it's not replacing our jobs any time soon: Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity
  14. corneliusdavid

    Using "Claude Code" with Delphi

    I've got Claude Code installed on WSL2 (Claude helped me get there--it was quite a chore) but probably won't be using it much for Delphi. I support some web sites using the Hugo static generator so plan on getting my feet wet with that.
  15. corneliusdavid

    TSendMail Email Server setttings

    There are no server settings to set--it's a client-only action and uses whatever MAPI-enabled email client you have installed. If Outlook, then yes, it uses Outlook. On my system, I use eM Client, so a quick sample app pulled up a new email message using that program.
×