Jump to content
David Heffernan

New Delphi features in Delphi 13

Recommended Posts

5 minutes ago, Attila Kovacs said:

By the way, is the bookmarks plugin coming to 13 later?

 

Bookmarks, Navigator and the multi threading debugger extension from Parnassus should arrive on GetIt in a few days.

  • Thanks 1

Share this post


Link to post
1 hour ago, Patrick PREMARTIN said:

The reason is simple : it's disabled for Delphi (but can be used by IDE plugins or for next update or release)

It should have been hidden for Delphi. Having it visible but but disabled, with no way to make it enabled, is just confusing; Poor UI design.

https://learn.microsoft.com/en-us/windows/win32/uxguide/win-dialog-box#disabling-or-removing-controls-vs-giving-error-messages

Share this post


Link to post
7 hours ago, dummzeuch said:

Autoformat has one huge advantage (apart from laziness, of course): It catches wrong indentations that suggest wrong code flows:


if Condition then
  doX;
  doY;
doOtherStuff;

 

I mean just never ever ever use single statement, always use compound and it's a non problem. 

Share this post


Link to post
10 hours ago, david berneda said:

😂 I can quickly identify code not written by me when I see a minor formatting difference. Even 20 years later 😂

Ditto. I was deposed years ago and the attorney was asking me questions about the code. He had a printout. He got to one part and I said that is not mine. He asked how did I know. I showed him all the code that was mine by the style of formatting I use. That ended the code questions.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×