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.


Topics - AnW

Pages: [1]
1
User Contributed Content / MultiDataViewer - INI file color syntax
« on: September 17, 2017, 02:15:14 »
INI files are very simple, but this short definition will make them look a little better. Mathias - you can add this to the next MC build if you want.

  <profile name="INI" id="71868d56e6624662a37f6dbc924816ed" ext="INI">
    <format themecolor="5" textcolor="-1" backgroundcolor="-1" flags="4352">^[ \t]*;</format>
    <format themecolor="0" textcolor="#000000" backgroundcolor="#40e0d0" flags="4352">^[ \t]*\[.*\]</format>
    <format themecolor="8" textcolor="-1" backgroundcolor="-1" flags="8193">=</format>
  </profile>


2
Feature Requests and Suggestions / Improve Quick search
« on: September 17, 2017, 00:06:25 »
I have the following options selected to be able to move between files and directories as fast as possible:
  • Quick search
  • Search field
  • Search for text parts anywhere in the file/folder name
  • Search keys: Letter only

Please add one more option: Filter list of files/folders
With this option turned on the list of files/folders should be filtered similarly to ordinary filter available in the bottom right corner of the list (Ctrl + F). Why do I want this option? Because I use it Total Commander and I love it. Filter in MC is powerful but it requires to many keystrokes. Quick search is (as name suggests) quick but if you have hundreds of files it is annoying when selection bar jumps up and down when I press arrow keys to move between files.

You can also consider simple pattern matching (* and ?). When you add it you can remove "Search for text parts anywhere in the file/folder name" option because with patters we can simply start our quick search with * and it is equivalent.

3
When FTP file transfer is started you should create a new connection to FTP server. Currently transfer is initiated in connection used to browse server content and as a result you are no longer able to change to new folder (which is not already in cache).

4
Press F3 on any file in encrypted ZIP archive.
Expected: ask for password, display file content in Viewer
Current behavior: empty file is created in temp folder and "displayed" in Viewer

For 7zip encrypted archive MC works as expected.

5
I have "Keep file date" option turned on. It works correctly when I copy files between ordinary folders on disk and when I extract files from ZIP archive. Unfortunately it does not work for 7zip archives and for FTP transfers (from FTP to local disk)

Pages: [1]