microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
109.4k stars 6.45k forks source link

[PowerRename] Replace syntax help window: Text cut off #33906

Open htcfreek opened 1 month ago

htcfreek commented 1 month ago

Microsoft PowerToys version

0.82.1

Installation method

PowerToys auto-update

Running as admin

None

Area(s) with issue?

PowerRename

Steps to reproduce

image

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

Other Software

No response

github-actions[bot] commented 1 month ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

htcfreek commented 1 month ago

@agnibaan I think fixing this is more important than fixing #33908.

Agnibaan commented 1 month ago

@Agnibaan I think fixing this is more important than fixing #33908.

yeah for sure.. i think we can add some attributes in the xml code... would it work?

htcfreek commented 1 month ago

@Agnibaan I think fixing this is more important than fixing #33908.

yeah for sure.. i think we can add some attributes in the xml code... would it work?

Yes. But what attributes do you mean. I think there are three options: Make it wider, use word wrap or add a scroll bar.

I personally like the idea to try it with word wrap.

Agnibaan commented 1 month ago

@Agnibaan I think fixing this is more important than fixing #33908.

yeah for sure.. i think we can add some attributes in the xml code... would it work?

Yes. But what attributes do you mean. I think there are three options: Make it wider, use word wrap or add a scroll bar.

I personally like the idea to try it with word wrap.

yeah i was thinking the same...i think word wrap would be good or we can make it wider also.. which one we should prefer?

htcfreek commented 1 month ago

@Agnibaan I think fixing this is more important than fixing #33908.

yeah for sure.. i think we can add some attributes in the xml code... would it work?

Yes. But what attributes do you mean. I think there are three options: Make it wider, use word wrap or add a scroll bar.

I personally like the idea to try it with word wrap.

yeah i was thinking the same...i think word wrap would be good or we can make it wider also.. which one we should prefer?

I think we should prefer word wrap. Let's try it.

Agnibaan commented 1 month ago

@Agnibaan I think fixing this is more important than fixing #33908.

yeah for sure.. i think we can add some attributes in the xml code... would it work?

Yes. But what attributes do you mean. I think there are three options: Make it wider, use word wrap or add a scroll bar. I personally like the idea to try it with word wrap.

yeah i was thinking the same...i think word wrap would be good or we can make it wider also.. which one we should prefer?

I think we should prefer word wrap. Let's try it.

Okay i would work in this..but should i update the attributes individually or there's any XML framework which i can use here?

htcfreek commented 1 month ago

Okay i would work in this..but should i update the attributes individually or there's any XML framework which i can use here?

Depends on the current code and what makes sense. Don't know how it is implemented yet. But it would be good if we can apply the change to all entries.

https://github.com/microsoft/PowerToys/blob/main/src%2Fmodules%2Fpowerrename%2FPowerRenameUILib%2FPowerRenameXAML%2FMainWindow.xaml#L361-L366