

Dinar
Members-
Content Count
57 -
Joined
-
Last visited
-
Days Won
1
Dinar last won the day on July 25 2019
Dinar had the most liked content!
Community Reputation
18 GoodAbout Dinar
- Birthday 11/08/1988
Technical Information
-
Delphi-Version
Delphi 10.4 Sydney
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Or for IntelliJ IDEA Community Edition with I-Pascal plugin installed
-
Message Dialog Expert form is too small in Delphi 10.3.3 & 10.4
Dinar replied to Ian Branch's topic in GExperts
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. -
Buffer list does not remember the size of its window when reopening it and it always contains the full path to files
-
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
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 🙄🙂 -
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
This is one of the first options I proposed 🙂 -
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
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 🙂 -
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
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.. -
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
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 🤔 -
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
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) 🙂 -
Unit scope names in IDE - possible 2+ lines?
Dinar replied to Mike Torrettinni's topic in General Help
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? -
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
-
Delphi Unit Dependency Scanner or one of the fork of this project will help answer this question
-
At one of the recently held webinars, it was mentioned that the roadmap will most likely appear in late August - early September
-
have anyone made tool to convert Delphi files from Ansi to UTF-8
Dinar replied to Tommi Prami's topic in General Help
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). -
It would be nice to have that opportunity too. Thank you very much for the work done!