In my project sometimes i get some emty lines with tabs or tabs, spaces after text For example:
for ($i=0; $i < ; $i++) { // ↑line with tab(s) //this is a line with space at the end }
So i made the regexp: (^[\t| ]+[\n]|[\t| ]+$) Strange result is that it works when ⌘-f But when pressing ⌘⇧-f it doesn't search (or won't find anything) Am i doing something wrong?
Regards Jasper
On 12/14/09 7:58 AM, in article F7279784-87DA-43B0-BA56-1AE22536B9EA@logt.nu, "Jasper van der Meulen" jasper@logt.nu wrote:
So i made the regexp: (^[\t| ]+[\n]|[\t| ]+$)
Strange result is that it works
when ⌘-f
But when pressing ⌘⇧-f it doesn't search (or won't find anything) Am
i doing something wrong?
Works fine here. Make sure you are actually *in* a project before pressing shift-command-f (and that regular expression is checked). m.