Jump to content

PeterPanettone

Members
  • Content Count

    1231
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. PeterPanettone

    Extremely useful feature

    That is also a great search tool with flexible options for the search locations: However, it lacks the invaluable CONTEXT PREVIEW of the GExperts Grep Search: ...which can be configured here: The MMX Indexer Search loads the result file in the IDE by just left-single-clicking the result line which for me is not good because it also attempts to load the associated form file (if it has one). It should definitely have a preview pane like Grep Search!
  2. PeterPanettone

    Extremely useful feature

    Jacek, thank you for pointing that out. I am using this feature all the time. It is INVALUABLE for checking whether there are other instances of the current identifier under the cursor nearby. On a wider scope, I use the GExperts Grep Search, as it can optionally even search an identifier in ALL FILES inside a project group!
  3. PeterPanettone

    Extremely useful feature

    Done. Thank you!
  4. PeterPanettone

    Extremely useful feature

    Yes, I mean without moving the cursor.
  5. I have posted this feature request ticket in the GExperts ticket list: https://sourceforge.net/p/gexperts/feature-requests/56/ This is an idea for a new GExperts module: In the Delphi IDE, the content of the Structure panel changes according to whether the code editor or the form design editor is active (which IMO is a legacy hangover from the Delphi stone age when computer monitors generally had the size of a postage stamp, hence the space-saving dual-use of the Structure panel). In my opinion and for me, the Code Explorer items which are visible when the IDE's code editor is active are COMPLETELY USELESS, as the FREE MMX CODE EXPLORER has much better functionality. So this new GExperts module should optionally hide the Code Explorer items in the Structure panel when the IDE's code editor is active. Instead, the components of the form structure should be PERMANENTLY visible, even when the code editor is active! Having to hit the F12 key while coding in the code editor only for selecting a component in the Structure panel and then viewing/editing properties of this component in the Object Inspector is a useless waste of time!
  6. PeterPanettone

    GExperts module to make the Components structure view PERMANENT

    By Trial & Error, I have found this undocumented feature in the Delphi 10.3.1 IDE: When the form-design editor is detached from the IDE: ...then the Components Structure View is permanently visible, even when the code editor is active!: Can anyone confirm this? So the above problem seems to be solved.
  7. PeterPanettone

    GExperts module to make the Components structure view PERMANENT

    I have found Embarcadero to be extraordinarily reluctant when it comes to cut or change old pigtails from the Delphi IDE.
  8. PeterPanettone

    GExpertsGrep.exe

    I have posted this feature request ticket in the GExperts ticket list: https://sourceforge.net/p/gexperts/feature-requests/55/ GExpertsGrep.exe has a fantastic feature: It can be started on the command line and pass a directory parameter to it. For example, this command line: "C:\Program Files (x86)\GExperts for RAD Studio 10.3\GExpertsGrep.exe" C:\COMP\_CNScripts ...opens this GExperts Grep Search window on my computer: When you double-click on a search result line, then the IDE associated with the respective file type (e.g. .pas) is being automatically opened and the file loaded in the IDE! The only issue is that the respective source code location of the result is not automatically shown in the IDE source code editor. With this issue solved it would be perfect! Also, another feature would be very helpful: If no IDE is opened the respective result file should be loaded into a pre-configured text editor (of course showing the respective result location line and column and select the search term result).
  9. PeterPanettone

    GExpertsGrep.exe

    So my SUGGESTION is to add this intelligence to GExperts Grep Search: • If any IDE is open then open the result file in that IDE. (I am not sure whether it is possible to open a source file at a specific location by specifying command-line parameters). • If no IDE is open AND a text editor has been pre-configured in GExperts Grep Search then the result file should be opened in that text editor.
  10. PeterPanettone

    MMX Beta 14.1 available

    For what do you need the registry entry? That's how I do it in my programs: JclShell.ShellExecEx('mailto:support@mmx-delphi.de'); There is no need for a registry entry.
  11. PeterPanettone

    MMX Beta 14.1 available

    I have discovered another bug: On the About page, when clicking on the mailto-label, no email is being created: Obviously, a wrong method is used: With a simple Winapi ShellExec it should work. I have sent a bug report.
  12. PeterPanettone

    MMX Beta 14.1 available

    Your guess is correct. I will send a bug report. If you want I can write a CLI for your Final Build process for you which flattens the version number into the image.
  13. PeterPanettone

    MMX Beta 14.1 available

    Now I have looked closer and I have discovered an almost completely invisible version number. This is in Delphi 10.3 Rio: Is this due to a bug in the Delphi 10.3 Rio IDE or is this a bug in MMX?
  14. PeterPanettone

    MMX Beta 14.1 available

    May I ask where I can see the INSTALLED MMX version number? On my MMX About page I cannot see a version number:
  15. PeterPanettone

    Finding GUIDs with GExperts Grep

    Dear Thomas, I understand you perfectly and I agree with you. I greatly appreciate your valuable work and as soon as my financial situation allows it I will make a substantial donation to your project. I also had a look at the source code. It is very complex and I fear that I would make things worse if I change something.
  16. PeterPanettone

    Finding GUIDs with GExperts Grep

    Dear Thomas, I have not requested that you write these feature request entries. I just wanted to contribute to the general discussion. I didn't know that I have a duty. Thanks anyway.
  17. PeterPanettone

    Finding GUIDs with GExperts Grep

    Another very useful option in the GExperts Grep Search dialog would be an option to extend the search scope to all unit file contents contained in the uses clause(s) of the current file/project. But that would involve solving the problem of retrieving the paths of the used units.
  18. PeterPanettone

    Finding GUIDs with GExperts Grep

    Even better: Save and recall complete searches including ALL settings in the Grep Search dialog.
  19. PeterPanettone

    Finding GUIDs with GExperts Grep

    To efficiently work with Regular Expressions in the GExperts Grep Search dialog I suggest: • Implement customizable RegularExpression TEMPLATES in the GExperts Grep Search dialog (because inserting a regular expression like \['\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}'\] with a single mouse-click would definitely be an advantage) • Make the GExperts Grep Search dialog resizable
  20. PeterPanettone

    GetIt Package Manager Item buttons only partially visible

    Thanks for the information, but the linked article doesn't contain anything I didn't already know. On the other side, it is obvious what Embarcaderro could do to fix the above issue in the GetIt Package Manager which IMO is simply simple programming negligence. I mean, for me there is no font size problem in the Delphi 10.3 IDE except the title bar controls. But cutting off interface elements like buttons isn't something which has been well thought-out and tested. Does Embarcadero test its IDE in different environments before releasing it? I would be happy to help as a beta tester.
  21. PeterPanettone

    GetIt Package Manager Item buttons only partially visible

    I have Windows 7 x64, not Windows 10.
  22. In the Delphi 10.3 Rio IDE, where is the Save Desktop... menu item? I have not found it in the View -> Desktops submenu:
  23. You are right, the Mercedes CLA has the (electrically operated) handbrake on a "left down under" position. Very impractical!
  24. I have no "moon icon" in the IDE titlebar. Only after moving the IDE window with the mouse the titlebar controls become visible: Why does Embarcadero HIDE important commands in spooky places? That would be the same as a car manufacturer hiding the hand brake in the car trunk.
  25. PeterPanettone

    GetIt Package Manager Item buttons only partially visible

    This is my configuration: Main Monitor: Monitor 1: LG ULTRAWIDE(38UC99)(Display Port) (3840 x 1600 pixel) (87 x 37 cm) Second monitor: Monitor 2: PHL BDM3270 (1440 x 2560 pixel) (71 x 40 cm)
×