You are here: PSPad forum > English discussion forum > Multi-Search

Multi-Search

Goto Page: Previous1 2 3 4 5 6 Next

#11 Re: Multi-Search

Posted by: maki | Date: 2014-10-03 13:08 | IP: IP Logged

List_of_text_editors

en.wikipedia.org

What tools (NOT ONLY FREEWARE!) For Windows 7 - would be suitable for my needs?
Without the console, Linux, Unix, etc.., And operation on long lists. Where there is no need to use regex and is ready options built into the program?

Editor: Option Import List [Search] and Find all names?? ?

Edited 1 time(s). Last edit at 2014-10-03 13:10 by maki.

Options: Reply | Quote | Up ^


#12 Re: Multi-Search

Posted by: maki | Date: 2014-10-03 13:21 | IP: IP Logged

Support large text ?
Is it finds multiple names at the same time?
NOT REPLACE Only Search

Similar better tool ? ? ?

image
Languages: English, German
Software Cost: Free

Edited 2 time(s). Last edit at 2014-10-03 13:27 by maki.

Options: Reply | Quote | Up ^


#13 Re: Multi-Search

Posted by: pspad | Date: 2014-10-03 15:13 | IP: IP Logged

I think for you will be the best way to learn yourself programming. Then you will be able to write the best tool over the world.
Do you know, why your request are not fulfilled by any existing program? Because your request are totally nonstandard.
If you are only one who came with such request and there is no possibility that such functionality will suit for other users, no developer will add it into complex product.

PSPad offers you scripting capabilities using any languages available for Windows Scripting Host. You can write your search include loading search patterns from list or from existing PSPad window.

Options: Reply | Quote | Up ^


#14 Re: Multi-Search

Posted by: Stefan | Date: 2014-10-03 16:54 | IP: IP Logged

maki:
Oh My God. Patern, Regex, Edit, Search and other... This is a toy for preschooler

Fine. Then it may be the right tool for you, isn't it?

 

If you want to get the work done, you have to learn how the things work.

Quote:
I would like to edit something but many times, quickly

I would like the program to have the option "Load List"

Then you may be at the wrong place here.
Your issue is best done by a script and regex use, or by a specialized tool.
A text editor like PSPad is much to slow for productive workers as you seems to be.

Please see if there (click) is a solution for you.

 

image 

 

 

--
Stefan (pleased user since 1722)
Do you know you can spend Jan a beer? (click here)
Inofficial FAQs + Infos + Special Settings

Edited 1 time(s). Last edit at 2014-10-03 18:11 by Stefan.

Options: Reply | Quote | Up ^


#15 Re: Multi-Search

Posted by: maki | Date: 2014-10-03 21:16 | IP: IP Logged

Stefan - No comment..

Ps. I do not use stupid-ass search engine google.com

Edited 4 time(s). Last edit at 2014-10-03 21:23 by maki.

Options: Reply | Quote | Up ^


#16 Re: Multi-Search

Posted by: maki | Date: 2014-10-03 21:38 | IP: IP Logged

Without regex
Without script

Solved. I have used other better editor smiling smiley 100% work.

Find all names 1 second !!!!! smiling smiley superfast!

image

Edited 1 time(s). Last edit at 2014-10-03 21:42 by maki.

Options: Reply | Quote | Up ^


#17 Re: Multi-Search

Posted by: Stefan | Date: 2014-10-04 08:03 | IP: IP Logged

maki:
Ps. I do not use stupid-ass search engine google.com

Why oh why I guessed that allread?

maki:
Without regex
Without script

Solved. I have used other better editor smiling smiley 100% work.

Find all names 1 second !!!!! smiling smiley superfast!

image

Such Multi-Lines Search Panel will search for one connected block of lines,
not for each line of a set of independent lines.

But I am glad you solved your issue now yourself.
At last you have found the right tool for you and no longer need that stupid PSPad.

image

Options: Reply | Quote | Up ^


#18 Re: Multi-Search

Posted by: pspad | Date: 2014-10-04 09:06 | IP: IP Logged

grinning smiley

Options: Reply | Quote | Up ^


#19 Re: Multi-Search

Posted by: maki | Date: 2014-10-04 18:41 | IP: IP Logged

ISSUE 1:
multiline search and <<<<NOT!!!>>>> replace
because does not need replacement

ISSUE 2:

....\....\hHaAp9876_-98Gh.jpg

Regex not work
^hHaAp9876_-98Gh\.jpg$

Other Regex
[a-zA-Z0-9_-]\.jpg
OR
(.*)\.jpg
is bad because I find all filename jpg files

Edited 3 time(s). Last edit at 2014-10-04 18:49 by maki.

Options: Reply | Quote | Up ^


#20 Re: Multi-Search

Posted by: pspad | Date: 2014-10-04 19:19 | IP: IP Logged

maki:
ISSUE 1:
multiline search and <<<<NOT!!!>>>> replace
because does not need replacement

So don't use replace. I hope you are able to call find dialog only instead of Find/Replace dialog

maki:
ISSUE 2:

....\....\hHaAp9876_-98Gh.jpg

Regex not work
^hHaAp9876_-98Gh\.jpg$

It doesn't work, cause you didn't read anything about reg expression. You don't know there are some control (or system) chars. Such chars need to be escaped with '\' char.
Your regular expression doesn't work from 2 reasons:

1. ^hHaAp9876_-98Gh\.jpg$
looks for hHaAp9876_-98Gh from the begin of line, but you have path before the name
2. you need to escape char '-'

Working regular expression can looks like this:
^.*hHaAp9876_\-98Gh\.jpg$

Edited 1 time(s). Last edit at 2014-10-04 19:20 by pspad.

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 5 6 Next





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR