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

Pages: [1]
1
SDK / question 1
« on: June 25, 2024, 15:23:30 »
1. how to use ILogger
can write log to mc'log?

2. create id  (mc how to set id)
"
// nID is the ID of the extensions that it should create. This is
extern "C" /*__declspec(dllexport)*/ PVOID APIENTRY Create( int nID )
{
  if( nID == 0 )
  {
    MCNS::MCAppExtensionSample* pExtension = new MCNS::MCAppExtensionSample();
    MCNS::IPluginInterface* pInterface = static_cast<MCNS::MCAppExtensionSample*>(pExtension);
    return pInterface;
  }

  if( nID == 1 )
  {
    MCNS::MCFilePropSample* pExtension = new MCNS::MCFilePropSample();
    MCNS::IFileProperties* pInterface = static_cast<MCNS::MCFilePropSample*>(pExtension);
    return pInterface;
  }

  return NULL;
}
"

thank your answer

I want  "File CheckSum" add   sm3.. and out  Base64Str.
or can input/paste String ,output sha256 512 sm3..(hex,base64)

2
quick look setup  always displays "Commander style"

Even if I switch to WINDOWS EXPLORER.

So might think there was no switch and choose again.
Additionally, if "WINDOWS EXPLORER" is selected, can it automatically cancel some plugins that replace the default WINDOWS. For example, the zip copy dialog box


 :)

3
SDK / buidl err
« on: June 25, 2024, 04:58:21 »
WIN11 VS2022

\MCFSPluginSample\Source\FSSampleStream.cpp(340,20): error C2446: '==': no conversion from 'int' to 'const WCHAR *'

and postbuild_x64.bat return err code 4

4
Support and Feedback / "file type" language
« on: June 24, 2024, 05:01:25 »
I am using a Chinese language pack, but when I added "file type", it did not display in Chinese.
I used language editing extensions and found that I couldn't find the relevant items and couldn't understand the sorting rules.
So I decompressed the language pack and searched for relevant text. I can't find it either.

Additionally, I found that columnset is stored in columnsetsXML. Directly stored name.
When switching languages, columns seem to not switch based on language changes

5
Support and Feedback / how to add filetype column
« on: June 20, 2024, 04:22:34 »
The program can now display the extension column, but cannot find the file type column.
The program has already obtained the icon for the file, so it should also be able to obtain the file type.

I hope to display the corresponding type column like explorer  . thanks

6
SessionConfig will override user‘s config。

7
Support and Feedback / right menu lost "new text doc"
« on: December 15, 2023, 09:00:11 »
WIN11 mouse right click menu:

explorer like

 

multicommander'menu lost "Text Document"

8
expand the folder tree when  double-click the mouse
Now only click + expand  it.

thank you!

9
Feature Requests and Suggestions / fonts size 0
« on: February 02, 2023, 10:24:26 »
at Explorer panel setting, change fonts size. and apply. it works and ok.

then import choose "colors and style -explorer",
font size is 0?  seem too small...

thank you!

10
Feature Requests and Suggestions / address bar click select all path
« on: February 02, 2023, 10:06:02 »
on Explorer ,when click addressbar,it default select all text .
multi commander need double click on blank(empty) area

path field setting only "goto path", I think like a url  .

can  edit mode and select all text when click on blank(empty) area?

thank you!

11
Some space needs to be left in the Presentation Area  . The file list is too full, so there is no place to directly right-click the menu

I have a directory with many git folders. I can't git clone a new one. I can only see the pull ..menu,
Because the mouse can only click on the folder

thanks!


Pages: [1]