PeterPanettone
Members-
Content Count
1318 -
Joined
-
Last visited
-
Days Won
5
Everything posted by PeterPanettone
-
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
Have you tested the CTRL+Ins shortcut in Delphi 12.1 Patch 1? -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
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! -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
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. -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
Here is a more detailed screenshot including several libraries: https://app.screencast.com/xEiAJWWcxiL2M -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
Is it not possible to support individual reports? Why has this possibility been removed from the Quality Portal? -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
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. -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
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. -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
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! -
ActionList Editor: New Standard Action...
PeterPanettone replied to PeterPanettone's topic in General Help
I have decided to stay with Delphi. -
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.
-
Select the entire procedure/function?
PeterPanettone replied to PeterPanettone's topic in General Help
Thanks. This collapses/expands the current code region. A simple and easy command to achieve the selection would be very handy. -
Select the entire procedure/function?
PeterPanettone replied to PeterPanettone's topic in General Help
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. -
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?
-
SOLVED by using advanced MSAA technology.
-
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?
-
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
This does not work on my secondary monitor, only on the primary monitor. -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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. -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
You could use a free screenshot tool - there are many available. -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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"? -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Aren't hint windows positioned automatically following some system setting? -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
No, it does not change. -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
-
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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. -
Writing if statement in the Code Editor
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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. -
Click the Requests button.