Monday, March 1, 2010
PHP Designer 2007 Professional v5.4
phpDesigner 2007 Professional is a powerful PHP Integrated Development Environment (IDE) for both beginners and professional developers that enhances the process of editing, analyzing and publishing applications and websites powered by PHP and other web languages. Boost your productivity and simplify complex coding projects through an intelligent set of editing tools that includes full support for PHP 5.2, syntax highlighters, intelligent nested code completion, code tips that are displayed as you type, a project manager, code snippets, large built-in code-libraries, bracket/tag highlighting (matched and unmatched), and numerous tools and wizards to speed up your development. The strength of PHP lies in its ability to embed it into, and together with, other web languages and technologies. Therefore, PHP Designer 2007 not only supports PHP, but also other web languages such as HTML, MySQL, XML, CSS, JavaScript, VBScript, Java, C#, Perl, Python and Ruby! Support for WAMP/LAMP and AJAX developers is provided through intelligent syntax highlighting that automatically switches between syntax highlighters for PHP, HTML, CSS, and JavaScript depending on your position in the document, and dims the rest of the code! Getting detailed information about more than 3000 native PHP functions on the fly makes the learning curve for PHP as easy and short as possible. Jump to any declaration in both source and project files with filtering by class, interface, function, variable or constant. Easily document your code with phpDocumentor, the standard documentation tool for the PHP language, with the built-in phpDocumentor Wizard. The philosophy behind phpDesigner 2007 Professional is that it be enjoyable to use for hours and hours for both beginners and professional developers through an easy-to-use, intuitive, customizable and tabbed interface. The professional edition is for any commercial, business, educational, institutional or governmental purpose! What's New? Version 5.4 June 26, 2007 - New. Intuitive user-interface plus a new office 2007 theme - New. Better performance - New. Live syntax check for PHP - New. Live syntax check for HTML and CSS - New. Project Manager with support for regular expression, excluding/including directories/files and localhost - New. Mark active project on the Getting Started page and in the menu - New. List all available projects in the menu - New. Customizable shortcuts and toolbars - New. Highlight matching if/else - New. ToDo manager (visual presentation) - New. Customizable prefix for inline todo/bug - New. Change the user path for the placement of snippets, templates, todo etc. - New. Support for TortoiseSVN commands (add, commit, update, merge and revert) - New. Support for different ANSI encodings (ISO/Windows) ISO 8859-1 Latin 1 Western European, ISO 8859-2 Central European, ISO 8859-3 Latin 3, ISO 8859-4 Baltic, ISO 8859-5 Cyrillic, ISO 8859-6 Arabic, ISO 8859-7 Greek, ISO 8859-8 Hebrew, ISO 8859-9 Turkish, ISO 8859-13 Estonian, ISO 8859-15 Latin 9, Windows-1250 Central European, Windows-1251 Cyrillic, Windows 1252 Western European, Windows-1253 Greek, Windows-1254 Turkish, Windows-1255 Hebrew, Windows-1256 Arabic, Windows-1257 Baltic and Windows-1258 Vietnamese - New. Support for embedded PHP syntax highlighting in CSS and JavaScript - New. Support for syntax highlighting when editing templates and snippets - New. Customize the default PHP template (new file) - New. Support for changing the style for matching brackets/braces - New. Support for changing the font in the gutter - New. Delete line and end of line - New. Toolbars can now be docked in left, right and bottom position - New. Export the todo, snippets, templates and database connections to XML/CSV - New. Save column-width, sort-type and direction in the file/project browser - New. Distributed with PHP, PhpDocumentor and the PHP Manual - Fixed. File encoding/formats - Fixed. Selecting non-latin words/chars on double-click - Fixed. Selecting text when using the left gutter - Fixed. Selecting declarations when the file is not opened - Fixed. Search again in the search toolbar (F3) - Fixed. FTP re-connection - Fixed. Opening .gif images in the image dialog - Fixed. The templates in the tool-panel is now always active - Minor fixes and enhancements Features Syntax Highlighters * Intelligent Highlighter that automatically switch between PHP, HTML, CSS, and JavaScript depending on your position! * PHP (both version 4 and 5 are supported) * SQL (MySQL, MSSQL 2000, MSSQL 7, Ingres, Interbase 6, Oracle, Sybase) * HTML/XHTML * CSS (both version 1 and 2.1 are supported) * JavaScript * VBScript * Java * C# * Perl * Python * Ruby Intelligent and Advanced Editing * PHP code explorer shows all classes, extended classes, interfaces, properties, functions, constants and variables * Intelligent code suggestions for PHP with full support for PHP 5.2, nested objects and object-oriented programming! * Intelligent code suggestions for HTML/XHTML * Intelligent code suggestions for CSS (both version 1 and 2.1 are supported) * Intelligent code tip are displayed as you type, it shows you description, arguments and returning values for typed PHP functions including what version its available in! * Highlight (un)matching brackets/tags * Select or jump to matching brackets/tags * Automatic indent or close brackets * Jump to any declaration with filtering by classes, interfaces, functions, variables or constants * Auto completions and corrections * Bookmarks (1-9) * Search and replace in multiple files with support for highlighting search results and regular expression * Drag-n-drop text and files are supported * Advanced printing options Project and File Management * PHP Code explorer shows all classes, extends, interfaces, properties, functions, constants and variables in the project * Jump to any declaration in project files with filtering by classes, interfaces, functions, variables or constants * Framework support * Integration with 3rd party tools like Tortoise SVN or Tortoise CVS in the file and project browser PHP * Support for both PHP 4 and PHP 5 * Support for PHP heredoc * Enclose strings with single- or double quotes, linefeed, carriage return or tabs * PHP server variables * PHP statement templates (if, else, then, while