Limit open/find ressource scope

Here should go questions about transforming XML with XSLT and FOP.
Oleksii
Posts: 84
Joined: Wed Jul 19, 2017 6:04 pm
Location: Austria
Contact:

Limit open/find ressource scope

Post by Oleksii »

Dear team,

Currently, the "open/find resource" feature (https://www.oxygenxml.com/doc/versions/ ... Cressource) searches all files within the scope of the XPR project. However, I need to limit this scope. I tried adjusting the "Change Search and Refactor operations scope" preference on the project level, where I defined working sets within which I want to perform searches. However, it seems that these two features are not connected with each other.
Is there any possibility to achieve my goal?

<oXygen/> XML Editor 26.0, build 2024012406
Kind regards,
Oleksii Sapov-Erlinger
sorin_carbunaru
Posts: 402
Joined: Mon May 09, 2016 9:37 am

Re: Limit open/find ressource scope

Post by sorin_carbunaru »

Hi,

Yes, I think those 2 features are indeed not connected. You could try going to the Options menu > Preferences > Open/Find Resource page and adjust the settings from there.

Cheers,
Sorin Carbunaru
Oxygen XML Editor
Oleksii
Posts: 84
Joined: Wed Jul 19, 2017 6:04 pm
Location: Austria
Contact:

Re: Limit open/find ressource scope

Post by Oleksii »

If I need to exclude a drive completely, is it correct to add

Code: Select all

K:/**/*
(on Windows) to the "ignore these files" option?

Code: Select all

*.tmp, *.temp, *.bak, *.fo, *~, */.*, */temp/*, */out/*, K:/**/*, L:/**/*
Currently, the indexing lasts already for ~1 hour (260K items), so it seems that the drives are still indexed.
Kind regards,
Oleksii Sapov-Erlinger
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Limit open/find ressource scope

Post by Radu »

HI Oleksii,

I would probably use something like this:

Code: Select all

*C:/*
so add a wildcard also at the beginning, this seemed to work for me.
Or in the Preferences->Open/Find Resource page check the "Only index files indexed in the DITA Map as resource only".

Or of course avoid adding your entire drive in the Project :)

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply