simonsteele / pn

Programmer's Notepad
374 stars 116 forks source link

Find in Files Multiple File Types Seperators #73

Closed simonsteele closed 9 years ago

simonsteele commented 9 years ago

Original issue 44 created by simonsteele on 2008-04-22T13:02:12.000Z:

What steps will reproduce the problem?

  1. Try to search in ".cpp; .h"

What is the expected output? What do you see instead? Expect to see result from .cpp and .h files, but this doesn't work.

The format seems to expect no spaces and only accepts semicolons as a separator. This should be changed to trim spaces and accept more separators.

simonsteele commented 9 years ago

Comment #1 originally posted by simonsteele on 2008-04-28T21:52:53.000Z:

Fixed for the next release.