Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nietrupek

Pages: [1]
1
Support and Feedback / Re: How to disable preview?
« on: December 25, 2023, 05:14:34 »
That's what I missed: "you have to click icon on toolbar". Sorry, my fault.
Apparently I turned it on somehow and didn't notice it.
So, you are perfectly right, Mathias. Thanks for clarification.

2
Support and Feedback / Re: How to disable preview?
« on: December 21, 2023, 20:55:02 »
Configuration - Manage Plug-ins and Extensions - uncheck "Preview Panel" - Save.

OMG! Thanks a lot!

I know it's late answer, but... I think the author of MC should think twice before he adds new feature turned ON by default. I lost a lot of time trying to find a way to turn off this feature. Do I have to check every new MC update to be safe from your suprises?

3
Compile this:
Code: [Select]
#include <glob.h>
int main (void)
{
glob_t globbuf;
glob("*", GLOB_NOSORT, NULL, &globbuf);
return 0;
}
and link with standard Cygwin's DLL. Running resulting program in any directory does the trick. And I don't think that any hidden fopen() calls are involved.

4
Windows 10, local filesystem (C: drive).

When I download large file using browser, a temporary file (largefile.mp4.part) is created. MC shows this file with size of approx. 32kB. The file is growing, but its size is still shown as 32kB. Pressing F2 (or Refresh icon) does nothing. Also DIR command shows file size as 32kB.

But when I do one of the following:
- select file and press F3 (View file)
- use Cygwin's 'ls -l' command
proper file size is immediately shown in MC. DIR command also returns refreshed file size info.

Apparently MC's F3 command (and Cygwin's ls) do something that forces Windows to "wake up" and report proper file info to the caller.

Here's my feature request: change F2/Refresh to deal properly with situation described above.


5
Support and Feedback / Re: Huge fonts since last update
« on: December 17, 2020, 19:49:41 »
Second attachment that I sent also shows that content doesn't fit in window.
Just installed latest build and it is not fixed.

JK

6
Support and Feedback / Re: Huge fonts since last update
« on: December 15, 2020, 22:36:50 »

I've just installed latest build (Dec 04, 2020).

After setting all user-configurable fonts to 10 everything looks nice on my system (150% and 1920x1080).

Whatever you changed in last built, fonts are OK now. Thank you, Mathias.

JK

Still not consistent, I'm afraid. I didn't notice before. See attachments.

JK


7
Support and Feedback / Re: Huge fonts since last update
« on: December 10, 2020, 15:29:19 »
100% and 1920x1080.
No DPI scaling. strange. I see no issues in 100%.

I've just installed latest build (Dec 04, 2020).

After setting all user-configurable fonts to 10 everything looks nice on my system (150% and 1920x1080).

Whatever you changed in last built, fonts are OK now. Thank you, Mathias.

JK


8
Support and Feedback / Re: Huge fonts since last update
« on: December 03, 2020, 03:31:42 »
Sorry. I misspoke. It is the "Device Dropdown list" that I am referring to.
The font shrinks in size sometimes when making changes using the "Quick Look N Feel Setup".

Exactly.

Quote
It goes back to normal after quitting & restarting.

Same for me.

JK

9
Support and Feedback / Re: Huge fonts since last update
« on: December 01, 2020, 20:33:33 »
8 is just the recommended minimum in the list. You can enter any value in the edit box above the size

Oh my... Shame on me. Yes, it works, Thank you. 2 of 3 problems solved.

But I noticed something that apparently is a bug. To reproduce:

- Set Free Area to 10. Click OK, click Apply. Font is large, as expected.

:loop
- Set Free Area to 6. Click OK, click Apply.
- Watch carefully dropdown list font size.
- endloop

See what happens? While setting font size 6 (or 7 or 8) few times, nothing should change, but actually dropdown list font shrinks for each iteration.

This may be the reason why people report microscopic font size sometimes.

Quote
Also there can't be a option for everything, There are already too many options. It turns inte option hell.

I agree. As a user I was sometimes lost when I started using MC and tried to change something. Still I am from time to time.

Quote
But the scaling things are going to be tweaked a bit more. However some things that works in 150% scaling looks bad in 225% scaling. so it is not easy to get right.

That's why I'm asking for possibility to turn off automatic gear box and switch to manual.

JK

10
Support and Feedback / Re: Huge fonts since last update
« on: December 01, 2020, 09:06:19 »
You might need to lower the font. set it to 6,   6 at 150% scaled should be around 8pt.
The Path area is not changed at all.. The default font is changed. it scaled already before.

Thanx for your reply.

I can't set font size to anything less than 8. It is minimum font size available on my system. See attached file.

It would be nice to have configuration option to turn off autoscaling until all problems with it will be resolved. It's like automatic gearbox - sometimes you need to turn it off.

JK


11
Support and Feedback / Re: Huge fonts since last update
« on: November 30, 2020, 21:22:50 »

freespace area will autoscale font according to scaling settings in Windows. So just make this font smaller in Explorer Panel settings

I have done it before asking here (see attached image area [4]).
Font are larger than before in areas marked [1,2,3].
BTW, the rightmost icon in area [3] after last update was pushed out of view. I had to enlarge MC window to see it again.

I have scaling set to 150% (screen size 15.6'', resolution 1920x1080 if that matters).

JK



12
Support and Feedback / Huge fonts since last update
« on: November 29, 2020, 02:21:22 »
After last update user interface of MC changed. Fonts used in command area, free disk space area and list of default locations became very large. Some icons were pushed out of view because of this.

Is there any config option to *turn off* font sizing according to DPI detected?

If not, how can I reinstall previous version of MC without losing configuration?

Thanx, JK

Pages: [1]