|
Hi,
A few times I needed to find&replace some values in the data grid, so I'm thinking about implementing this feature. The current Find&replace dialog would work differently depending on focus, just like "copy" and other functions work. If SQL editor has focus, it would find&replace in sql editor. If data grid has focus, it would find&replace in grid. If not all data has been fetched it could prompt to fetch more or just find&replace in loaded data. What do you think? -- Milan Babuskov http://www.guacosoft.com ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Flamerobin-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/flamerobin-devel |
|
o The find and replace is all in transaction.
o That this would work on text blobs. I admit that I'd be tempted to still use a 'select all that matches', and then write a procedure to select and make changes. This procedure outputs the before and after text, plus unique id. so i end up with data for a reverse/undo script.
so one extra wish: - So how hard to produce a list of changes for a potential undo script? On 16 January 2012 15:37, Milan Babuskov <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Flamerobin-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/flamerobin-devel |
| Powered by Nabble | Edit this page |
