Jump to content

PeterPanettone

Members
  • Content Count

    1346
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. PeterPanettone

    IDE title bar anomaly?

    I think, their intention was to make those controls always and prominently visible. But then I wonder why they did not put those controls on the IDE's toolbar space. It would be more logical, IMO, and no IDE element can hide the toolbar space?
  2. PeterPanettone

    IDE title bar anomaly?

    How dare you? - Greta's "climate warming"? 😉
  3. PeterPanettone

    IDE title bar anomaly?

    Maybe this is not a dialectic principle but the reality consists of fluctuating sets? (Quantum fluctuation).
  4. PeterPanettone

    IDE title bar anomaly?

    Life is full of errors. Maybe errors are an inherent principle of life and of software?
  5. PeterPanettone

    IDE title bar anomaly?

    Does the IDE have emotions? 😉
  6. PeterPanettone

    IDE title bar anomaly?

    What do you mean with "Primary with 125% zoom and secondary with 100% zoom"? There is no indication of "Zoom" per monitor:
  7. PeterPanettone

    IDE title bar anomaly?

    Two monitors: This guessing is correct.
  8. PeterPanettone

    IDE title bar anomaly?

    My colleague just created one: https://quality.embarcadero.com/browse/RSP-27253 Please vote for it.
  9. PeterPanettone

    IDE title bar anomaly?

    Do you know of an Embarcadero quality report about this bug?
  10. 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?
  11. PeterPanettone

    Alt-sortcuts are not always the same

    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.
  12. PeterPanettone

    Alt-sortcuts are not always the same

    My question was about Ide Menu Shortcuts.
  13. PeterPanettone

    Alt-sortcuts are not always the same

    Is there a chance that the IDE Menu Shortcuts GExpert could somehow possibly include dynamically created menu items?
  14. PeterPanettone

    Alt-sortcuts are not always the same

    You are right.
  15. PeterPanettone

    Alt-sortcuts are not always the same

    You are right. I am also SAD about this.
  16. I know, but I just wanted to expand on the possibilities of different future URL types in source code comments.
  17. PeterPanettone

    Alt-sortcuts are not always the same

    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
  18. Also, this kind of URL resolution would be very useful: This would execute MyApp.exe and pass the current unit file as a parameter.
  19. Brilliant idea! Of course, it should also resolve this kind of URLs: ... of course, opening this link in File Explorer.
  20. 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
  21. PeterPanettone

    Uses Clause Manager improved: Filtering Identifiers with multiple words!

    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.
  22. PeterPanettone

    Uses Clause Manager improved: Filtering Identifiers with multiple words!

    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.
  23. PeterPanettone

    Uses Clause Manager improved: Filtering Identifiers with multiple words!

    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.
  24. 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
×