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 ... 162 163 164 165 [166] 167 168 169 170 171
4126
Support and Feedback / Re: FTP
« on: October 12, 2011, 11:57:39 »
1. Proxy is not support.  almost never needed anymore.  I decided to cut that to save time.

2. That is something new. Something must have broken. I will take a look at that.

3. That just to work too.. Will take a look.

4. Should remember the settings in the quick connect dialog without having to create a bookmark

5. I will fix that.

6. Delete should not be possible from that location.  that is a bug.  the FTP FileSystem plugin shows the bookmarks and commands as files/folders.


4127
Beta Releases / Beta Build 857
« on: October 11, 2011, 18:45:15 »
Most of the time spent in the development of Multi Commander is spent on the next major version.
But some time has been spent on fixing bugs for the current version.

This new beta contains mostly bugs fixes and some minor changes.

some of the fixes are

  • Increased override color profiles from 4 to 8
  • Fixed problem when trying to open certain tar.gz files.
  • Fixed problem with view folder, Was not able to hide folders anymore
  • Added to possibility to export selected settings options.
  • And more. around 30+ changes since v1.2.0

4128
Support and Feedback / Re: MultiDataViewer Configuration
« on: October 10, 2011, 22:02:25 »
Thanks will fix the Update button thing.

Color Formatting is disabled for the moment, because there are some issues with it.

Normal/Hover - Yes.. they are not using the language file. I Will fix that.


4129
Feature Requests and Suggestions / Re: Remember position on restart
« on: October 10, 2011, 07:09:26 »
If the folder tree should be shown or not and the size of it should be keep between restarts

4130
Feature Requests and Suggestions / Re: Remember position on restart
« on: October 09, 2011, 16:55:08 »
What positions are you referring to ?  The MultiCommander window on the desktop and its size ?

It should remember that.


4131
I will look into it

4132
Support and Feedback / Re: Some fs-registry related issues
« on: October 08, 2011, 18:27:08 »
1. ?? You edit registry values by double clicking and pressing return on a registry value

2. Yes. for new you must manually refresh registry path to see latest values. It does not recognize if something has change outside of MC.. (yet.)

3. Yes you are right.

Packing registry path hmm Do not do that :).. maybe need to but in some more locks on what can be done.

Registry values are handled as files. And when copying them out from the registry to disk they becomes files, and when copying them back into the registry it does not know what kind of datatype the registry value are. It tries to guess it, but sometimes it guess wrong. (Specially with binary data, that looks like string data)

I do not want to disable the copy registry value to file. As I find it very useful myself. But maybe a warning is needed first the you do it or something..

Recommended is to use "Export to reg file" from the context menu.

4133
Support and Feedback / Re: Some translation problems
« on: October 08, 2011, 18:13:29 »
Will be fixed in next beta

4134
That would be nice..

But, the settings module does not support showing a GUI like that. And that would require a lot of work to implement.
And since I only have a limited amount of time, and much to do. I think that the first version of this will probably be the same as it is now. but with more rows in the settings panel.

4135
I was thing about maybe just show 8 in configuration gui, but allow the configuration to hold even more. so you can hack the configuration file and if you insert more there then all of them will work.

4136
That is actually a bug.  it should always be aligned to the right.

I will fix that

4137
Nice idea.

Some of them might be able the change to be able to customize.

But some is using the build in progress in windows. And that can not be changed.

4138
Increasing the number from 4 to 8 (or more) might be possible.

I will put it list of things to look at.


For creating translation.
see This forum post





4139
Nice idea.

But the problem with that is that it is not easy to visualize that in the GUI.
Now sorting is controlled by the clicking on a column in the header.

Having separate sorting for files and folder would create a messy GUI. 

Maybe if I figure out nice way for it.


4140
Configuration -> Explorer Panel Settings - >Color (tab)

"Color file/folder base in file/folder name"

You have 4 colors to defined and you enter wildcard matches like "*.txt" or "*readme*" and
you can also have multiple matches "*.txt *.png *readme*"


If that configuration is not easy to understand then maybe I need to rethink how it can be improved.

4141
Uncheck the option "Filesize type after file size" then the "B" will go away

4142
It was used for something.. For the component that that shows files, checked and selected is not the same. An item can be selected but not checked..

