Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] regex for the directory is not working

Hi Hari,

I'm not quite sure what the problem might be here.  If you have done something like what I did in the demo, you shouldn't have any problem seeing the NAMES of all files/directories in your home simply by changing the regex to include 'd' at the beginning of the line.  I just tried it by adding a sub-directory to the remote directory I used to show the remote input files.

It doesn't seem like you're asking here to be able to navigate the directories recursively.  A simple combo box won't do that for you.

However, why not use the browse widget instead?  Set it so that it does not limit you to directories.  

I believe I posted some further browse examples in the miscellaneous example xml in one of the two .zip files on the wiki.

Al
----- Hari Krishnan <hkrish4@xxxxxxxxxxx> wrote:
> Hi,
>   In my resource manager start-up command, I wish to display all the  
> files/folders in my root directory using ls command in the combo box and 
> I have the regular expression that picks both the files/folders. But I 
> get to see just files not folders in the combo box. I need suggestion 
> regarding solving this problem
> 
> Cheers
> Hari
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> 



Back to the top