Page 1 of 1

TextCrawler Pro 3.02 Bug report: Additional Command Line var

Posted: Fri Oct 31, 2014 4:03 am
by Julian Shen
In Setting Options - External Programs -> Open Using Specified Application options -> Additional Command Line Parameters, TextCrawler provide two variables [File] and [Line] for call external editor, but the variable [Line] may have a bug, it seems like always been set to 0.

I use EmEditor and set the Additional Command Line Parameters to "[File] /l [Line]", and I run TextCrawler, find a tag then run associate, but it run editor and open current file and go to line 1, not founded tag's line.

When I use two samples of command line Parameters in TextCrawler's Manual like below:

Notepad++
[File] -n[Line]

NotePad2
/g [Line] [File]

It's also run editor and go into line 1 too.

Image

At last, when I change Additional Command Line Parameters to "[Line]" and run the associate, the editor open a new empty file which names "0". So I thing the variable [Line] must be set to a fixed value 0.

Image

Please fixed this bug ASAP.

Julian Shen.

Re: TextCrawler Pro 3.02 Bug report: Additional Command Line

Posted: Wed Nov 05, 2014 3:08 pm
by DigitalVolcano
I've tracked down this bug. It sends the line number as zero to the external program when the search was done in "Process line by line" mode or "Limit to lines" mode. In "Read entire file" with "Process line by line" unchecked the line number is sent correctly.

I'll get this fixed in v3.0.3. Thanks for reporting!

Re: TextCrawler Pro 3.02 Bug report: Additional Command Line

Posted: Thu Nov 20, 2014 12:00 pm
by DigitalVolcano
This is now fixed in v3.0.3.