But I'm not sure if it is used in the file browser anymore. it was used before. But so much has changed so I'm not sure if it is used anymore.

I have an item on my todo list that will use it in the future.. maybe..

4143
Support and Feedback / Re: Why different types of tooltips?
« on: October 06, 2011, 15:23:39 »
The tooltip in the file browser is very special custom made tooltip component.

The problem is that this special tooltip controller is more advanced to use and take a lot more resources.

The regular or balloon is actual the same, only an option on how to show them. And in some situation a balloon is better.
Specially for tooltips for button.

actually.. if Balloon is disabled in the system. Then it should use regular. so there might be a bug there.





4144
I know the selections is a bit off. But it is like this because of a compromise to be able to get a configuration that is similar (but not exactly) as Windows Explorer.
Both checkboxes for Windows Styled selection must be checked to get the full Windows Explorer styled checking. They will probably be replaced with just one checkbox in the future. because they depend on each other. 

They are two now because for Commander styled setup. You can now check the first, to be able to group (shift+click) selection, (kind of)
(But ctrl+click will not work as expected and so. ) And at the same time keep the same mouse and selection config for commander styled.

To enable "explorer mode" it is best to use the Quick Look''nFeel setup.
( Menu > Quick Look'n'Feel Setup -> Windows Explorer Compatibiliy Look'n'Feel)
Because to get everything to work like as windows explorer, More options need to be changed then the two under "Windows Explorer styled selection", Windows explorer also handled mouse differently.


4145
Think I need a better way to export/import colors :)

but if you edit your zFileManager.xml file. (back the old before.  just in case)

Replace text below with similar text in the file. . it is located in the beginning of the file after the <colors> tag.


Code: [Select]
<backgroundhighlight value="0" color="ffffea"/>
    <override_windows_bg value="1">
      <alternating value="0"/>
      <active color="034323"/>
      <active_alt color="fefada"/>
      <inactive color="00005e"/>
      <inactive_alt color="cbfecb"/>
    </override_windows_bg>
    <item_specific_bg_color value="0">
      <use_files_bg value="1"/>
      <use_folders_bg value="1"/>
    </item_specific_bg_color>
    <focusrect value="388e8e"/>
    <files>
      <normal foreground="e4fa46" background="-1"/>
      <focus foreground="044e29" background="ffffff"/>
      <selected foreground="e4fa46" background="-1"/>
      <checked foreground="f38363" background="-1"/>
      <checkedfocus foreground="df3f11" background="ffffff"/>
    </files>
    <folders>
      <normal foreground="e4fa46" background="-1"/>
      <focus foreground="044e29" background="ffffff"/>
      <selected foreground="e4fa46" background="-1"/>
      <checked foreground="f38363" background="-1"/>
      <checkedfocus foreground="f38363" background="ffffff"/>
    </folders>

You might need to tweak the color a bit.. ther the major part of what you want is done.. I think..

4146
I Think it is possible to configure it so it will be like that.

Make sure "use file specified background colors" (and for folders too) are checked..
Then when customizing the the colors you will override the default background.

and you can configure the color for "Focus" and "Checked and in focus" to be inverted from what normal is.

4147
I know..

The problem is that when windows is drawing a focus rect, it draws it in a way, so the color that is set does not match.  And I haven't wanted to spent time fixing it, I been pushing it down the list. Another stuff got more important to fix.

Might be fix in the future.. maybe.. 

4148
Support and Feedback / Re: Button editor bugs
« on: October 05, 2011, 13:01:57 »
The option button bug, is already fixed and will be available in the coming beta.

The open file dialog should not be able to get behind the editor. That is strange. I will take a look at that.

4149
Support and Feedback / Re: Some translation problems
« on: October 05, 2011, 12:57:58 »
I will see if I can resize the dialog so it fit.

When you done and if you want. You can send me the translations files, you create a zip of them by clicking on the export button in the editor.

4150
It depends on how it is installed. or if running from portable device.

Normally configuration is located under the personal appdata folder

( eg win7 -> "C:\Users\<username>\AppData\Roaming\MultiCommander\Config\"  )

But if running from portable device. Then we do not want to store the configuration on the host computer, so then everything is saved under the application folder.

Pages: 1 ... 162 163 164 165 [166] 167 168 169 170 171