Jump to content

Lars Fosdal

Administrators
  • Content Count

    3324
  • Joined

  • Last visited

  • Days Won

    110

Everything posted by Lars Fosdal

  1. Lars Fosdal

    How to have Live vertical scrolling of TDBGrid

    That could imply potentially hundreds of queries to the DB while you drag?
  2. Lars Fosdal

    Delphi Package Manager - choices?

    Speaking of TChart - I wonder why TChart and DUnit isn't in GetIt instead of among the additional installation options?
  3. Frequently, that turns out to be a myth.
  4. Lars Fosdal

    Is it possible to see Git current working branch in IDE?

    Edit: No problem. I do that all the time 🙂
  5. Lars Fosdal

    Is it possible to see Git current working branch in IDE?

    Odd. They show the same for me.
  6. Ah, ok. Now I recall that incident. With XP no longer getting patches, I am not sure if that qualifies it as more stable?
  7. Lars Fosdal

    Farewell Rx10.4.2

    The number of VS Code users is somewhat higher. About 14 million users in February 2021.
  8. That is not a Windows 10 problem. That is a Kyocera printer driver problem.
  9. Lars Fosdal

    Is it possible to see Git current working branch in IDE?

    Well, to my defense I also posted the native git command that in theory can be implemented in a plugin to the IDE 😉 I want to point out that I do not use multiple working directories for different versions of the same project. Always the same directory, but with the appropriate version checked out. With multiple working directories, it is so easy to accidentally pull up a file from the history list which refers to a file in the wrong directory for the version that you wanted to work on. That said, I can have multiple versions checked out to different folders when I do comparisons in Beyond Compare or VS Code - but I always use the same working folder when working on the code. Hence, I find it sufficient to let the git client show it to me.
  10. Lars Fosdal

    Is it possible to see Git current working branch in IDE?

    Well, yeah, good luck with that.
  11. Lars Fosdal

    Farewell Rx10.4.2

    In all fairness, most seem to be from the beta period. Number created since September 9th = 155. project = RSP AND resolution = Unresolved AND affectedVersion = "11.0 Alexandria" AND created >= "2021/09/09" ORDER BY priority DESC, updated DESC On the other hand, of all the reported errors, there are 287 that closed, in addition to the 546 unresolved ones project = RSP AND resolution != unresolved AND affectedVersion = "11.0 Alexandria" ORDER BY priority DESC, updated DESC with 131 of those 287 marked as Fixed project = RSP AND resolution = Fixed AND affectedVersion = "11.0 Alexandria" ORDER BY priority DESC, updated DESC
  12. Lars Fosdal

    Farewell Rx10.4.2

    https://quality.embarcadero.com/browse/RSP-35511?jql=project %3D RSP AND resolution %3D Unresolved AND affectedVersion %3D "11.0 Alexandria" ORDER BY priority DESC%2C updated DESC 546 issues registered for Alexandria as of now. It is not ready for use, IMO. Waiting for Update 1.
  13. Lars Fosdal

    Maximum static memory

    Without a proper code example with similar structures to what you use, it is not possible to understand the nature of your problem.
  14. Lars Fosdal

    Is it possible to see Git current working branch in IDE?

    Not really well versed in SourceTree, but GitKraken is very explicit about it. Otherwise, git rev-parse --abbrev-ref HEAD in your working folder, according to https://stackoverflow.com/questions/6245570/how-to-get-the-current-branch-name-in-git
  15. Lars Fosdal

    Delphi Version in profile

    Well, I am staying on 10.4 a bit longer... 😛
  16. I am with @Anders Melander - If you need XP compatible software, you need to use an older Delphi. Cutting technical debt is vital to simplify any system.
  17. Lars Fosdal

    Generic Type Inference

    Have these been reported in the QP?
  18. Lars Fosdal

    D10.4.2 weirdness since recent Win 10 update

    Can't say that I have noticed anything like that.
  19. Lars Fosdal

    Is anybody but me using monitors with different scaling?

    My computer is a Lenovo P52 with a 15.6" 4K screen (which is absolutely a waste at that size), which is set up to 200% scaling. My main display is a 31.5" 4K monitor at 100% scaling. I can't imagine not working off a 4K screen. So much more code on screen.
  20. Lars Fosdal

    RAD Studio 11 Alexandria is now available

    Keep it on topic and civil, please.
  21. Lars Fosdal

    RAD Studio 11 Alexandria is now available

    Based on previous experiences, I used the 10.4.2 LicenseManager to remove all the licenses, then re-registered during installation of Alexandria. Both 11 and 10.4.2 had a valid license after that. But, YMMV.
  22. There are workarounds for large files and binaries. https://www.perforce.com/blog/vcs/how-git-lfs-works
  23. Lars Fosdal

    RAD Studio 11 Alexandria is now available

    For subscription users, both the web installer and the iso is available on https://my.embarcadero.com. The details on what is new: https://www.embarcadero.com/products/rad-studio/whats-new-in-11-alexandria Note that not all GetIt components have been updated for Alexandria yet. Also - at the point of writing - the docwiki is down for the update. It can be installed in parallell with 10.4.x or older, but remember not to mix your versions. Forms modified in 11 may then break for 10.4.
  24. Both. I have scratchpad documents for work-in-progress designs and other notes. My Greenshot (screenshot clipper) also automatically copies screenshots there - so that I can make any number of screenshots in a row without having to think about storing them as I "shoot". It does mean that I have to go in and clear that folder from time to time 😄 So, why not a just the local copy? Well, sometimes I need to access this while on my phone (a question arises, an idea pops up, etc when I'm not near my work computer).
  25. I also use Google Drive as a scratch pad for various purposes. Autosave and versioning rules!
×