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 ... 120 121 122 123 [124] 125 126 127 128 ... 189
3076
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: August 10, 2014, 14:05:56 »
Thanks for the fast response Mathias. 
I was using "Thumbnail Detailed" mode.  Using centre alignment for "Thumbnail Detailed" means the thumbnail is complete & the 'whitespace' below it is cropped.  Bottom alignment crops the thumbnail itself.
No the thumbnail is not cropped.  If the thumbnail is wide it will be align against the top of the line if alignment is top..  if it is bottom it is aligned to the bottom of the line.

My 'problem' is the view of text in 'detailed' mode as per the attachment above - I see the last line horizontally cropped now. 
The last line is only haft shown since the Windows is not big enough to show the complete line

3077
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: August 10, 2014, 12:59:18 »
I noticed that altering thumbnail alignment does now alter the view (I saw same issues as Jungle). W7x64
In some cases the bottom of a thumbnail can be 'cropped' to fit the viewing space of the pane.
Now alignment will alter this.
However in details mode I see the last text line is 'cropped' in the view space.
This may be the same issue - item display vs viewable area - if the thumbnail is bottom aligned it loses a bit at the bottom.  For text (details view) alignment won't recover the filename visibility.

Hope it's not too tough to fix as I like a little whitespace at the foot of my display.  :D


Thumbnail aligment only works for view mode "Thumbnail Detailed" and only if you use the "Windows" thumbnail engine (WinVista+).
But that option will go away, aligning tumbnails top/bottom does not look good.

3078
Support and Feedback / Re: HotKeys do not work
« on: August 08, 2014, 11:30:53 »
That because that key combo collides with the Quick Search. 
disable quick search in Explorer Panel Settings or select a key combo that does not include "Ctrl+Alt"

I will see if I can make both of them work in the next version

3079
Feature Requests and Suggestions / Default Settings
« on: August 06, 2014, 13:54:51 »
I'm reviewing the default settings, so got a question for ALL..

Are there any settings that you think should be X as default instead of Y ?

So what settings do you change when you done a fresh installation of MultiCommander ?

3080
Not sure why Windows decides to sort it like that.
But looks like most items are sorted correct and only 1 or 2 are wrong. and that is strange. What is different with them.. are they starting with some "extended" / "special" / "number" character in persian ?

As ice-man said.  Without test data I cannot even test to see why it is happening. Because I can't even type those characters

If you create a some of empty .txt file ( "cf <filename>" in the commandline field ) with names like this and pack them with zip and attach it.
Then I can see if I'm able to reproduce it.. make sure UTF8 in enabled in Zip settings,  Menu > Configuration > FileSystemPlugins > FSZip (or pack them using 7z, it should support unicode filenames )

3081
MC do not use Windows Shell (like many other filemanager) and it's virtual filesystem. Because of that this is not so easy.
MC has its own virtual filesystem system and currently MC can not show drives inside its virtual filesystem. They are to high up, and there are some other technical issues.
But there is plan to allow that so it are something that will be added in the future.

3082
Feature Requests and Suggestions / Re: My requests
« on: August 05, 2014, 08:40:22 »
1) Create a user defined command that calls a internal command  "MC.RunCmd ID=<module.commandId>"  ID can be found in keyboard customization dialog

2) Create a user defined command that set the view filter to what you want and then assign that command to a hotkey

3) Kind of a security risk. but might add a "remember" checkbox to the password field

4) Like the view filter ?  press Ctrl+F ,start typing..  (or Ctrl+Shift+F to select from the quick filter list)

3083
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: August 04, 2014, 16:32:48 »
Build 1752

Refresh of it self works better now when changing view mode.

If a view mode settings is change. You might have to toggle to a other view mode and then back for it to activate.
Top/Bottom/Center of thumbnail in Thumbnail detail mode only works of the Windows Thumbnail engine is used. (So no support for this on XP)


3084
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: August 04, 2014, 16:06:27 »
Does matter.. A new build are currently building, and will be out soon, it has a couple of refresh and change view mode issues fixed.

