
|
Home > Tips TipsHow to speed up debugging sessions?Usually when a debug session execute really slowly it's related to the fact that the IDE is displaying several notice or strict messages. You can switch this behavior off to speed up the debug session in the preference dialog. Using Actions to Increase ProductivityActions make PHPEdit extremely customizable. You can create actions that are calling PHPEdit commands. You ever think of when you want to save a file and have code beautifier cycle through it, upload it through FTP or commit it to subversion/svn? Handling special file extensionIf your projects use special file extension for PHP documents (.module for example) you will need to explain PHPEdit this to be able to debug. PHPEdit Debugging Browser integrationThe Firefox Xdebug Toolbar of PHPEdit helps you to debug your scripts on your server. You can easily turn on debugging or profiling for each request, or just for some special ones. Adding Zend Framework supportPHPEdit supports almost all framework within Code Hint and Code Insight. You simply need to configure PHPEdit the right way. PHPEdit mobile using an USB stickPHPEdit can be installed directly on a USB stick, but the problem is that PHPEdit's settings are stored in the user's profile directory. So to have these settings put in the USB stick, you have to tell PHPEdit what directory to use. Advanced CutIf you press Ctrl+X without any selection, PHPEdit will first select the word near your caret and the cut it to the clipboard. Duplicate current lineYou can duplicate current line using Ctrl+D Advanced PasteTo replace word where your caret is without selecting it first, you can use Ctrl+B instead of the classical usage of the mouse to select the part to replace and paste action. Advanced CopyIf you press Ctrl+C without any selection, PHPEdit will first select the word near your caret and the copy it to the clipboard. Got one? Create it now. View the most popular tips.
|
||||||||||||
|
PHPEdit User Community, © 2008 WaterProof SARL
|
||||||||||||