[TC8.0ß24] Ignore List

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
rblock
Junior Member
Junior Member
Posts: 21
Joined: 2010-04-08, 09:27 UTC
Location: Nürnberg
Contact:

[TC8.0ß24] Ignore List

Post by *rblock »

Hi,

I added two different folders to the ignore list but they are still displayed.

I do have screenshots of it but it's a pity that there is no possibility to upload it over here. :-( An URL is not possible. :cry:

Sighing greetings

Reiner
Last edited by rblock on 2012-04-12, 09:28 UTC, edited 1 time in total.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You may write URL to screenshot with extra space (http ://bla-bla.com/img/image.png). :wink:

Are you sure your ignore list file have been saved? Maybe you have no write permissions for that file?
User avatar
rblock
Junior Member
Junior Member
Posts: 21
Joined: 2010-04-08, 09:27 UTC
Location: Nürnberg
Contact:

Post by *rblock »

Sorry, but I'm a Software engineer for more than 20 years and I think that such simple things I already can handle. :wink:
User avatar
karlchen
Power Member
Power Member
Posts: 4605
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Re: Ignore List

Post by *karlchen »

Hello, Reiner.
I added two different folders to the ignore list but they are still displayed.
Would you mind posting your ignore list file here and explain which entries in the ignore list file are the ones that T.C. does not honour?
I do have screenshots of it but it's a pity that there is no possibility to upload it over here. :-( An URL is not possible. :cry:
I do not understand why you should not be able to upload the screenshot to e.g. www.abload.de and post the link to the screenshot file here. Have done so many times. No problem.

One more thing:
You posted your report in the T.C. 8.0 beta bug sub-forum. Therefore it would be nice to let us know which T.C. 8.0 beta version it is which you suspect of ignoring the ignore list.

Kind regards,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 11.50 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
User avatar
rblock
Junior Member
Junior Member
Posts: 21
Joined: 2010-04-08, 09:27 UTC
Location: Nürnberg
Contact:

Post by *rblock »

I don't know www.abload.de because normally I don't need it. :wink:

I changed the title of the thread to show the version of TC. :)

Here is the ignore list:

Code: Select all

$RECYCLE.BIN
System Volume Information
RECYCLER
.organizer
.svn
d:\Entwicklung\Projekte\Siemens\IC\3P\Dokumentation\DataModel\Model\"3P Data Model (Oracle SQL Data Modeler) - 20120405"\
d:\Entwicklung\Projekte\Siemens\IC\3P\Dokumentation\DataModel\"DDL Script"\log\
*\log\
The first entries are working fine but the last not. I already tried some different possibilities but nothing worked as expected. :(


Evaluating greetings

Reiner
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Maybe you shouldn't use double quotes in the middle of paths? Try to open folder and simply copy its path and then paste it into ignore list.

Or maybe some problem with Unicode characters...
ordan
Junior Member
Junior Member
Posts: 7
Joined: 2009-07-10, 12:05 UTC

Post by *ordan »

MVV wrote:Maybe you shouldn't use double quotes in the middle of paths? Try to open folder and simply copy its path and then paste it into ignore list.

Or maybe some problem with Unicode characters...
Hi,
MVV is right.

your file looks like this:

Code: Select all

$RECYCLE.BIN 
System Volume Information 
RECYCLER 
.organizer 
.svn 
d:\Entwicklung\Projekte\Siemens\IC\3P\Dokumentation\DataModel\Model\3P Data Model (Oracle SQL Data Modeler) - 20120405"
log

line "d:\Entwicklung\Projekte\Siemens\IC\3P\Dokumentation\DataModel\DDL Script\log" is not necessary because log will exclude it as well
User avatar
rblock
Junior Member
Junior Member
Posts: 21
Joined: 2010-04-08, 09:27 UTC
Location: Nürnberg
Contact:

Post by *rblock »

This using with double quotes is as described in the help. I was astonished by myself too, because that just a single path between the backslashes has to be enclosed when it holds blanks.

The file I tried as UTF8 and ASCII but both failed. :(

I'd like to debug this part of the software to search for the problem by myself. :)


Investigating greetings

Reiner
User avatar
HolgerK
Power Member
Power Member
Posts: 5409
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

rblock wrote:
...
*\log\
The first entries are working fine but the last not. I already tried some different possibilities but nothing worked as expected.
Wildcards are only allowed in the last level of the path e.g.:
SomeDir\Debug*\

But log\ as relative path should do the same in your case.

Edit:
I was astonished by myself too, because that just a single path between the backslashes has to be enclosed when it holds blanks.
Afaik the quotes are only necessary if you combine spaces together with wildcards in one line.

Regards
Holger
User avatar
rblock
Junior Member
Junior Member
Posts: 21
Joined: 2010-04-08, 09:27 UTC
Location: Nürnberg
Contact:

Post by *rblock »

Hi,

the hint with log\ was great! This part now works. :)

It tried the following statement too.

3P Data Model (Oracle SQL Data Modeler) - 20120405\

And it works too. :)

Perhaps for some people it would be more easy to use Regular Expressions, what whould be much more flexible. And in the software it would be just necessary to take this expression as a filter too. Normally in almost every programming language library must be a (static) class that executes RegEx, isn't it? :)

Thankfull greetings

Reiner
Post Reply