Thanks Pierre for all the work on Spyder - v2.0 is looking quite polished now.
I'm a long time IPython/Notepad++ (Windows) user so the new IPython shell is a much anticipated / very welcome addition. The text editor also seems pretty decent at the moment and it's much nicer being able to F9 a selection of code rather than manually copying & pasting. One feature I use all the time in Notepad++ is the regex search & replace. In Spyder I see it has a regex search based on the Python syntax (which is more functional/powerful than Notepad++'s regex) however I'm not sure how (or if it's possible) to use groupings in the replace? e.g. in Notepad++ the first group is denoted by \1, the second by \2 etc. so that find = "(x =)\s*\d+" replace = "\1 23" will change "x = 10" into "x = 23". Is it possible to do this somehow? If so is this feature documented anywhere? Thanks, Dave -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
