| View previous topic :: View next topic |
| Author |
Message |
James Dempster Posted via mailing list.
|
Posted: Wed Apr 22, 2009 11:11 am Post subject: Ignore Files |
|
|
Hi All,
I'm trying to make my netbeans faster as it includes quite alot of files right now.
Alot of these files netbeans doesn't need to be aware off.
I'm trying to use the netbeans -> tools -> options -> misc -> files -> files to ignore
My goal is to get netbeans to ignore everything in certain folders I have. As an example I have a folder called editor in scripts. I want netbeans to ignore everything in this folder.
I've tried adding the following regex's none of them seem to work in ignoring the folder.
|^.*\\script\\editor\\.*$
|^.*/script/editor/.*$
Any help pelase.
ps.
I'm using netbeans 6.7M3 on Windows XP
Thanks,
/James |
|
| Back to top |
|
 |
grosser
Joined: 08 May 2009 Posts: 2
|
Posted: Sat Jun 13, 2009 5:23 pm Post subject: |
|
|
i just did the same, but as it seems it only works on per-file basis, so you can only ignore "all folders that are named script" and not something/script
-> ^(script|log|tmp|nbproject)$ |
|
| Back to top |
|
 |
Tomas Mysik Posted via mailing list.
|
Posted: Mon Jun 15, 2009 11:40 am Post subject: Ignore Files |
|
|
Hi,
Dne sobota 13 Ĩervna 2009 19:23:06 grosser napsal(a):
| Quote: | i just did the same, but as it seems it only works on per-file basis, so
you can only ignore "all folders that are named script" and not
something/script
-> ^(script|log|tmp|nbproject)$
|
it's a regular expression [1]; to ignore "something/script" you likely want to
add "something/script/" but hard to say what exactly you want to achieve.
Tomas
[1] http://en.wikipedia.org/wiki/Regular_expression
--
Tomas Mysik
address-removed |
|
| Back to top |
|
 |
rob_v
Joined: 15 May 2009 Posts: 10
|
Posted: Thu Jun 18, 2009 1:02 am Post subject: |
|
|
Just incase you are not good at RegEx - here is a great little site to bookmark!
http://www.txt2re.com/
(not affiliated w/ them at all - just use it often!) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|