Jump to content

Dinar

Members
  • Content Count

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dinar

  1. Dinar

    Ctrl Tab Ide Plugin

    It would be nice to have that opportunity too. Thank you very much for the work done!
  2. For the complete removal of Rad Studio 10.4 the next time you can use this instruction. In this case, following the steps described in it, you can check if there are still any traces of Rad Studio 10.4 left after the standard removal. Also verify that you have no Rad Studio 21.0 directories in your Environment System Variables "Path"
  3. Dinar

    Ctrl Tab Ide Plugin

    Thank you for the changes. The behavior of the plugin if the Welcome Page is open and its appearance can also be seen in Visual Studio Code. Delphictrltab Suggestions.mp4
  4. Dinar

    Ctrl Tab Ide Plugin

    Works great in Delphi 10.4 Sydney. Thanks! I have several suggestions for the development of the project in the future: When you quickly press Ctrl + Tab, the window is displayed for a moment, but switching to the last used unit does not occur. If the Welcome Page is open, it does not appear in the list of open modules, but switching to it occurs when iterating through all the units via Ctrl + Tab. Add change support the size of this window or automatically set it to size when displayed. Optimize the used space a bit, for example like this:
  5. When there are plugin sources or compatibility with the development environment is solved by several changes in the registry or source (settings) files, you can still try to fix it (KSVC in this case). Unfortunately, all my attempts to make Parnassus Bookmarks and Navigator work from 10.3 to 10.4 did not to success .. I'm so used to Parnassus Bookmarks that without this plugin I feel discomfort when working in the IDE (I also tried the analogues from GExperts and CnPack, as did the built-in solution)
  6. In fact, almost 3 weeks have passed
  7. Dinar

    Your RAD Studio 10.4 Sydney issues

    You can try to restore the settings from the backup according to these instructions. Backups are automatically created by the Migration Tool before the current configuration settings are overwritten in the following cases: Importing Settings from a Migration File Migrating Settings to a Newer Product Version Restoring Settings from Backup
  8. Dinar

    Your RAD Studio 10.4 Sydney issues

    How to import alternative themes 10.4.0_Themes.idesettings
  9. Dinar

    Problem downloading GExperts source

    Yes, that’s also possible 🙂
  10. Dinar

    Problem downloading GExperts source

    @dummzeuch, perhaps one more improvement can be made: creating the installer for only a specific version of the application, depending on the parameters passed to MakeInstallers.cmd (the modified file in the attachment) And then, it will be possible to create an installer, for example, only for Rad Studio 10.4 with the following command: MakeInstallers.cmd RS104 RS10.4
  11. Dinar

    10.4 how to hide project window?

    As far as I understand, you have disabled themes in Rad Studio 10.4? This may be the source of your problem, as described in the @Dalija Prasnikarcomment?
  12. Dinar

    Problem downloading GExperts source

    I tried rebuilding projects in Rad Studio 10.4 built on the basis of revision 3176. When trying to compile, the following errors occur: Project GExpertsPeInformation.dproj 1. [Exec Error] exit from the command "call ..\..\..\buildtools\prebuild.cmd" D:\Downloads\Work\IDE\Delphi\Addons\13_Utilities\01_RAD Studio IDE plugins, wizards\GExperts\Trunk\Projects\StandAlone\PeInformation\GExpertsPeInformation.dproj"" with code 9009. Changed the line number 63 in 'prebuild.cmd' It was: % ~ dp0 \ rc "% ICONRC%" Now: "% ~ dp0 \ rc" "% ICONRC%" 2. [dcc32 Error] u_dzVclUtils.pas (5067): E2003 Undeclared identifier: 'TContainedAction' [dcc32 Error] u_dzVclUtils.pas (5075): E2250 There is no overloaded version of 'TPopupMenu_AppendMenuItem' that can be called with these arguments TContainedAction is located in the System.Actions module, but the 'Unit aliases' project properties specify 'Actions = ActnList' and Delphi, apparently, is trying to look for the TContainedAction class in VCL.ActnList, but if we remove the string 'Actions = ActnList' from the 'Unit aliases', the project compiles with the error 3. [dcc32 Error] E1026 File not found: 'GExpertsPeInformation_icon.res' The error can be resolved by renaming the file 'GExpertsPeInformation.res' to 'GExpertsPeInformation_icon.res' Project ExpertManager.dproj 1. [dcc32 Fatal Error] GExpertsDllSelection.pas (11): F2613 Unit 'Graphics' not found. Eliminated by adding the string 'VCL' to the 'Unit scope names' in the project properties. Project GExpertsGrep.dproj 1. [Exec Error] exit from the command "call ..\..\..\buildtools\prebuild.cmd" D:\Downloads\Work\IDE\Delphi\Addons\13_Utilities\01_RAD Studio IDE plugins, wizards\GExperts\Trunk\Projects\StandAlone\Grep\GExpertsGrep.dproj"" with code 9009. Changed the line number 63 in 'prebuild.cmd' It was: % ~ dp0 \ rc "% ICONRC%" Now: "% ~ dp0 \ rc" "% ICONRC%" 2. [dcc32 Fatal Error] GX_StandAloneLoadDLL.pas (8): F2613 Unit 'Dialogs' not found. Eliminated by adding the string 'VCL' to 'Unit scope names' in the project properties
  13. Rad Studio 10.4, installed version of GExperts, based on revision 3167. There is a similar problem, the window size can be stretched horizontally and vertically. But after closing the 'Message Dialog' form, the set sizes are not remembered and when you re-open the window is small
  14. Dinar

    Your RAD Studio 10.4 Sydney issues

    Build a large project is very slow without IDE Fix Pack: see my comment in https://quality.embarcadero.com/browse/RSP-28866
  15. Dinar

    Problem downloading GExperts source

    @dummzeuch, thank you for your support and further development of GExperts. To compile the source files in Rad Studio 10.3.3, I needed to make the following changes: 1. In the source code of the GX_DbugIntf.pas unit, replace {$ I 'dbugintf.pas'} with {$ I '.. \ .. \ ExternalSource \ dbugintf.pas'} 2. Add 'VCL' to the 'Unit scope names' in project properties GExpertsPeInformation.dpr, ExpertManager.dpr, GExpertsGrep.dpr 3. Add the string '.. \ .. \ .. \ .. \ ExternalSource \ dzlib' to 'Search Path' and 'NO_TRANSLATION' to 'Conditional defines' in the GExpertsFormatter.dpr, GExpertsDebugWindow.dpr projects properties 4. To compile GExperts from a directory containing spaces, i changed the prebuild.cmd file a little (the modified file in the attachment)
  16. Dinar

    Delphi Rio IDE hangs again and again

    You can also try playing around with the setting "Link with runtime packages" in "Project options" -> "Packages" -> "Runtime Packages"
  17. Dinar

    Delphi Rio IDE hangs again and again

    Try to temporarily turn off as many third-party applications and services as possible before starting Rad Studio (including antivirus, windows defender, keyboard layout switches, and anything that can work with the clipboard, if they are installed on your computer) and check the program after that
  18. Please add a switch to the "Identifiers" tab using the Alt + I keyboard shortcut. Thanks in advance
  19. Dinar

    r3040 build error

    GExperts installer version based on 3040 revision in attachment. I had to archive the installer to fit in Max total size for attachments: 4.88MB. GXRS10.3_1.3.16_experimental-twm_2020-01-10.zip
  20. Dinar

    r3040 build error

    I made a few changes to the BuildTools\prebuild.cmd and Projects\DelphiXx103\GExpertsRS103.dproj files. The files I modified are in the attachment. I can not guarantee the correctness of the changes. But, the compilation is now successful and I was able to build the distribution kit based on the available sources. prebuild.cmd GExpertsRS103.dproj
  21. Perhaps the answer to this question on stackoverflow or the information from the article "Selective Debugging" will help you
  22. Dinar

    Search -> Go to Lne Number dialog

    GExperts Goto dialog in from the current sources (2019-10-13) works fine now. Thank you for the bug fixing, Thomas!
  23. Information about patches and hotfixes can be found in this article: RAD Studio, Delphi and C++Builder 10.3.2: List of Patches
  24. Dinar

    Search -> Go to Lne Number dialog

    I created ticket in SourceForge: Invalid row selection when trying to go to the sections in the plugin Go to
  25. Dinar

    Search -> Go to Lne Number dialog

    Hello, Thomas. Thank you very much for your contribution to the development and support of GExperts. I noticed that the standard dialog for Go to Line number inside the IDE works correctly with sections: uses, interface, implementation in units where there are comments in Russian language, and a similar dialog in GExperts when trying to go to these sections goes to the wrong line. I can put an example on SourceForge and attach the number of this task here, if necessary
×