Search found 4 matches

by Julian Shen
Fri Aug 17, 2018 2:18 pm
Forum: TextCrawler
Topic: A Find recent list bug in different case
Replies: 2
Views: 12112

A Find recent list bug in different case

Hello,

I found a bug about recent string of Combo Box in different case in function Find and Replace, maybe another.

You can reappear it by following steps:

1. Search a string first, for example "ddos" with full lower case, and it would be remembered in recent list of Find Combo Box.
https://i ...
by Julian Shen
Mon Dec 15, 2014 1:33 am
Forum: Regular Expressions (Archived)
Topic: How to replace with variable length characters?
Replies: 2
Views: 13639

Re: How to replace with variable length characters?

Oh, it's work! Thank you.

So, this is put the variable length condition in pattern parameter parts of (?<=) , just a nested sub-condition. I thought this parameter of pattern must be a fix value before.

Thank you very much for your help.

Julian.
by Julian Shen
Fri Dec 12, 2014 2:27 am
Forum: Regular Expressions (Archived)
Topic: How to replace with variable length characters?
Replies: 2
Views: 13639

How to replace with variable length characters?

Ex: replace o to 0 in context.

I have some original context like this:

1o, 2o, 3oo, 5oo, 2ooo, 35oo, 2ooooo-43oooo, Book, look, other, etc.

It's numeric 0 has been set to o in context, so I need to restore character o to 0 after numeric character 1-9, but I can not replace all o to 0 directly ...
by Julian Shen
Fri Oct 31, 2014 4:03 am
Forum: TextCrawler
Topic: TextCrawler Pro 3.02 Bug report: Additional Command Line var
Replies: 2
Views: 13425

TextCrawler Pro 3.02 Bug report: Additional Command Line var

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 ...