Search found 126 matches

by ale
26 Feb 2009 15:28
Forum: Script Exchange
Topic: Copy each selected file to a subfolder named as the file
Replies: 1
Views: 1267

Copy each selected file to a subfolder named as the file

I wrote a couple one line scripts before, but I took inspiration from this question so I tried to write my first script. I'm not a programmer so it was not very easy :) and I understand the result may not be very elegant, I think it probably looks like some pieces assembled together. I gave a look f...
by ale
24 Feb 2009 16:58
Forum: Tips & Tricks, Questions & Answers
Topic: Copying files to own seperate folders?
Replies: 3
Views: 1510

Re: Copying files to own seperate folders?

I have no knowledge of scripting :oops: it's only the second one I write, but I can offer this humble one line script waiting a better and complete solution $a = <curbase>.'.'.<curext>; new <curbase>, dir; copyto <curbase>, <curpath>.'\'.$a; If we have one file selected and his name is hello.ext, it...
by ale
21 Feb 2009 11:38
Forum: Tips & Tricks, Questions & Answers
Topic: Forum search
Replies: 4
Views: 1049

Re: Forum search

I'm not sure about the whole phrase search. But about the common words question, there is a "Common word threshold" setting in phpBB administration control panel
by ale
20 Feb 2009 15:19
Forum: Tips & Tricks, Questions & Answers
Topic: Future Safe Virtual Folder Syntax
Replies: 19
Views: 4099

Re: Future Safe Virtual Folder Syntax

If I understood correctly, the idea so far is to have a Tags and a Stacks root node in the tree, then we would have a child of Tags for each one of the tags "Blue", "Red", ... seven children if we follow the default configuration. For Stacks instead we have a child for each .dat ...
by ale
20 Feb 2009 14:31
Forum: Tips & Tricks, Questions & Answers
Topic: Question about visual filters
Replies: 4
Views: 1281

Re: Question about visual filters

jjk thanks for the answer, I'm going to use the same solution, I will use the button on the toolbar to toggle the last filter for each tab as needed. I also thought a bit more to a global visual filter and is not as obvious as it might seem, for example a tab might already have another visual filter...
by ale
19 Feb 2009 23:51
Forum: Tips & Tricks, Questions & Answers
Topic: Question about visual filters
Replies: 4
Views: 1281

Question about visual filters

This evening I started using visual filters, I read a bit on the wiki and help file but I would like to ask a thing about this feature. Let's say I know I want to work for a while only with .jpg files as an example. So I discovered it's useful to apply a visual filter like *.jpg Then I may focus ano...