PDA

View Full Version : Duvidas


ccmancio
03-Dec-2011, 03:28 AM
Com abrir somente um nivel, ou o proximo nivel em cada uma das pasta do diretorio base (inverso ao "Up One Level") ?
Parece que falta a opção "Down One Level" !!!

Como Incluir uma subpasta de um diretório que esta "Exclude" ?
Parece que falta a opção "Include" !!!

Como desfazer o comando "Actions/Ignore" ?
Parece que falta o comando "Action/Restore" !!!

Aaron
05-Dec-2011, 09:50 AM
Hello,

Down one level can be achieved by right clicking the target and choosing it with "Set as Base Folder"

Include is not currently supported. If it were picked, everything else in the display would immediately disappear. We do have "Include" on our Customer Wishlist. The current workaround is to "Exclude" an item, then go to the Name Filters, and cut/paste the filters from exclude into include.

A Full Refresh will remove the Ignored setting.

translate.google.com
Olá,

Descer um nível pode ser alcançado com o botão direito e escolhendo o alvo com "Definir como Pasta Base"

Incluir não é suportado. Se fosse escolhido, tudo no visor imediatamente desaparecer. Nós temos "Incluir" na nossa lista de desejos do cliente. A solução atual é a de "Excluir" um item, depois vá para os filtros de nome, e cortar / colar os filtros de excluir para incluir.

A atualização completa irá remover a configuração Ignorado.

ccmancio
05-Dec-2011, 10:57 AM
Descer um nível pode ser alcançado com o botão direito e escolhendo o alvo com "Definir como Pasta Base",....

Não funciona, pois eu tenho diversas pastas para abrir só o primeiro nivel, e não uma pasta só .

Ver anexo o que eu tenho, e o que eu desejo que apareça no BC.

e a solução para "Actions/Ignore" ?

Aaron
05-Dec-2011, 03:53 PM
Hello,

Sorry, google translate is not working well. Would you be looking for the "Open Subfolders" command when you right click a folder and want to only expand the items under it?

To undo Actions/Ignore, you can perform a "Full Refresh" or "Ctrl+F5".


translate.google.com
Olá,

Desculpe, Traduz Google não está funcionando bem. Você estaria procurando o "Open subpastas" comando quando você clique direito numa pasta e quer apenas expandir os itens sob ela?

Para desfazer Ações / Ignorar, você pode executar um "Refresh Full" ou "Ctrl + F5".

ccmancio
06-Dec-2011, 06:48 AM
"Open Subfolders" Right click, expand all subfolders of select folder.
I need open one level of all folders (not subfolders) , not other levels.


Full Refresh restore all ignores. I need restore the last ingnore only, not others.

Aaron
09-Dec-2011, 02:40 PM
Hello,

Thanks for the clarification. I believe I understand both requests.

1) Could you go into more detail on the type of folders and files you are comparing? What scenario are you running into where expanding all subfolders at level 1 would be useful?

2) We don't support a Undo Ignore at this time. You would need to perform a full refresh. But expanding our Ignore behavior is on our Customer Wishlist, and I'll add these notes to that entry.

ccmancio
12-Dec-2011, 05:09 AM
Well...
I have many Folder with many Subfolders widt many subfolders and so on....
Whem I click in "Expand all", show all files in all folders, but I need show one subfolder level of all subfolder and programs of based folders.

if Exist :
BaseFolder
'---------SubFolder1
' '-----------SubFolder2
' '-----------File1
'---------SubFolder2
'---------File1

I like to see :
BaseFolder
'---------SubFolder1
'---------SubFolder2
'---------File1

Understood ?

Aaron
12-Dec-2011, 08:52 AM
Hello,

For that, we can use File Name filters. Please replace the text "*.*" in the Filters section of the toolbar with:
-.\*\*\

How does this work for you?

ccmancio
12-Dec-2011, 11:09 AM
almost !!!
Only show files, not folders (in first sub level)!!

But I need one button as "expand all" (expand one leve, for exemple). I dont wil remenber in the future probably.

Aaron
12-Dec-2011, 02:17 PM
Hello,

How about:
-*\*.*;-.\*\*\

Once the filter is properly hiding items you do not want, you can use the Expand All button to see any subitems. With this filter, there would be no subitems. You can expand it to get an additional layer if needed with:
-*\*\*.*;-.\*\*\*\

ccmancio
13-Dec-2011, 03:49 AM
Its ok if I use : -*\*.*\*.*;-.\*\*\*\


thank's
Best regards.

Aaron
13-Dec-2011, 09:02 AM
Hello,

I don't think you want or need the "." in the first section of the first filter?
-.\*\*\*.*;-.\*\*\*\

Looking back, I believe I had a typo in the filter. Sorry about that.

Each should start with -.\ (this is the base level)
Each *\ adds a folder level from the base level.
One ends with *\ (folders), the other ends with *.* (files).