Jump to content

PeterPanettone

Members
  • Content Count

    1226
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. PeterPanettone

    Strange Dialog UI

    Is this what everyone else has in Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Theme:
  2. PeterPanettone

    Strange Dialog UI

    Why so many developers have a deep love for TINY LITTLE BOXES and refute to make functional dialogs? (When thinking about little boxes, this wonderful folk-song came to my mind): )
  3. PeterPanettone

    Strange Dialog UI

    BTW, what does "Convert to const" mean? And yes, you could put the labels above the edit fields (as Thomas suggested). Which is a common UI suggestion. What is the difference between theory and practice?
  4. PeterPanettone

    Strange Dialog UI

    Dear Uwe, yes please add some extra space and put the labels above the edit-fields. Correct the UI bugs made by the previous author.
  5. PeterPanettone

    Strange Dialog UI

    That's a very good idea! But HOW MUCH above the edit field? And should the Label.Layout be tlTop, tlBottom, or tlCenter?
  6. PeterPanettone

    TNumberBox suffix?

    In TNumberBox, it seems not possible to set a unit suffix like "pixel", "cm" or similar. Or did I miss something?
  7. PeterPanettone

    Delphi 10.4.2 first impressions

    Have you tried deleting the .DPROJ file and then reopening the .DPR project file?
  8. PeterPanettone

    Delphi 10.4.2 first impressions

    But Error Insight is a PRODUCTIVITY FEATURE!
  9. PeterPanettone

    Delphi 10.4.2 first impressions

    I suspect it neither uses GAS! 😱
  10. PeterPanettone

    Delphi 10.4.2 first impressions

    Since Error Insight now finally works flawlessly, what's the reason for turning off Error Insight? The Mercedes dashboard also warns you if the oil level or the air pressure in the ties goes too low or if you are running out of gas.
  11. PeterPanettone

    Delphi 10.4.2 first impressions

    The Editor now shows the Error Insight information for the current unit in the Status Bar: This is very nice and useful! Thank you, Embarcadero! Suggestion: Optionally, why not have the Error Insight information shown for the WHOLE PROJECT in the Status Bar? If I want to see the Error Insight information only for the current unit, I can always look at the Structure Panel! What do you think about this idea?
  12. PeterPanettone

    MMX Source Indexer issues

    Using in Delphi 10.4.2 on Windows 10 x64 with 2 4K displays. 1. The Source Indexer Search Result List uses a microscopically small font on my display. Please add an option to set the font-size and font-name of the Source Indexer Search Result List! 2. When a file in the Source Indexer Search Result List is selected or even only the Expand Plus sign is clicked then it automatically opens in the IDE. This is very annoying. So the "Open Search match in IDE" button is useless? Please make the files not automatically open in the IDE on selection! 3. The result-format is: XYZ.pas in C:\XYZDir\XYZ.pas. This makes it difficult to look for a specific path. Please add an option to simply show the file-paths! Thank you!
  13. PeterPanettone

    MMX Source Indexer issues

    In the current version 15.0.33, the font-size in the Source Indexer Search Result List is a little bit larger, but it should be possible to set the font-name! (Courier New would be easier to read for me). The other issues are still persisting.
  14. PeterPanettone

    Restore Dock Window after IDE restart?

    I run GExperts r3446 in Delphi 10.4.2 on Windows 10 x64. I am trying out the new "Dock Window feature" which seems to be a godsend for me as a specific nested IDE panel is constantly changing its position on the second monitor. At first, it seems to work well (placed the Dock Window on the second monitor). However, the Dock Window and its panel docked into the Dock Window are not being restored after IDE restart, although I have saved everything in a specific IDE desktop and declared that IDE desktop as "default" and "startup". So how can I make the GEperts Dock Window and its content automatically restore after IDE restart?
  15. PeterPanettone

    Restore Dock Window after IDE restart?

    Peace and easter eggs. When I have some time, I will look at the source code.
  16. PeterPanettone

    Restore Dock Window after IDE restart?

    Having to RECREATE a Dock Window on each IDE session IS indeed useless. That would be the same as if you had to inflate your bike tires again each time before each ride on your bike.
  17. PeterPanettone

    Restore Dock Window after IDE restart?

    Thomas, thanks for sharing this information. The Dock Window can indeed be useful, as it is not subjected to the whims of the IDE who often changes the position of things in a seemingly rather irrational manner. Thank you for having created the Dock Window "because you could"! However, unfortunately, it is USELESS without being automatically restored after IDE restart.
  18. PeterPanettone

    Restore Dock Window after IDE restart?

    BTW, what was the motivation for you to create the Dock Window GExpert?
  19. PeterPanettone

    Restore Dock Window after IDE restart?

    Ah, I suspected that. So it seems the saving and restoring of the Dock Window has to be implemented by GExperts itself. Do you need support for implementing that?
  20. PeterPanettone

    Restore Dock Window after IDE restart?

    Thanks for the information. However, a thing without saving and restoring it's like a ... ... thing without saving a restoring. I am looking forward to the implementation of Dock Window restoring after IDE restart. However, isn't the saving and restoring of IDE desktop elements done by the IDE desktop itself? Thank you for your exceptional work!
  21. PeterPanettone

    TBCEditor text editor component

    When using TBCEditor in my program, how can I keep up with all copyright requirements? Should I put a Copyright remark on my About page naming all involved authors?
  22. PeterPanettone

    TBCEditor text editor component

    I have now tried SynEdit from the Delphi GetIt Package Manager: I have tried out the demos: I am very unsatisfied.
  23. PeterPanettone

    TBCEditor text editor component

    I don't understand your comment: What has TBCEditor to do with SynEdit?
  24. PeterPanettone

    TBCEditor text editor component

    I slightly extended the simple demo: BCEditorDemoEx1.zip Please feel free to extend it further.
  25. While in Form Designer mode, when switching from one unit to another unit (e.g. by selecting another tab), the Instances List in the Object Inspector is being updated with the Object Instances of the new unit. So far so good. Unfortunately, this is not the case in Source Code Editor. However, the Object Inspector (and thus the Instances List in the Object Inspector) is often needed also when the Source Code Editor is active! So this bug should be fixed and the Instances List in the Object Inspector being updated while the Source Code Editor is active when switching from one unit to another unit and the new unit contains object instances! Please vote for this quality report to have this bug fixed: https://quality.embarcadero.com/browse/RSP-32183
×