Here are a few of mine: - Debugger: in the method you are debugging, you can right click on any line of code and select "Run to cursor" -- easier than setting a breakpoint.
- Debugger: Execute commands, not just evaluate expressions. One very useful one -- type SET TEXT TO PASTEBOARD (Json stringify($oObject)) to get an object's text into the clipboard (and then on to http://json.parser.online.fr <http://json.parser.online.fr/>... super useful web site for examining objects). - Find in design: In the Find Results window, you can click on the gear icon and select "Replace in content"... you can replace your find string with something else -- super easy to do bulk replacements in the code such as creating a wrapper. - Explorer: Right click on a method and select Rename. It will rename all occurrences of that method in the code (except when referenced as a string parameter, i.e. in an EXECUTE FORMULA or New Process). ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

