Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Make the jump list width configurable, please 🙏 #33

Open
claudio-salvio opened this issue Feb 20, 2022 · 2 comments
Open

[FR] Make the jump list width configurable, please 🙏 #33

claudio-salvio opened this issue Feb 20, 2022 · 2 comments
Labels

Comments

@claudio-salvio
Copy link

Hello,

I think it would be very useful to make the jump list width configurable or at least make the default at least twice as wide as it is today.
Many of the items in the jumps lists (especially the path) are very large and it is very annoying to be able to see only a very small fraction of them.

I was looking at the code and found that on line 446 of Jumplists.Form.pas the following assignment is made:

  ListWidth := ScaleDimension(269);

If I understand correctly, it seems to me that this is where the width of the jump list is being set.

I wanted to verify this by modifying the line and rebuilding the project.
To do this I downloaded the RAD Studio v1.4 Community Edition and installed it.

Unfortunately when I try to build the project I get an error when trying to compile jcl(project-jedi).
The error reads:

This version of the product does not support command line compiling.

I did some research on the web and it seems that the version of RAD I installed does not include the command line compiler.
I tried to download it but could not find how.
So here I am stuck.

I tell you this last to show that I tried to explore the issue before bothering you.

It would be optimal for you to make the modification since you are the author of the project.
However, I would appreciate if you could at least give me some tips on how to solve the command line compilation.
Obviously buying RAD Full is not an option for me.

Thanks for Linkbar!

Regards,
Claudio

@claudio-salvio claudio-salvio changed the title [RFE] Please, make the jump list width configurable. [FR] Make the jump list width configurable, please 🙏 Feb 23, 2022
@ATGH15102AFMLD
Copy link
Owner

Hello,

The latest Delphi Community Edition lacks command line compilation. Remove JCL Exception Dialog from the project by deleting the following line.
I will add this option in future versions.

@claudio-salvio
Copy link
Author

Hello @ATGH15102AFMLD

Thank you for your suggestion.
I will try again as soon as I can.

Honestly, I was surprised to find that problem.
I understand that Embarcadero wants to sell its products but it seems to me that something like this discourages the use of Delphi, a product that is not going through a period of great popularity.

Regards,
Claudio Salvio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants