SlickEdit Community

Archived Beta Discussions => SlickEdit 201x Beta Discussions => SlickEdit 2016 v21 Beta Discussion => Topic started by: byates on August 03, 2016, 01:31:33 PM

Title: 4K display issues
Post by: byates on August 03, 2016, 01:31:33 PM
I code on a Dell 27" 4K monitor (P2715Q).  On this display I can change the font sizes so that SE looks very good.  There are, however, a few SE GUI items that I can't change that are too small for comfort.

1) The breakpoint and bookmark icons are very small
2) The highlight markers are very small

The biggest problem is with the highlight markers as they are so small that it is hard to pick them out sometimes.  I think the width should be bigger (at least twice as wide) and the minimum height should be larger.

Title: Re: 4K display issues
Post by: Dennis on August 03, 2016, 04:18:44 PM
I will file a feature request to have an option to use larger icons here.

I'm curious, I use a larger 4k monitor, what font size do you use with the 27 inch Dell?
Title: Re: 4K display issues
Post by: byates on August 03, 2016, 04:41:22 PM
Consolas 12

Code: [Select]
<misc.fonts n="misc.fonts" version="1">
<cmdline font_name="Courier New" sizex10="120" flags="0x0" configs="win"/>
<status font_name="MS Sans Serif" sizex10="100" flags="0x0" configs="win"/>
<sbcs_dbcs_source_window font_name="Consolas" sizex10="120" flags="0x0" configs="win"/>
<hex_source_window font_name="Default Fixed Font" sizex10="140" flags="0x0" configs="win"/>
<file_manager_window font_name="Default Fixed Font" sizex10="120" flags="0x0" configs="win"/>
<function_help font_name="Courier New" sizex10="90" flags="0x0" configs="win"/>
<dialog font_name="Tahoma" sizex10="80" flags="0x0" configs="win"/>
</misc.fonts>
Title: Re: 4K display issues
Post by: Dennis on August 03, 2016, 05:00:03 PM
That's interesting, you use the same size font that I do, so I'd think the relative size appearance would be the same.  Could you post a screen shot?

Also, which highlight markers do you mean specifically?
Title: Re: 4K display issues
Post by: byates on August 03, 2016, 06:09:54 PM
It probably has something to do with scaling factors.

My P2715Q (3840 x 2160)is set to 175%.
My U3011 (2560x1600) is set for 100%.

I ran SE21 on each with the same Application size (didn't resize between runs) and showing the same files.
hdpi1 is on the P2715Q at 175%.
hdpi2 is on the U3011 at 100%.

You can see the highlight markers on the right side along the scroll bar.  In the hdpi1 view (when seen on a 4K monitor) they are VERY small.







Title: Re: 4K display issues
Post by: byates on August 03, 2016, 06:26:50 PM
I heavy use the highlight marker feature (not sure what you call it) and would love to see the following changes.
Title: Re: 4K display issues
Post by: Clark on August 03, 2016, 06:51:09 PM
Relative size works for fonts but not bitmaps/icons which are a fixed number pixels.
Title: Re: 4K display issues
Post by: byates on August 05, 2016, 06:27:20 PM
This is a screenshot at 150% on the Dell 4K.
The text above the preview window is being clipped a little.
Title: Re: 4K display issues
Post by: Dennis on August 05, 2016, 06:54:12 PM
Reproduced, will fix for beta3.
Title: Re: 4K display issues
Post by: jporkkahtc on August 05, 2016, 07:45:15 PM
Have you tried changing the display scaling (in Windows 10) while Slickedit is running?


Parts of Slick work, but the dialogs do really badly.




Same thing happens when you RemoteDesktop from a normal display to a high-dpi login on a win10 machine.

Title: Re: 4K display issues
Post by: billprew on April 01, 2017, 02:28:27 AM
It probably has something to do with scaling factors.

My P2715Q (3840 x 2160)is set to 175%.
My U3011 (2560x1600) is set for 100%.

I ran SE21 on each with the same Application size (didn't resize between runs) and showing the same files.
hdpi1 is on the P2715Q at 175%.
hdpi2 is on the U3011 at 100%.

You can see the highlight markers on the right side along the scroll bar.  In the hdpi1 view (when seen on a 4K monitor) they are VERY small.
Just curious, what color theme is that you are using, one of the Slickedit provided ones, or your own home tweaked colorings?

Bill
Title: Re: 4K display issues
Post by: byates on April 01, 2017, 01:40:00 PM
billprew: It's a custom dark theme
Title: Re: 4K display issues
Post by: billprew on April 01, 2017, 01:41:52 PM
Thanks.

Bill