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 - Mathias (Author)

Pages: 1 ... 165 166 167 168 [169] 170 171 172
4201
No final release of v1.1.2 yet. (soon)

But get the beta version.

How to get Beta

4202
You are correct, it is a bug.

I will fix that.

Thanks for reporting the problem.

4203
Compress a predefined folder into a predefined file.

Command Type : Custom Command

MC.Filesystem.PackFiles FILES="D:\Projects\Documents\*.*" METHOD="Zip" TARGET="D:\${date:yyyy-MM-dd}_${time:HH:mm}-Documents.zip"

Pack everything in "D:\Projects\Documents" into a file name, that will be named "D:\2011-08-20_1821-Documents.zip"

4204
Script / Change path in both Left and Right panel
« on: August 23, 2011, 18:41:15 »
Change the path in both the left and right panel with the hit of hotkey.

Command Type : Custom Command

MC.Explorer.Goto LEFT="D:\Projects\Documents" RIGHT="E:\Shared\Documents"



* If left or right panel is not a explorer panel (eg. search is open and in focus). Then a new tab will be opened on that side.

4205
Script / Start a Search Automatically
« on: August 23, 2011, 18:37:00 »
Custom command that will do a start a search for a predefined set of parameters.

Command Type : Custom Command

MC.FileSearch.Search SEARCHIN="${sourcepath}" SEARCHFOR="*.txt *.xml" CONTENT="MultiCommander" EXCLUDE=".svn" AUTOSTART

It will start a new search, It will search for the files in the current source path.
Search for all *.txt and *.xml files.

The files should have the content "MultiCommander" in them.

Exclude all folders named ".svn" , Do not scan that folder any any subfolder

HIDE - Hide the search criteria dialog.

AUTOSTART - Start the search immediately

4206
Feature Requests and Suggestions / Re: default-drives bar ?
« on: August 23, 2011, 08:59:42 »
At the moment that is not possible.

It is however on the todo list and might be included in the next version


4207
Beta Releases / Beta Build 820
« on: August 21, 2011, 16:04:03 »
Mostly bugs and stability fixes since last beta
  • When copying files and files already exists. The "Replace all older" option now works.
  • Files dropped on a button will now have quotes around them.
  • Fixed a couple of High DPI related problems.The main GUI should now be drawn correctly if run under High DPI mode.
  • Devices where it is not possible to get free/available space will now no longer show any free space information.
  • Constant string now works with CustomCommands called from MultiScripts. (eg MC.Explorer.Goto Path="c:\bin" )
  • Crash problem if multiple instances of the Language editor was opened.
  • Multi selected problem when running Windows Explorer mode.
  • Path field, Freespace field, status field, all in the explorer panel, Will now resize according to the selected font size.
  • 65+ Internal changes and fixes since v1.1.1 build 800.

4208
Go here to vote for what major feature to include in next version of Multi Commander

http://forum.multicommander.com/forum/index.php/topic,277.0.html

4209
The planing for what the next major feature to include has started. Listed are a some of the major features that are planed for the future. (This is not all, There is also a secret list. Do not want to revel everything that is planed).

We all have different needs. So what of the following features would YOU like to see be included into Multi Commander.

Only feature that require major work are listed here. A lot of minor feature are planed, but they are not listed here.

Any feature that you would like to see that are not listed here ? Then post comment about it. And I might put it up there.

  • Large Icon Support - Able to large file icons ( 32x32 , 48x48 , ... )
  • Thumbnail mode - Show thumbnails of images and files when listing files.
  • List Mode - When listing files, Show only the file name, With multiple entries per row.
  • Internal Picture Viewer - Internal viewer that can show jpg, png and other common formats.
  • MultiRename Tool - Able to rename multiple files/folders using advanced substitution filters and rules, and using file properties.
  • Better Search - Better search GUI and Abel to use file properties from extensions in search, like image size, mp3 genre, and more.
  • Better Overwrite Dialog - When copying a file that already exists on target. Show a better "overwrite file" dialog. that highlight the differences of the files better.
  • File Association - Override file association. Able to configure custom open commands for file type.
                       If a file is launched from Multi Commander, then file associations in multi commander will override they one defined by Windows. This is useful when running in portable mode. (USB)
  • Synchronize Folder Content - Tool for synchronize folders content. that will copy all the changes from two location making sure are the same.
  • Tagging - Able to tag file and folders. Then select all files/folder that has a special tag.
  • Modify/Load/Save File Operation Queue - Rearrange and remove items from the copy/move queue. Save/load queue - Abort file copy and save queue so it can be resumed at a later time