3085
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: August 04, 2014, 15:25:28 »
1. When i select Thumbnails Details mode, that menu item is not selected.
2. I see no difference between Left<>Right and Top<>Bottom scroll modes.
3. I see no difference between Thumbnail Alignment modes.
4. I see no difference between Highlight filename enabled and disabled.

P.S. Win 7 Ent
Works for me.. But as mention above.  currently you might need to restart MC if settings are changed for some settings if other modes been active.

3086
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: August 04, 2014, 14:34:06 »
From Build 1750
Vertical Scrolling mode can now be selecting the settings for the "Thumbnail List view mode". However there might still me issues with it and
scrolling/navigation issues for other modes might have been broken.

Under Tweak settings for FileSystem under Core Settings you can now enable "Crop the thumbnails dimensions so that it is square" (Crop To Square)
However that setting only works if the Thumbnail engine is "Windows" and OS is Win8+ since that is an option in the built in Windows Thumbnail engine.

You can align thumbnail top/center/bottom for Thumbnail detailed mode. But that looks funny and that option might be removed. Enable Corp to Square instead. That will make them look better.

** Known Issue.
    Sometimes when switching between view modes, something with hittesting and/or something can get weird.  But sometimes not.
    Restart of MC will fix that.

3087
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: July 31, 2014, 23:31:26 »
* Now thumbnails are vertical center aligned. option to vertical align them to the top of the row ?
* Smaller spacing between the detail information lines.
* Highlight the filename with bigger font and/or show it as bold.
* Dynamic row size. Now all rows are as big as the thumbnail size like 128x128, But if you have a thumbnail that are 128*32 because the picture is very wide you
will get a lots of empty white space. Using dynamic row will make the row just so big that it needs to be.
However I know this can be a bit tricky since HitTest for every mouse action must calculate form the top to the found item. (Fixed size is so much easier)

* Top/Center alignment. Might be a good idea. will try it
* Spacing is fixed. it was using the wrong value for it. It was never intended to be that big
* Will try and see how it looks
* Dynamic size.  Would be nice but as you write. It is not something that is easily added. All items in all modes are now fixed size. and that makes calculation for hittest and draw area and everything quick and fast. with dynamic sizes things get a lot more complicated. Maybe in the future.

From an aesthetic point of view I wonder if there is too much 'empty space' to the right of the thumbnail.  Can a second column be added?  (Or dynamic multiple columns depending on pane size).
Dynamic tiling of thumbnails (image scale/vertical & horizontal columns/rows re-flow) would be cool but probably a huge amount of work. 
Second column might be added. But then the question is should the width of an item be "fixed" or should it be based on first column size
Also for second column to work first vertical scrolling with multiple items per row need to work and right now that does not work
(more below about that)

I love the details. But I also agree that there is to much white space. I don't know how hard it is to accomplish but maybe two columns instead of just one? Add more properties to fill the blank lines?
 And the 'bolded' filename is a good idea too.
The details are based on what column are set to be show.. so instead of columns to be layout after each other they are place under each other.
So if you want more properties.. enable more columns.

1. I think there should be only one thumbnails mode but with options:
  a) info align - left/right/top/bottom/disabled;
  b) info content - filename, attr, dates, etc;
  c) scroll direction - left<>right  or  top<>bottom;
  d) ...

2. On Windows XP associated file icons aren't scaled. So if i have set up icon size to 16x16 and thumbs size to 128x128, icons will still be drawn as 16x16. But i suppose Win XP is not a thing for you to deal with anymore. And probably it's not worth it.
1) No there need to be multiple thumbnail modes. Sometimes you want more info and sometimes just the thumbnails are enough and going into settings to just change that is to much..
1b ) content is based on shown columns.
1c ) Vertical (top<>bottom) scrolling is something I been trying to add. However it is not easy. Everything from hit-testing, scrolling , draw area calculation needs to be tweaked to work with it. The UI controller can normally one have 1 item per row. And when adding list mode. it was a lot easier to add left<>right, Top<> Bottom is so much more complex. But I got it almost working. But there area many many corner cases, special situation where it does not work yet. And if I'm able to solve it (without breaking anything else) the Top<>Bottom option will be added to list/thumbnail mode

