
We are using the built-in search functionality to search in an Actipro syntaxeditor. When trying to do a Regular Expression search the space ' ' character is not treated as expected.
For example in the Sample Browser in the sample "Search - Find Results", when i use pattern "public class" ( without the quotes ) it doesn't find any results. When I use "public\sclass" it does find the expected part of the file.
It seams the Actipro component is using the IgnorePatternWhitespace regex option. Is it possible to change this behavior?