Jump to content

Rob Truby

Members
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

4 Neutral
  1. Microsoft PowerToys has a Quick Accent feature that also includes Greek symbols etc. You may find it useful.
  2. Rob Truby

    RAD Studio 10.4.2 crashes upon exit

    I've had issues in the past (exception on exiting); I tracked it down to auto loading the desktop when starting/auto saving the desktop on exiting.
  3. Rob Truby

    Refactor menu grayed out for Rename...

    Somewhat related, but for a different refactoring. Using the inline var definition breaks the extract method refactoring. procedure Test; var Value: Integer; begin Value := 0; for var i := 0 to 10 do Inc(Value); end; For the above you can't extract Value := 0; as a method. If i is defined in the var section you can. procedure Test; var i, Value: Integer; begin Value := 0; for i := 0 to 10 do Inc(Value); end; I have submitted a report for this RSP-33176
  4. Depending on your Delphi version you can use DDevExtensions. Unfortunately it's not available for 10.4.
  5. Rob Truby

    "Disconnected Session" in Delphi 10.3.3 Rio

    I also sometimes encounter this issue. Deleting my debug watches seems to help.
  6. Rob Truby

    Restore to maximized: strip to the right missing.

    Has this been logged Emb Quality Portal?
  7. Rob Truby

    Restore to maximized: strip to the right missing.

    I'm also experiencing this. 4K monitor.
  8. Rob Truby

    MMX 15 (Beta) Available

    Thank you so much for all your efforts; they are appreciated. I wanted to report a bug that I found; the Use Units dialog theming is not working correctly.
  9. Rob Truby

    Managing Version Information Across Builds

    I had the same issue. I'm using DDevExtensions which adds a menu Item Project > Set version info...; it allows you to apply the same version information to all configurations.
  10. I have similar behavior with Shift Ctrl T (add to-do item) if the project is set to auto load (autosave Project Desktop) and CN Pack (and some other add-ins) is installed. The to-do dialog is displayed but the to do item is not added to the editor unless I first right click to display the context menu. I'm not sure it's in any way related.
×