Vote for the top 3 you would like.

No guarantee that the winning items will be included. It also depends on how much work they require to implement

If you have wises for how some of the listed feature should work or sub-features that they should included. Fell free to leave a comment.

4210

The problem is that the "Save To File" should not be enabled if there is no selection.

If you select some text and do it, it will work.

The "Save As", combobox is missing items.

I will fix those issues..  Thanks for reporting them.

4211
Support and Feedback / Re: Can you hide some of the buttons?
« on: August 16, 2011, 17:58:05 »
With Ctrl+B you can hide/show the entire button panel.

If you want to change how many button (rows and columns) the button panel should show need to edit the configuration for that manually.

Menu > Help > Go to > Config Folder

Select "MultiButtons.xml"

Select Menu > Tools > Text Conversion > To Windows Format (CRLF)

Then edit the MultiButtons.xml file.

the second line in that file contains the rows and cols. change them
Code: [Select]
<buttonpanel id="1" rows="4" cols="8">

You can change that to 1 or 2 rows if you want to have less buttons.


4212
Support and Feedback / Re: DRAG COPY
« on: August 16, 2011, 17:51:17 »
If you are dragging a file on the same harddrive. Then The default behavior is Move. if source and destination drives are different then it is Copy.
You can toggle the method by holding the SHIFT key. (The mouse cursor will change. a
  • sign is show for copy.)


You can also drag and drop using the right mouse button. You then get a popup menu when you drop the file where you can select copy or move.
(If you are running CommanderStyled settings, you need to active this in the Explorer Panel Settings under mouse configuration)

4213
Support and Feedback / Re: Does this program sort thru photo files?
« on: August 16, 2011, 15:56:19 »
Multi Commander is not optimized for working with photos.

You can however show the meta data from photos as columns,
and there are tools for renaming multiple files.


4214
Feature Requests and Suggestions / Re: Thumbnails
« on: August 16, 2011, 15:27:03 »
Multi Commander does not yet support thumbnail view. It is however very high up on the "Todo" list.

4215
Beta Releases / Beta Build 814
« on: August 14, 2011, 12:03:27 »
Only minor fixes and additions has been added since last beta.
  • Full path will now be shown as a tooltip when hovering over a tab
  • Starting MultiCommander.exe -F=startup.ini, you can now defined multiple paths to be shown at startup.
  • File editor now support ${mcinstallpath} tag. So relative paths for the editor can now be entered.
  • 5 new MultiTags.
  • Fixed crash that happen if file search tab was closed shortly after a search was finished.
  • Device dropdown list lost some items if a USB device was removed.
  • User Commands how support single quote around commands. (See doc on Multi-Tags)
  • Fixed problem that quotes around filename when edit a file was lost in some situation.
  • 45+ Internal changes and fixes since v1.1.1 build 800.

4216
Support and Feedback / Re: Relative paths
« on: August 14, 2011, 11:33:52 »
From build 814 it is now possible to specify the ${mcinstallpath} tag in the editor filepath field.

So "${mcinstallpath}\..\MyEditor\Editor.exe" Will now work. Even when running from USB.


4217
Support and Feedback / Re: GVim as default editor
« on: August 14, 2011, 11:31:19 »
This is now fixed in build 814

4218
From build 808 this should now be possible

4219
From build 814 the full path should be shown when hovering over a tab.

4220
From build 814, it is now possible to write

MultiCommander.exe -F=startup.ini


startup.ini
Code: [Select]
[PANEL_1]
Path=d:\
Side=L

[PANEL_2]
Path=d:\bin
Side=L

[PANEL_3]
Path=d:\Projects
Side=L

[PANEL_4]
Path=d:\Projects\Jupiter
Side=R

[PANEL_5]
Path=d:\Projects\Pluto
Side=R

Path and Side are required

Extra optional parameters are
Code: [Select]
Locked=1|0
ShowTree=1|0
SortAsc=1|0
SortCol=<colnum>

4221
Thats because there is no update yet. But there will be soon


4222
The latest beta already have them

How To Get Beta

4223
This is actually already on the list, but I kind of forgot about it. I will move it up. should be an easy thing to add.

4224
That sounds like a good idea. I will add this to the list.

4225
Maybe it is possible to make. Right now it will go to what ever you type.  if you type "MyFFF" it would find MyFFFile.txt for example. it might not be possible if it would move to next file if same letter are pressed.  It might be possible to tweak this a bit. I will give it more thought, and see what I can do



Pages: 1 ... 165 166 167 168 [169] 170 171 172