2) Yes I know. For XP only the Internal Thumbnail engine works and it can not scale icons good since XP does not support large icons. 


3088
Support and Feedback / Re: Can't install multi commander
« on: July 29, 2014, 21:24:29 »
My guess is that you are installing it as "single user" BUT into "Program files" that are a protected location.

So either run the installer as admin, or select to install for everyone (the installer will then auto elevate with admin permission) or install into a folder that is not protected.

3089
Feature Requests and Suggestions / Re: Keyboard friendly
« on: July 29, 2014, 13:32:03 »
Quote
Ctrl+A that is because that is the shortcut to activate attributes search..
Ok I just understand Ctrl activates the feature (attribute, content, etc) and Alt is for the corresponding control.
I'm not sure it is a good idea to use the Ctrl modifier because of ctrl+a +c +v shortcuts but I understand the choice.

I know. But there was issue have in on ALT+ to. and I wanted the letter to be the first of the category. but then some stuff collided.
So it have to be good enough for now.
I have not changed search because a total redesign of search is planed and I would then do all that work for nothing.

3090
Beta Releases / Re: MultiCommander v4.4.1 (Alpha)
« on: July 29, 2014, 13:03:31 »
The new experimental (proof of concept) view mode "Thumbnail Detail" that are available from build 1745
It is for now very buggy and a lot of things does not work. And I'm not entire sure if this is something that will really be added.

It is there to give you an idea of the concept of this view mode and allow you to provide feedback on how you would like
it to work, how it should look, what should be configurable and so on.. So if you have any thoughts or ideas.. drop a msg here are send me a email

Example

3091
Feature Requests and Suggestions / Re: Keyboard friendly
« on: July 29, 2014, 10:27:07 »
Actually MC is optimized for keyboard. If there is shortcut for one command is can most often be customized with one.

All standard dialog are navigated by pressing tab key. (standard windows behavior)
Cltr+Return starts search.
Ctrl+A that is because that is the shortcut to activate attributes search..
Ctrl+W works. just make sure the dialog is closed first with escape (standard windows behavior)




3092
That is very strange because when it is off the compare for the sorting is handled by Windows it self.

Did you restart MC or force a refresh in MC ?
Is everything sorted wrong or only some characters.. Do Windows explorer sort it correct ?

3093
Natural sorting does not work well with some localized characters.
So if you turn off that it should sort better

Menu > Configuration > Explorer Panel Settings > Display (tab)
Scroll down to "Sorting and Columns"
Uncheck "Sort files and folders in natural order"

3094
Sorry that is NOT a simple solution.
MC are using the Windows build in UI component to show a dropdown list and it is not possible to do that easy. if it even is possible.




3095
Beta Releases / MultiCommander v4.4.1 (Alpha)
« on: July 23, 2014, 15:05:39 »
v4.4.1 Alpha

  The FSFavorites Extension that allows favorites to be accessible from the filesystem is now working.
  If you find any issue or have ides on missing features for it let me know.

