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 - khaoos

Pages: [1]
1
Support and Feedback / MC.Utils.CreateLink doesn't work?
« on: January 19, 2015, 16:35:47 »
Hello, Mathias. I can't figure out what I am doing wrong with a custom command. I am trying to make a MC.Utils.CreateLink to create a symlink. I have even tried the most easiest case, for example MC.Utils.CreateLink LNKSRC="D:\1.txt" LNKTRG="D:\2.txt" LNKTYPE=3. Nothing happens. I will be appreciate for any help.
Version of MC is 4.6.2 (build 1804) 64bit

2
Support and Feedback / Unable to import settings
« on: December 22, 2014, 15:55:11 »
Hello, Mathias!
I think there is a bug in importing settings. I can't import settings except those located on the first tab.  It is easy to reproduce. You need to export either Core or Explorer Panel settings. Then you need to import them immediately. There are neither checkboxes nor folding markers apart from first-tab settings ones, but there are correspoing tags in xml file. I've attached a screenshot. My version is 4.6.2 64bit.

3
Support and Feedback / Regular expressions syntax
« on: May 14, 2013, 03:43:26 »
Hello, Mathias! First of all, big thanks for updating searching in binaries in v. 3.1. It seems to me that it works. I started to use it heavily and realized that I don't know how to properly use regex searching in mc. Some constructions that I regulary use in other applications don't work here. For example, nor /s nor [:space:] don\t work as class of "space" characters; lookahead and lookbehind: (?=), (?!), (?<=), (?<!); possessive quantifier: ++ (but it seems *+ and lazy versions *? +? work); backreferencing causes mc to hang at all (i am searching "(a)\1" in folder with one plain text file, which contains "aa"), so I have to close it through task manager.  Could you provide some information about syntax of regex mechanism using by mc?

4
Greetings, Mathias!

At first, thank you for your job, I really like your commander. But I have one problem with it, which forces me to use other instruments to solve it. "File search" doesn't search meaningful phrases in contents of my Oracle Forms 6i source binaries. I've found a topic (http://forum.multicommander.com/forum/index.php/topic,503.0.html), where another user had a similar problem (Reply #8), but he did not responded to your request to provide you some examples. So try my attachment to explore this problem. I had to change an extension from ".fmb" to ".txt", but it doesn't matter.

One more problem, although not too critical for me. But solving it will save a little time in my job and save my fingers and my good mood also :). When I navigate to command line by mouse click or by hotkey or by just start typing, commander "loses" cursor position in a tab. Other commanders like midnight or far saves it's position. So I can type for example in command line "cvs upd " and then press ctrl+return to append a filename under a cursor to complete and execute my command. In MultiCommander I have to do some more actions to mimic such a behavior.

And one more timesaving feature I need at the moment. Cmd window closes after executioning a command in a command line. So I can't see an output of that command. To solve this problem, I can start cmd and then start typing desired command in a prompt line, then go to mc to copy filename, then return to cmd to finalize my command. To minimize number of steps I've created an alias cmd = "cmd /K", and use it like that "cmd sqlplus -some_args"  to start sqlplus in cmd window, which will not be closed after command will be executed, so I can analyze an output. But it still would be great for minimizing typing to have a hotkey (for example shift+return like in TotalCommander) for executioning a command without closing a cmd window after it finishes it's job.

P.S. Version of MultiCommander is 3.0. And sorry for my english. I hope you will understand.


Pages: [1]