Jump to content

Glenn Dufke

Members
  • Content Count

    9
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Glenn Dufke

  1. Glenn Dufke

    pasfmt out now!

    Don't worry, there will be lots of documentation. - And I might even be generous enough to open source it. I would, however, strongly recommend rewriting pasfmt in a more sane language sooner rather than later.
  2. Glenn Dufke

    pasfmt out now!

    Well, it's an interesting concept because I created one in my formatter engine which is multi language and support mixed source documents among other cool features. - And it is high performance without using rust 🙃
  3. Glenn Dufke

    pasfmt out now!

    What you want in a formatter is a simple DSL where you can express your desired formatting style and the formatter uses this as the basis.. I'm glad you asked...
  4. Glenn Dufke

    pasfmt out now!

    Great idea crumbled by rust. There are other languages which would have been more appropriate to use for the implementation and would make contributions easier. Sad. And to expand on that: When picking an implementation language, besides evaluating what solves the problem at hand, you also have to consider target community and who are going to deal with it down the line - especially for open source projects and that weighs higher than one's favorite language. Rust has a toxic community, an ecosystem mess akin to npm and overall just a poorly designed language with unnecessary complexity driven up by hype. (I know this from first hand experience of having to deal with rust projects before and digging inside the rust compiler) While some have drunk the rust kool-aid, I'd rather have seen Modern Object Pascal used or, if you want to be fancy, Zig. There are good reasons why many prominent projects are abandoning rust.
  5. Glenn Dufke

    Registration Limit

    That's not the correct place to contact. Now, when you have an active update subscription - besides always having access to the latest Delphi releases which is important nowadays - getting registration bumps is pretty straight forward and resolved quickly through support. When your active update subscription is expired, which it is in your case according to your initial post, you would have to contact your reseller (If you got your license through that in your home country) or Embarcadero sales directly to get the license bumped. They might offer you a renewal or new license depending on your status, but it isn't a requirement, you can decline the offer and just request a license bump. https://www.embarcadero.com/company/contact-sales As it is a perpetual license, you can keep continuing using that version. You can manually check your registration limit yourself if you need to reinstall in the future. I wrote a guide here: https://docs.code-kungfu.com/books/licensing-and-registration/page/how-to-check-your-registration-limit Hope it helps.
  6. Glenn Dufke

    IDE Syntax Highlighter using Tree-sitter

    I've already made a full binding of the APIs. It isn't published yet, as it is part of my formatter and syntax highlighter product I'm building for Delphi (and C++Builder) The current editor highlighter toolsapi interface is limited. To get the full benefits of the syntax highlighting data tree-sitter can deliver, complete takeover of the editor painting is necessary. The grammar for the pascal parser needs an update indeed.
  7. Glenn Dufke

    Delphi 11.3 is available now!

    You're welcome 🙂
  8. Glenn Dufke

    Delphi 11.3 is available now!

    To fix the incorrectly positioned toolbar, do the following: Close the IDE Open registry editor Navigate to HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0 Delete the Toolbar node Start the IDE again and it is now reset to default position and scaling.
×