Page 40 of 60

Re: Like a new feature? Say thanks here

Posted: 06 Nov 2015 22:29
by LittleBiG
Thanks for the /excl= in the quick search! My previous search gave far too many hits, and I was able to narrow it down step by step, adding the folder names which surely didn't contain the files I searched for. Quick and easy!

Re: Like a new feature? Say thanks here

Posted: 08 Nov 2015 19:32
by Filehero

Code: Select all

+++ Breadcrumb Bars: Now you can drop stuff onto the Breadcrumb Bars.
Not even tried it yet, but: Yeaaahhh! :beer: :beer: :tup: :tup: :appl: :appl: :D :D

Re: Like a new feature? Say thanks here

Posted: 09 Nov 2015 13:55
by FluxTorpedoe

Code: Select all

v15.80.0203 - 2015-10-28 15:48
  %%% Configuration | Thumbnails | Quality: Added a new "High Speed" mode which 
      is about 3 to 5 times faster than the fastest mode before ("Fast" mode). 
      This makes XYplorer the fastest thumbnail generator we know.
Just… Incredible!!! :shock: :appl:

I compared again a few times, and it can even go up to 20 times faster in some cases — namely some TIF files!

I use the FastPictureViewer codec pack, and even if the RAW files already opened decently fast, the edited versions in 16bit TIF were always painfully slow when generating thumbnails.
Now I just managed to get the thumbs of 5 TIF of 90Mb each in less than a second in "high speed", against 20+sec in "fast" mode!

So, a big thank you! :D

---------------------------
admin wrote:OK, if nobody else does it I will: The new Tag Bar in the Floating Preview revolutionized my photo management. I now can work in full screen preview and do all my tagging and commenting right from there. Rocks! :ghost:
Hmmm, don’t forget to try your own implementation of "Allow custom keyboard shortcuts in preview"… This will rock your Fuji world! :mrgreen:
Labeling and tagging on the fly is a breeze… But thanks for this new mouse-oriented feature nonetheless!

Re: Like a new feature? Say thanks here

Posted: 09 Nov 2015 14:04
by admin
FluxTorpedoe wrote:
admin wrote:OK, if nobody else does it I will: The new Tag Bar in the Floating Preview revolutionized my photo management. I now can work in full screen preview and do all my tagging and commenting right from there. Rocks! :ghost:
Hmmm, don’t forget to try your own implementation of "Allow custom keyboard shortcuts in preview"… This will rock your Fuji world! :mrgreen:
Labeling and tagging on the fly is a breeze… But thanks for this new mouse-oriented feature nonetheless!
Even for a heavy keyboarder it should be interesting that you now *see* the current tags right in the preview without having to peek to the list. :)

Re: Like a new feature? Say thanks here

Posted: 09 Nov 2015 14:13
by FluxTorpedoe
FluxTorpedoe wrote:Even for a heavy keyboarder it should be interesting that you now *see* the current tags right in the preview without having to peek to the list.
Oh my… you’re right!
I was lagging behind with the betas, had just read the changelogs…
So I tested it and indeed, seeing the info —and being able to click it— is really great! :appl:

Re: Like a new feature? Say thanks here

Posted: 09 Nov 2015 19:57
by klownboy
v15.90.0021 - 2015-11-09 17:20
! Thumbnails: MDBU did not always work (instead of MDBU the file was
selected) right after scrolling the list (since some weeks). Fixed.
I was wondering what was going on with that lately, having to click again sometimes to get the blow up. I was thinking it was me. :tup:

Re: Like a new feature? Say thanks here

Posted: 13 Nov 2015 16:34
by highend
* SC ControlAtPos: Now it returns also the index of the tab at the inquired
position. The first tab has index 1.
:tup: :tup:

Do you plan to do the same for toolbar buttons? :whistle:

Re: Like a new feature? Say thanks here

Posted: 14 Nov 2015 14:06
by highend
* SC ControlAtPos: Now, for the Toolbar, it returns also the index of the
button at the inquired position. The first button has index 1.
:beer: :ninja: :titter:
Note that separators count as buttons here
That's totally fine!

Re: Like a new feature? Say thanks here

Posted: 14 Nov 2015 15:17
by klownboy
Betas v15.90.0031 & v15.90.0032, are definitely quite useful. Now you can assign a different action to any TB button when you click on a particular button with a modifier held down (e.g., shift or control etc.) resulting in even more use out of Toolbar buttons and overall XYplorer flexibility. :tup: :appl:

Code: Select all

		$mod = get("shift");
		If(controlatpos() == "TB|43") {
			If($mod == "1") {echo "This works-Shift held down!"; }
			elseif($mod == "2") {echo "This works too - Control held!"; }
		}
Also remember you can also distinguish between left and right clicks to get even more specific actions out of the Toolbar button. TB button craziness.
Thanks Don :tup: :appl:

Re: Like a new feature? Say thanks here

Posted: 15 Nov 2015 22:32
by FluxTorpedoe

Code: Select all

v15.90.0031 - 2015-11-13 15:31
  *** Floating Preview: New way to handle keys. Now Floating Preview keyboard 
      shortcuts and main window keyboard shortcuts (Custom Keyboard Shortcuts) 
      are always active in the Floating Preview,
That is so good I had to double post to thank you for it!
Best of both worlds at our fingertips… :biggrin:

Re: Like a new feature? Say thanks here

Posted: 16 Nov 2015 16:08
by Marco
Just noticed the new icon in the Edit comment window. I love it!!

Re: Like a new feature? Say thanks here

Posted: 16 Nov 2015 16:11
by bdeshi
Marco wrote:Just noticed the new icon in the Edit comment window. I love it!!
Nice!

Re: Like a new feature? Say thanks here

Posted: 17 Nov 2015 17:36
by admin
Thank him, he designed it:
http://www.yanlu.de/

Today I added another one of his to File / Open...

Re: Like a new feature? Say thanks here

Posted: 18 Nov 2015 21:50
by highend
+ SC tab enhanced: The operation "get" got a new data parameter "filter":
text tab("get", "filter"); //Visual Filter
Returns the Visual Filter (if any) of the tab.
Thanks! :beer:

Re: Like a new feature? Say thanks here

Posted: 20 Nov 2015 13:23
by highend
+ SC tab enhanced: New operation "default" to set the default tab of the
current pane.
+ SC get enhanced: Now it can return the index of the default tab.
Thanks a lot, no more wishes (currently!) regarding tab management :mrgreen: