Jump to content

Dinar

Members
  • Content Count

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dinar

  1. Dinar

    I'm looking for these menus in the IDE

    @Attila Kovacs Please provide a link to a website where we can find your plugins ) Judging by your activity in the Delphi developer community and the development of GExperts, it would be interesting to get acquainted with them
  2. You can find similar functionality in CnPack Enable wizard IDE Main Form Enhancements in CnPack -> Options -> Advanced And then enable this setting in this priority: 01. CnPack Options.png 02. IDE Enhancements Wizard.png 03. Lock IDE Tollbars to Disable Drag.png 04. Lock Toolbars.png Not sure, but maybe CnPack's solutions Lock all toolbars, including MMX and CnPack Procedure List, while Lynatan plugin Lock only Standard IDE Toolbar
  3. Try to install the Lock Toolbar expert. Customize toolbar similar to your preference (look like the attached "delphi_before.jpg"). Then right-click on toolbar and choose "Lock Toolbar". Most likely, this should help ))
  4. Did you try -cleanregistryide command line switch option? Also you may read this article: Reset Rad Studio settings without uninstalling it. If not help, you may try to totally uninstall Rad Studio according information, described in attached file (But remember that this instruction was write for previous version Rad Studio, in your case the version number must be 20.0 instead of 19.0) manual_uninstall_of_rad_studio_delphi_c__builder_10.2_-_embarcadero_community.mht
  5. Dinar

    Working Find Unit...

    Did you try RFindUnit plugin from RfRezino? It works as it should and does not cause errors)
  6. I am not good at writing and debugging experts, so I could be quite wrong in this question .. Nevertheless, I think that it is possible to function GetPackageName(Index: Integer): string; or function GetPackage(Index: Integer): IOTAPackageInfo; suit you. In any case, you can familiarize yourself with them in more detail on the website: Browsing Package Information
  7. First of all read information in this pages: Installation Notes and Installation
  8. Dinar

    Shortcut clashes

    You can find the default keyboard shortcuts in the corresponding section of the documentation. And to search for registered hotkeys by other plugins use Delphi Shortcut Finder. If the desired shortcut was not found in "Known Shortcuts", try searching for it in the "Search Registered Shortcuts" section. In the "Search Registered Shortcuts" section, you can "Export Known Hotkeys" to a CSV or HTML file, or use the "Keyboard Shortcuts" extension from GExperts to search for conflicting keyboard shortcuts.
  9. The most important thing for me is the tasks performed by the end of the reporting period and the lack of hints and warnings in my modules. I now have no opportunity to correct this situation in all projects (consists of 6128279 total lines), when our team consists of more than 30 developers and every day there are fixing dozens of commits to the repository. This should be the basis of the corporate code development culture, but unfortunately we have not yet come to this point.
  10. Rad Studio 10.3.2 Configuration: Debug Platform: Win32 Build Project group with 6 128 279 Total Lines. Without IDE Fix Pack: 5m 4s With IDE Fix Pack: 2m 28s
  11. Dinar

    New features in GExperts

    For showing/finding keyboard short-cuts have be assigned, that may be conflicting you may try to use Delphi-Shortcut-Finder plugin More information will be found here and in this post
  12. Dinar

    List of all uses clause items in the whole project

    You may also try to use Delphi Unit Dependency Scanner. View used units in "list" tab. This program, compiled from the sources, supporting export scanned results to csv file, where the first column will be the all units. I hope you know that csv file can be open with Microsoft Excel (WPS Spreadsheets, LibreOffice Calc, etc.), where columns can be filtered, that allow you to find unique cell contents in a column (just in case, although the exported list should be, in theory, already unique)
  13. I think Parnassus Bookmarks editor window like would be more nice implementation. Just instead of bookmarks, there will be displayed the founded identifier You may read more about it at this article: https://community.idera.com/developer-tools/b/blog/posts/new-productivity-tooling-in-rad-studio-10-3-1-bookmarks
  14. Dinar

    Feature request for search shortcut

    @limelect described everything correctly, I will just give more details with links. Do you read Dependencies section in ReadMe.md? You need first install VirtualTreesD.dpk for RAD Studio 10.1. Then download jedi.inc to the ...\Delphi-ShortCut-Finder\Source\Repositories folder. And after that try to install ...\Delphi-Shortcut-Finder\Packages\XE8\nick.toolsapi.shortcut.DelphiShortcutFinder.dpk
  15. Dinar

    Feature request for search shortcut

    You may also try to use Delphi-Shortcut-Finder wizard
  16. Dinar

    Feature request: "Show in Explorer"

    You may simple enable Add "Open in Explorer" in Editor's Popupmenu option in CnPack "Editor Enhancements" Wizard
  17. Dinar

    Access violations when closing the IDE

    Application Error in SynTextDrawer.pas occurred after each closing Rad Studio IDE 10.2.3. After that AV message window displayed. This error start from revision 2421 26.10.2018 "IsFavMenuVisible now gets persisted" and exist in last revision 2436 still
×