Jump to content

PeterPanettone

Members
  • Content Count

    1222
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. In the ActionList Editor, when executing the "New Standard Action..." command, it takes more than ONE MINUTE (!!!) to display the list of available action classes, as this list is very long in my IDE environment: This is a sign of very INEFFICIENT CODE used to build this list. While waiting the eternity for the Action Classes list to build, there is no visual feedback indicator that should be shown to the user when waiting for a longer process, such as an hourglass cursor or something similar. This behavior is typical for a novice application, not a professional IDE environment. Also, there is no FILTER SEARCH box within the list of Available Action Classes! This makes it almost IMPOSSIBLE to find a specific Action class by name or type. This is one of several USER-UNFRIENDLY aspects of the Delphi IDE. This particular one prevents me from using Actions at all in a Delphi application. In the past, I have created a Quality Portal report to suggest improvements, but Embarcadero has never responded to this report. Is there a plugin that could replace the "New Standard Action" command? I am considering whether I should not renew my Embarcadero subscription and switch to a different programming environment. What is your advice?
  2. PeterPanettone

    ActionList Editor: New Standard Action...

    Have you tested the CTRL+Ins shortcut in Delphi 12.1 Patch 1?
  3. PeterPanettone

    ActionList Editor: New Standard Action...

    BTW, can anyone confirm this: The 'NewStandard Action...' command keyboard shortcut Ctrl+Ins does not work! The command is executed only after clicking on its menu item with the mouse!
  4. PeterPanettone

    ActionList Editor: New Standard Action...

    The new Quality Portal makes a clean impression. However, I would like to insert small screenshot images inside the Description section in addition to the separate image section.
  5. PeterPanettone

    ActionList Editor: New Standard Action...

    Here is a more detailed screenshot including several libraries: https://app.screencast.com/xEiAJWWcxiL2M
  6. PeterPanettone

    ActionList Editor: New Standard Action...

    Is it not possible to support individual reports? Why has this possibility been removed from the Quality Portal?
  7. PeterPanettone

    ActionList Editor: New Standard Action...

    I have been informed that a Quality Portal report about this problem has been filed: https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-742 Please VOTE & SHARE.
  8. PeterPanettone

    ActionList Editor: New Standard Action...

    Other libraries that add a large number of Standard Actions: DevExpress, TMS, ShellBrowser, JVCL. This shows that the Embarcadero team does not conduct real-world tests. It seems they do their tests with empty environments.
  9. PeterPanettone

    ActionList Editor: New Standard Action...

    The issue could be fixed by: 1. Replacing the code that builds the List of Available Standard Actions with a more efficient code. Once the list has been built, it should be saved (in memory) and not rebuilt each time. The GetIt List was similarly slow before it was fixed. This confirms that the Delphi IDE code still contains some legacy in the form of antediluvian code. 2. Implement a Search/Filter box in the List of Available Standard Actions. The Search/Filter box should also work with multiple words. 3. Show a visual feedback indicator while building the List of Available Standard Actions, such as an hourglass cursor or something similar. This should be done in any professional application while executing a potentially lengthy process!
  10. PeterPanettone

    ActionList Editor: New Standard Action...

    I have decided to stay with Delphi.
  11. PeterPanettone

    Select the entire procedure/function?

    Regardless of the caret position within a procedure/function, how can I use a keyboard shortcut to select the entire procedure function? I am aware of the Ctrl+W: Select nearest block keyboard shortcut. However, a shortcut to select the whole procedure/function in one single action would be handy.
  12. PeterPanettone

    Select the entire procedure/function?

    Thanks. This collapses/expands the current code region. A simple and easy command to achieve the selection would be very handy.
  13. PeterPanettone

    Select the entire procedure/function?

    Thanks. That's an excellent idea! But for this, you have to go to the procedure/function header. A shortcut that works from any location inside the procedure/function would still be handy.
  14. PeterPanettone

    Get menu window handle?

    When I show a menu in Windows Notepad, this code gets me the handle of that menu window: MenuWnd := FindWindowEx(0, 0, MAKEINTATOM($8000), nil); (which allows me to make a screenshot from that menu), for example: But when I show a menu in the Delphi Code Editor, MenuWnd is 0! Does anybody know how I can get the handle of the menu window from the Delphi code editor or in other similar cases?
  15. PeterPanettone

    Get menu window handle?

    SOLVED by using advanced MSAA technology.
  16. In the Code Editor, when typing 'if' followed by a space character, a Hint hides the caret position: ...so I cannot see the caret anymore and cannot see what I am typing. I am forced to press the ESC key to hide the hint, which is a completely pointless waste of time. Can anyone confirm this? This has been bothering me for a while now. Isn't there a way to suppress this hint (or show it at a different position) when writing an 'if' statement?
  17. PeterPanettone

    Writing if statement in the Code Editor

    This does not work on my secondary monitor, only on the primary monitor.
  18. PeterPanettone

    Writing if statement in the Code Editor

    Some museums exhibit works of art made from Windows error messages. When Delphi has a milestone birthday next year, such a museum could be opened.
  19. PeterPanettone

    Writing if statement in the Code Editor

    You could use a free screenshot tool - there are many available.
  20. PeterPanettone

    Writing if statement in the Code Editor

    Hi Brian, thanks for testing. Can you please be more specific? 1. In Delphi 11.3, how does it "look fine"? Do you mean the caret is also hidden by the Hint in Delphi 11.3? Or do you mean the caret is not hidden by the Hint in Delphi 11.3? 2. In Delphi 12.1, what do you mean by "is broken"?
  21. PeterPanettone

    Writing if statement in the Code Editor

    Aren't hint windows positioned automatically following some system setting?
  22. PeterPanettone

    Writing if statement in the Code Editor

    No, it does not change.
  23. PeterPanettone

    Writing if statement in the Code Editor

  24. PeterPanettone

    Writing if statement in the Code Editor

    That's what I am going to do. Before doing that, I always ask other people whether they can confirm the issue. So much wasted time because the Embarcadero developers obviously didn't care.
  25. PeterPanettone

    Writing if statement in the Code Editor

    I found the solution: Options -> Language -> Delphi - > Code Insight: Generally, Hints are helpful. But if they hide the caret, they become an annoyance. The ideal position for Hints would be ABOVE THE CARET.
×