Jump to content

Dinar

Members
  • Content Count

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dinar

  1. Dinar

    Delphi 11.1 is available

    Parnassus add-ins are currently unavailable in GetIt Package Manager for Rad Studio 11.1 ๐Ÿ™
  2. Dinar

    Bookmarks dead?

    @Dave Millington (personal), we are looking forward to the release of Parnassus Bookmarks, Navigator, Parallel Debugger plugins for Rad Studio 11 Alexandria ๐Ÿ™
  3. Dinar

    Warning and Error at the same time?

    Is there bug report to vote for?
  4. Dinar

    Several F2084 Internal Error on Delphi 10.4.2

    It happens that sometimes when you uninstall an old version of Rad Studio IDE, invalid entries are left in the environment variables. There is a small hope that the problem will go away if you delete invalid entries and restart your computer. Finding and removing them is quite easy with the free Rapid Environment Editor. Invalid entries will be displayed in red. To make changes to environment variables, the program must be run as administrator (no elevated privileges are required to view). If that doesn't work, try doing a full reset of the IDE first instead of a full reinstall. This can be done with the cleanregistryide startup key. Caution: You will lose all your projects from the BDS directory, so back them up before starting BDS with this option. This is a last resort, not the first thing you should try when troubleshooting the IDE. The instructions can also be found on the page: Using the -r command line switch to fix start up errors in the IDE After a hard reset with the -cleanregistryide key, do not install any plugins, experts, etc. Only the minimum set of components required to compile a group of projects. Then temporarily disable your antivirus, firewall, brandmauer and try the steps to reproduce the error again. If the steps I described above do not help, then I donโ€™t know how to help anymore.
  5. Dinar

    Several F2084 Internal Error on Delphi 10.4.2

    I think that it is possible, in the absence of this property in the registry, they use the default value of this parameter (equal to 60%).
  6. Dinar

    Several F2084 Internal Error on Delphi 10.4.2

    Hi, @emailx45! The instructions say to create a parameter, and not edit the value of an existing one: 3. Create a new DWORD value called โ€œProcMemAllocLimitโ€ and set the value to 50 (decimal).
  7. Dinar

    Several F2084 Internal Error on Delphi 10.4.2

    How did you install Delphi 10.4.1? With a preliminary uninstallation of the previous installed version, or similar to 10.4.2 (automatic uninstallation launched during the installation of the new version)? How were 10.4.1 and 10.4.2 installed (via ISO image or using the web installer)? Try to activate the "Enable unit directory cache" option. Maybe this will help you. If that doesn't work, try the advice from the documentation, located just above the "See also" section. Attention: RAD Studio checks the amount of memory the IDE compiler uses, and when it exceeds 60% of the total available memory, the compiler flushes the unit cache...
  8. Dinar

    Real World D10.4.2 Build speed. Tick.

    DDevExtensions for 10.4.1 can indeed be obtained by pre-compiling the source files from the GitHub repository. With that, everything is clear... But where did you get the IDE Fix Pack for Delphi 10.4.1 when the latest version only supports Delphi 10.3.3? Do these improvements apply to Rad Studio 10.4.2? If so, can you share them with us?
  9. https://drive.google.com/file/d/1_t70jgff-gHNLppy6WzqkXV5KJU7xL_g/view?usp=sharing
  10. I have reproduced this error. GExperts is installed based on revision 3449. I can't say whether this error was before or not, as I rarely used 'Open file expert' from GExperts
  11. Dinar

    MiTeC DFM Editor 8.0.0

    Or for IntelliJ IDEA Community Edition with I-Pascal plugin installed
  12. The error no longer appears in my revision 3325. The enlarged window size is not remembered when you open it again, but the window now fully accommodates all components I work on two monitors with a resolution of 1920x1080. In the time interval between the appearance of this problem and its disappearance, the monitors did not change. When installing Delphi 10.4.1, the problem was also present initially, so it's probably not in Rad Studio.
  13. Dinar

    Ctrl Tab Ide Plugin

    Buffer list does not remember the size of its window when reopening it and it always contains the full path to files
  14. Dinar

    Unit scope names in IDE - possible 2+ lines?

    It would be interesting to also try a modified version of this plugin from @Attila Kovacs I hope that he will share with us the result of his labors ๐Ÿ™„๐Ÿ™‚
  15. Dinar

    Unit scope names in IDE - possible 2+ lines?

    This is one of the first options I proposed ๐Ÿ™‚
  16. Dinar

    Unit scope names in IDE - possible 2+ lines?

    Edwin Yip, I'm sorry. I thought you also have some understanding of working with the TIDEGradientTabSet class. Judging from the given question on stackoverflow and the comments on the answer ๐Ÿ™‚
  17. Dinar

    Unit scope names in IDE - possible 2+ lines?

    As far as I understand, at the moment there are no easy ways to achieve this behavior: Is there a way to organize Delphi XE2/XE5 tabs editor in multitabs? D2007 multi-line tabs for editor? Tab-Liste erweitern (IDE, offene Dateien) Maybe @Edwin Yip or @RRUZ or @dummzeuch will be able to tell you something..
  18. Dinar

    Unit scope names in IDE - possible 2+ lines?

    This allows you to view the list of open units and switch between them. What other benefits does the opened units line give you? The only thing that comes to my mind right now is to change the order of the units in this line ๐Ÿค”
  19. Dinar

    Unit scope names in IDE - possible 2+ lines?

    I think you can remove this keyboard shortcut or reassign to something else in the Intel Graphics settings (unless, of course, you do not use it that often) ๐Ÿ™‚
  20. Dinar

    Unit scope names in IDE - possible 2+ lines?

    Have you tried using keyboard shortcuts to display a dropdown menu with a list of all open modules (Ctrl + Alt + F12) or the DelphiCtrlTab plugin?
  21. Dinar

    What "Project analyzers" out there.

    For this purpose, you can use the standard search with the appropriate parameters. Alternatively, you can use the Grep Search included with the GExperts plugin to take advantage of the finer tuning and search the map file as well
  22. Dinar

    What "Project analyzers" out there.

    Delphi Unit Dependency Scanner or one of the fork of this project will help answer this question
  23. Dinar

    When will we have an updated Delphi roadmap?

    At one of the recently held webinars, it was mentioned that the roadmap will most likely appear in late August - early September
  24. I wrote a small script ConvertToUTF8.sh to convert all * .pas and * .dpr files from ANSI to UTF-8, which writes the results of its work to a file (conversion is performed for all files inside the current folder and its subdirectories). You can first run FindNotUTF8.sh to find all files in a non-UTF-8 encoding (the results of the script are also output to a file).
ร—