132+ Changes


 -- Build 1764
  ADDED - Now possible to choose what extended device items should be shown in the device dropdown list
  CHANGE- Removed some obsolete settings, Change some defaults.
  FIXED - Copy/Move progress window tries better to keep its since when queue is shown/hidden
  FIXED - Queue in Copy/Move progress window will try to show the alternative targetname if one is set.
  FIXED - Key combo for Quick Search in Explorer Panel will no longer trigger if more keys then configured are pressed
  FIXED - Eject/Disconnect command in Explorer Panel can now be customized
  FIXED - Exporting the list of keyboard shortcut will now be saved as Unicode (UTF16)
  FIXED - Handles insert/removal of devices that are mounted under a folder better
  FIXED - 1 crash issues reported by Crash report system
  CHANGE- Changed how the tab is drawn. Is now more flat

 -- Build 1756
  CHANGE- Thumbnail queue management will now prioritized item that are currently visible
  FIXED - Fixed couple of scrollbar issues with Thumbnail list view when set to vertical scrolling.
  FIXED - Thread synchronization issue with thumbnail extraction that could sometimes cause a crash

 -- Build 1752
  FIXED - Couple of issue with Change View mode and refresh issue with view modes changes
 
 -- Build 1750
  ADDED - Thumbnail detailed mode can now Top/Center/Bottom align image (Look funny. Might remove this)
  ADDED - Thumbnail tweak option to "Crop to Square" Only valid if "Windows" Thumbnail engine is used and OS is Win8+
  ADDED - Vertical scrollmode can now be selected for Thumbnail List mode (Vertical is now the default mode)
  FIXED - Lots of internal change to make vertical scrolling work. Other things might be have been broken. please report navigation/scrolling issues
  FIXED - 2 crash issues reported by Crash report system

 -- Build 1745
  ADDED - New experimental (proof of concept) view mode for the Explorer Panel.
          Thumbnail Detail that have both a thumbnail and detailed information.
          This new mode is very alpha and experimental.
          Let me know if you have any thoughts on what is missing, What should be configurable and other ideas/issue

 -- Build 1740
  ADDED - FSFavorites - various fixes and should now be usable
  ADDED - FSFavorites Now support right click to remove/change
  ADDED - FSFavorites can now delete sections.
  ADDED - FSFavorites will now run files that are linked to files.
  FIXED - MultiRename - negative value in rule was 0-based when start value was 1-based, Now both are 1 based
  FIXED - MultiRename - [F-4] rule now works (Just like [N-4])

 -- Build 1735
  ADDED - Drop of WebPage link from IE/Chrome into FSFavorite location will now create a web link
  ADDED - Drop file/folder to QuickLinks in FSFavorite now works.
  ADDED - Better support for drag of File/Folder to FSFavorite location in FolderTree
  FIXED - Problem with deleting from zip archive

--Build 1731
  ADDED - FSFavorite extension now support file Rename to rename favorites, MakeDir to create favorite folder
  ADDED - FSFavorite extension support Drop of file/folder to Create a new favorite item
  ADDED - Drop file/folder on Favorite item will now start copy to the target of the favorite item.
  FIXED - Quick Connect for FTP work again.
  FIXED - 1 crash issues reported by Crash report system


3096
Support and Feedback / Re: save file paths as text
« on: July 22, 2014, 10:39:50 »
You mean copy the path for selected files as text to the clipboard ?

Menu > Tools > Clipboard

Click on the Toolbar button for "copy to clipboard" (the button that look ike a clipboard with a "\" on it)
Right click on it for the list of commands you find in the menu

Or just press the hotkey  Ctrl+P or Shitr+Ctrl+P , depending on if you want full path or not

3097
Support and Feedback / Re: Issue with .bat and robocopy.
« on: July 20, 2014, 22:27:02 »
If it works hardcoded it must be possible to make it work.

You just have to make sure that the generated line look exactly as the hardcoded. with quotes and trailing slashes in the same places.

So what does your hardcodes line look like exactly. and what does the generated line looks like (Not the line you write in the edit.. the finished line that MC generates)
what are the difference between them ?


3098
Support and Feedback / Re: DPI again
« on: July 18, 2014, 09:50:48 »
I Know.  It is because the bitmap does not scale well. And since it just a image in the about dialog I did not care to waste time fixing it.
Might be fixed some day if I get some time to spare. or not.

Strange thing is that it does not overflow that much for me in 125%.
150% works better.


3099
Beta Releases / MultiCommander v4.4 - FSFav Beta
« on: July 17, 2014, 19:32:31 »
And you might have seen in the Beta for MultiCommander v4.4 there was a FileSystem plugin that allowed you to browse the favorites in the filesystem.

But for the final version of v4.4 it is not there. Or is it..?

This Plugin is still experimental and got some issues and was not ready for general release but it still is there, You just have to enable it.

Type ":fsfav 1" in the Command line field then restart MultiCommander and it will there again.  If you want to disable it again then type ":fsfav 0"

3100
Beta Releases / Re: Crashes when running scripts 4.3.5 b1716
« on: July 16, 2014, 12:43:01 »
Yes FAV path support in the FolderTree broke that. But it will work again in final version of 4.4 that are coming to night

Pages: 1 ... 120 121 122 123 [124] 125 126 127 128 ... 189