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 ... 172 173 174 175 [176] 177 178 179
4376
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.


4377
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)

4378
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.


4379
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.

4380
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.

4381
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.


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

4383
From build 808 this should now be possible

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

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

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


4387
The latest beta already have them

How To Get Beta

4388
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.

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

4390
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



4391
Support and Feedback / Re: GVim as default editor
« on: August 06, 2011, 14:15:29 »
It should keep the " if you enter that in the Editor configuration

Have checked the code and there is a bug. I will fix that for the next release.


4392
Beta Releases / Beta Build 808
« on: August 03, 2011, 13:49:27 »
Mostly stability fixes for rare problem that have been reported from crash reports.

Also some minor new improvments
  • Menu bar can now be hidden. And then shown when user presses Alt key. (Like in IE9)
  • Device toolbar now also shows USB/Removable devices.
  • Multi Commander no longer locks the folder it is showing. So it is now possible to delete the folder you are currently showing from another program.
  • 11 new MultiScript function for getting selected/focus items from target/source view
  • 4 new MultiTags that will expand to the item in focus for source/target item. with fullpath or just name.
  • When creating checksums MD5/CRC32/SHA1. It is now possible to copy the calculated checksum to the clipboard using context menu on the item.
  • 30+ Internal changes and fixes since v1.1.1 build 800.

4393
Support and Feedback / Re: making multi commander default
« on: August 03, 2011, 08:25:22 »
You can not replace it as the default shell in window. If you did that all your desktop icons will go away, and some of the feature in Multi Commander depends on Windows Explorer.

It might be possible top tweak Windows Explorer so that when clicking on my computer or folder. Mulit Commander would open.
But I don't know exactly how to do this. It has something to do with changing HKEY_CLASSES_ROOT\Folder in the registry.
You can try google for that, But I do not recommend messing around in the registry like that, unless you really know what you doing. If you do decided to change things there. Make a backup first.


4394
Support and Feedback / Re: Relative paths
« on: August 02, 2011, 20:16:51 »
No there is no constant for that.. I might add some for the next release.

You can try to edit the config file manuall.

"Menu > Go to > config folder" and  then edit MultiCommander.xml

The find the editors tag and change that

eg

<editors>
    <editor name="Notepad2" cmd="..\n2\notepad2.exe" parameters="${filepath}" ext="*"/>
</editors>

I got it working with notepad2

4395
Support and Feedback / Re: Display problem on Windows 7
« on: August 02, 2011, 17:03:54 »
Yes, Multi Commander still have some High DPI issues.

Im planing to be able to fix them soon.

4396
Feature Requests and Suggestions / Re: Change font size of path bar
« on: August 02, 2011, 17:00:27 »
You can.. sort of.

It is the font for 'Path' in the configuration. However, there is a bug so that the height of the path field is not changed. So if the font is to big it will be clipped. 


4397
You right

The documentation could be better, I got a long list with documentation stuff I should improve. I will put you recommendations on that list.

Unfortunately I had to prioritize bug fixing over writing documentation. But I will update the documentation when I get some time over.

4398
Support and Feedback / Re: New licence type (free of charge)
« on: August 02, 2011, 10:09:30 »
The expiration date is when the program will force the user to update to a newer version.

This because I do not want to receive bug reports, crash reports and issues for old versions, because thous issues are most likely already fixed.


4399
Support and Feedback / Re: Relative paths
« on: August 02, 2011, 10:01:46 »
File Editor Setup dialog when configuring what file editor to use. Type in a path that are relative to the installation path of MC.

for your example that would be

eg  "..\fastEditor\fastEditor.exe"


4400
Support and Feedback / Re: New licence type (free of charge)
« on: August 02, 2011, 09:52:52 »
It is free for both personal and commercial usage. unless you are an evil person, Then you must pay :), But since evil person are evil, I don't except to see any money from them.

MC did require purchase of license before. But when changing it to free and removing text that was referring to registered/purchase, some was missed. But they are removed when I find them.

- Mathias

Pages: 1 ... 172 173 174 175 [176] 177 178 179