PeterPanettone
Members-
Content Count
1318 -
Joined
-
Last visited
-
Days Won
5
Everything posted by PeterPanettone
-
Life is full of errors. Maybe errors are an inherent principle of life and of software?
-
Does the IDE have emotions? 😉
-
What do you mean with "Primary with 125% zoom and secondary with 100% zoom"? There is no indication of "Zoom" per monitor:
-
Two monitors: This guessing is correct.
-
My colleague just created one: https://quality.embarcadero.com/browse/RSP-27253 Please vote for it.
-
Do you know of an Embarcadero quality report about this bug?
-
To reproduce this, make sure a project is loaded in the IDE. If your Create New submenu contains the Delphi Unit item: ... (and you are using the English UI language in the IDE) then this shortcut sequence lets you create a new Delphi Unit: Alt+F -> N -> U Now Close All opened files in the IDE (File -> Close All). Now the above-mentioned shortcut sequence Alt+F -> N -> U does not work anymore, as the Alt shortcut for Delphi Unit in the submenu has changed to N: Can anyone confirm this?
-
Alt-sortcuts are not always the same
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
I didn't mean the TOPIC but my QUESTION: Is there a chance that the IDE Menu Shortcuts GExpert could somehow possibly include dynamically created menu items? BTW, the Quote command does not work. -
Alt-sortcuts are not always the same
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
My question was about Ide Menu Shortcuts. -
Alt-sortcuts are not always the same
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Is there a chance that the IDE Menu Shortcuts GExpert could somehow possibly include dynamically created menu items? -
Alt-sortcuts are not always the same
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
You are right. -
Alt-sortcuts are not always the same
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
You are right. I am also SAD about this. -
[Suggestion] right click on a hyperlink in the source code to give a popup menu item for "Visit Link"
PeterPanettone replied to Edwin Yip's topic in GExperts
I know, but I just wanted to expand on the possibilities of different future URL types in source code comments. -
Alt-sortcuts are not always the same
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Hint: The above-mentioned problem can easily be solved by first closing all opened files and then customizing the New submenu. So it becomes clear that there are TWO different submenus for new items: • One submenu when there are no opened items in the IDE • Another submenu when there is a project opened in the IDE -
[Suggestion] right click on a hyperlink in the source code to give a popup menu item for "Visit Link"
PeterPanettone replied to Edwin Yip's topic in GExperts
Also, this kind of URL resolution would be very useful: This would execute MyApp.exe and pass the current unit file as a parameter. -
[Suggestion] right click on a hyperlink in the source code to give a popup menu item for "Visit Link"
PeterPanettone replied to Edwin Yip's topic in GExperts
Brilliant idea! Of course, it should also resolve this kind of URLs: ... of course, opening this link in File Explorer. -
Uses Clause Manager improved: Filtering Identifiers with multiple words!
PeterPanettone posted a topic in GExperts
Now it is possible to filter Identifiers with multiple words (separated by spaces): Added hourglass cursor during the filtering of Identifiers to give better user feedback. Here are the sources (based on release r2907) : UsesClauseManager1206.zip -
Uses Clause Manager improved: Filtering Identifiers with multiple words!
PeterPanettone replied to PeterPanettone's topic in GExperts
OK. -
Uses Clause Manager improved: Filtering Identifiers with multiple words!
PeterPanettone replied to PeterPanettone's topic in GExperts
It is not easy to offend me because I always try to understand the motivation of the offender; this motivation often is an EMOTIONAL/PSYCHOLOGICAL HANDICAP. However, there are more or less EFFICIENT ways to communicate. -
Uses Clause Manager improved: Filtering Identifiers with multiple words!
PeterPanettone replied to PeterPanettone's topic in GExperts
When adding code to a well organized existing codebase it is COMMON PRACTICE to change that code base only to an amount that is necessary to make the added code work. That is also my policy because nobody wants to see his well-organized codebase changed in the case he doesn't agree with the code addition. If the administrator of that codebase then thinks there are better ways to INTEGRATE that added code into his codebase then he is free to do so. I have enough confidence in your coding experience to trust you in doing so with great professionality. But please also respect my professional policy to respect your existing codebase. -
Uses Clause Manager improved: Filtering Identifiers with multiple words!
PeterPanettone replied to PeterPanettone's topic in GExperts
It worked PERFECTLY. No side-effects. Everything has been tested extensively, also the case you mention. No design flaws. No memory leaks. Everybody has another method to implement things. Nobody hinders you to change my code according to your own rules. But please don't publicly despise my work only because you do things differently. Thank you. -
Uses Clause Manager improved: Search Identifier information on the Web
PeterPanettone posted a topic in GExperts
Added a context menu item to search for Identifier information on the Web: This starts a google query in your default browser using both the selected Identifier name and Unit name. In most cases, this retrieves useful information about the selected identifier. For example, with the Identifier selected in the above screenshot, your browser would open this Google search results page URL: https://www.google.com/search?q=UnlockUrlCacheEntryFileW Winapi.WinInet Additionally, I have optimized the controls on the bottom of the Identifiers tab to better fit with a high DPI display. Here are the sources (based on release r2907) : GX_UsesExpert.zip -
Uses Clause Manager improved: Filter units with multiple words!
PeterPanettone posted a topic in GExperts
Now it is possible to filter Units with multiple words (separated by spaces): • The number of words is unlimited • The search is super-fast • The words can be in any order • The multi-word-filtering does not need to be activated: Just use a single word as before or any additional words separated by spaces. UCM will automatically decide whether searching for a single word or for multiple words. Here are the sources (based on release r2907) : UsesClauseManager.zip The next improvement will be: Filtering Identifiers with multiple words (tomorrow) -
Uses Clause Manager improved: Search Identifier information on the Web
PeterPanettone replied to PeterPanettone's topic in GExperts
Sorry. Will make them cumulative in the future. -
Uses Clause Manager improved: Search Identifier information on the Web
PeterPanettone replied to PeterPanettone's topic in GExperts
That's because you have not downloaded/comitted the previous changes: https://en.delphipraxis.net/applications/core/interface/file/attachment.php?id=1718 Please download the previous sources.