AfterDawn | News | Guides | Software downloads | Tech Support | Forums | HIGH.FI
AfterDawn

Version history for phpDesigner (Portable)

<<Back to software description

Changes for v8.0 - v8.1.1

  • New. PHP Code completion parameter visibility is now extended to show up to 100 variables per function
  • New. PHP Code completion is now extended to show up to 30 rows of the same function name
  • New. Upgraded to jQUery 1.9.1
  • New. Upgraded to jQuery UI 1.10.1
  • New. Upgraded to Dojo 1.8.3
  • New. Upgraded to MooTools 1.4.5
  • New. Upgraded Prototype 1.7.1
  • New. Added support for JavaScript framework AngularJS
  • New. Added support for JavaScript framework Chrome Frame
  • New. Added support for JavaScript framework script_aculo_us
  • New. Added support for JavaScript framework SWFObject
  • New. Added support for JavaScript framework WebFont Loader
  • New. Stripped Javascript framework links for http: and https:
  • New. Notice added to the file association that it must be run with administrator rights
  • New. Run multiple instances of phpDesigner 8 (only available with the portable USB edition)
  • Fix. Background color for Drop Files checkbox
  • Fix. Background color for Insert as a link checkbox
  • Minor fixes and improvements



Changes for v7.2.4 - v8.0

  • New. Support for HTML5
  • New. Support for CSS3
  • New. Support for namespaces in PHP5
  • New. Double-clicking on a variable or word will highlight all instances of this variable or word on the fly
  • New. Selecting a word will highlight all instances of this word on the fly
  • New. Upload opened file to the selected ftp folder with one-click
  • New. Automatic backup opened ftp files to local storage/path
  • New. Jump directly to the project shell menu with ctrl+right-click
  • New. Insert snippet now checks if the same input prompt appears more than one time. If so, the user will only see one prompt.
  • New. Code beautifier for PHP now supports Arrays
  • New. Support for loading last opened files if from an sftp connection
  • New. Support for connect to a SFTP connection with keys
  • New. JavaScript code minifier
  • New. CSS code minifier
  • New. HTML code formatter (with support for JavaScript and CSS)
  • New. Javascript code formatter
  • New. CSS code formatter
  • New. Remote PHP debugging with xDebug
  • New. Added _GET to the code insight for PHP
  • New. Added _POST to the code insight for PHP
  • New. Hierarchy support in new unified todo and bug manager
  • New. Support for scanning projects for todo tags
  • New. Support for scanning projects for bug tags
  • New. New Hyperlink UI
  • New. Added ScreenTip property to the Hyperlink dialog
  • New. Added Tell me more about Hyperlinks
  • New. Opendialog now displays all filetypes in Hyperlink
  • New. Hyperlink dialog optimized for HTML5
  • New. New Image UI
  • New. Added Tell me more about Images
  • New. Image dialog optimized for HTML5
  • New. New Table UI
  • New. Added Tell me more about Tables
  • New. Table dialog optimized for HTML5
  • New. New List UI
  • New. Added Tell me more about Lists
  • New. List dialog optimized for HTML5
  • New. iFrame dialog added
  • New. Added Embed to the HTML menu
  • New. Added HTML5 Video tag to the HTML menu
  • New. Added HTML5 Audio tag to the HTML menu
  • New. Added HTML5 Canvas tag to the HTML menu
  • New. Added HTML5 doctype to the HTML menu
  • New. Added HTML5 Figure tag to the HTML menu
  • New. Added HTML5 Caption tag to the HTML menu
  • New. Added HTML5 Footer tag to the HTML menu
  • New. Added HTML5 Header tag to the HTML menu
  • New. Added HTML5 Navigation tag to the HTML menu
  • New. Added HTML5 Aside tag to the HTML menu
  • New. Added Meta Robots to the HTML menu
  • New. Bookmarks moved to Find menu
  • New. Renamed Style Block to Style
  • New. Renamed Link to CSS to Link to Style
  • New. Renamed @Import CSS File to @Import
  • New. Added font-family Sans Serif
  • New. Added font-family Serif
  • New. Added font-family Monospace
  • New. Added comment tag to the JavaScript menu
  • New. Include file added to the JavaScript menu
  • New. Noscript tag added to the JavaScript menu
  • New. Updated Link to jQuery 1.6.x
  • New. Updated Link to Dojo 1.6
  • New. Updated Link to MooTools 1.3.2
  • New. Form UI dialog
  • New. Texbox UI dialog
  • New. Text field UI dialog
  • New. File upload UI dialog
  • New. Passsword UI dialog
  • New. Button UI dialog
  • New. Radion button UI dialog
  • New. Checkbox UI dialog
  • New. Dropdown UI dialog
  • New. Hidden field UI dialog
  • New. Font dialig optimized for HTML5
  • New. Added command for Git add file
  • New. Added command for Git add folder
  • New. Added command for Git commit
  • New. Added command for Git status
  • New. Added command for Git comitted files
  • New. Added command for Git diff
  • New. Added command for Git view log
  • New. Added command for Git view log with graph
  • New. Added command for Git view log with pagination
  • New. Added command for git delete file
  • New. Added command for git new branch
  • New. Added command for git delete branch
  • New. Added command for git view branches
  • New. Added command for git switch branch
  • New. Added command for git new stash
  • New. Added command for git view stashes
  • New. Added command for git load stash
  • New. Added command for git delete stash
  • New. Added command for git custom command
  • New. Added Highlighter to the menu
  • New. Added filename to Tools > Count
  • New. Added Tools > File Information (file created, last access, modified etc.)
  • New. Search toolbar now highlights all found instances
  • New. Open configuration file php.ini from the Debug menu
  • New. Debug windows added to the Debug menu
  • New. Editor toolbar (code, debug, run, localhost and highlighters)
  • New. Added Custom SVN command
  • New. Option to hide Editor menu
  • New. In Project Files, if filter starts with '?' then search is based on RegExpr like (expression is after '?' char): ?index\.(htm.?|php).
  • New. Directories for Git (.git) and Mercurial (.hg) are now excluded from project and search (For old project everyone who need it must of course add manually these directories to project filter)
  • New. Added Run in Browser to the Debug menu
  • New. Added Cut, Copy and Paste commands to Code Templates
  • New. Added Cut, Copy and Paste commands to Code Snippets
  • New. Added line numbers to the preview windows in Code Beautifier for PHP.
  • New. Tell me more about this tag
  • New. Project sessions now support open and closing last opened project files
  • New. Added filter 'namespace' to the Go to Declaration dialog
  • Fix. Added missing function mysql_set_charset() to code insight for PHP.
  • Fix. Support for restoring bookmarks on open
  • Fix. Bookmarks broken after replace text
  • Fix. Search dialog position on dual screen
  • Fix. Removed duplicated items in code insight for JavaScript
  • Fix. When I enter a curly bracket while editing Javscript, it automatically makes it a set of two curly bracket (()) instead of ().
  • Fix. Matching brackets
  • Fix. Go to declaration dialog with Ctrl+Click
  • Fix. Syntax coloring fix.
  • Fix. Sometimes the background becomes white and you need to go to the Preferences to fix it.
  • Fix. Previously you could open multiple instances of the same sftp file when clicking on it more than once instead of going to the open
  • instance.
  • Fix. Code Explorer for PHP now list variables $var2, $var3 in $var1 = $var2 = $var3 = 'blah';
  • Fix. "when you type a CSS class with ""-"" in the name, the editor put the first class that have ""-""
  • Fix. Code formatter for PHP: elseif doesn't end up on a new line
  • Fix. Code formatter for PHP: keep whitespaces between variables
  • Fix. Code formatter for PHP: Add space before the initial comment
  • Fix. Code formatter for PHP: Space around ->
  • Fix. Code formatter for PHP: When you put a comment after an "if" for example, there will be added an empty line
  • Fix. Code formatter for PHP: Breaks ""continue NNN"" statements
  • Fix. Code formatter for PHP: Normally spaces are put around the & (when referencing), this doesn't work properly in a foreach (with a key)
  • Fix. Code formatter for PHP: 'continue' keyword fix
  • Fix. Only possible to open one instance of the portable edition
  • Fix. Gutter is overwritten when scrolling
  • Fix. Extra character inserted on replace
  • Fix. Tags loses color format when multilple file formats are opened.
  • Fix. Output trim in the Hyperlink dialog
  • Fix. Hyperlink dialog now supports Alt+Tab in Windows 7
  • Fix. Output trim in the Image dialog
  • Fix. Image dialog now supports Alt+Tab in Windows 7
  • Fix. Output trim in the Table dialog
  • Fix. Table dialog now supports Alt+Tab in Windows 7
  • Fix. Output trim in the List dialog
  • Fix. List dialog now supports Alt+Tab in Windows 7
  • Fix. Flash dialog now supports Alt+Tab in Windows 7
  • Fix. Go to dialog now supports Alt+Tab in Windows 7
  • Fix. CSS Selector dialogs now supports Alt+Tab in Windows 7
  • Fix. Windows.Open() dialog now supports Alt+Tab in Windows 7
  • Fix. Form dialog now supports Alt+Tab in Windows 7
  • Fix. Texbox dialog now supports Alt+Tab in Windows 7
  • Fix. File upload dialog now supports Alt+Tab in Windows 7
  • Fix. Password dialog now supports Alt+Tab in Windows 7
  • Fix. Button dialog now supports Alt+Tab in Windows 7
  • Fix. Radion button dialog now supports Alt+Tab in Windows 7
  • Fix. Checkbox dialog now supports Alt+Tab in Windows 7
  • Fix. Dropdown dialog now supports Alt+Tab in Windows 7
  • Fix. Hidden dialog now supports Alt+Tab in Windows 7
  • Fix. Meta dialog now supports Alt+Tab in Windows 7
  • Fix. Colors dialog now supports Alt+Tab in Windows 7
  • Fix. Font dialog now supports Alt+Tab in Windows 7
  • Fix. CSS Media dialog now supports Alt+Tab in Windows 7
  • Fix. CSS Import dialog now supports Alt+Tab in Windows 7
  • Fix. Xdebug Profiler dialog now supports Alt+Tab in Windows 7
  • Fix. Paste text when Code Insight is active
  • Fix. Save button state when switching between documents
  • Fix. Renamed Inline Todo to File Todo
  • Fix. Renamed Inline Bug to File Bug
  • Fix. Link to Javascript file
  • Fix. Although each project can remember the files opened, closing/switching projects doesn't close opened files for the project.
  • Fix. Resize Event Log
  • Fix. Resize Debug Stack
  • Minor fixes and improvements



Changes for v7.2.2 - v7.2.4

  • New. Search and replace dialog is now combined in a tabbed interface
  • New. Themed tile tab now indicates modified files with a red caption
  • New. Rename Class selector to Classes in the Code Explorer
  • New. Rename ID classes to IDs in the Code Explorer
  • New. Hidden by default the todo, bug and search and replace toolpanels (menu View > Tool panels)
  • New. Hidden by default the PHP debugging tool panels (menu View > Tool panels)
  • New. Slovenian language file added
  • New. French language file updated
  • Fix. Meta dialog is now on top
  • Fix. Removed the image preview in the Image dialog (preview is done in the open file dialog)
  • Fix. Updating the search history in the search field on the toolbar when closing the search dialog
  • Fix. Changed the default shortcut for break lines
    to Shift+Enter
  • Minor fixes and improvements
  • New. Count total number of lines (menu Tools)
  • New. Count total number of words
  • New. Count total number of characters
  • New. Count selected number of words
  • New. Count selected number of characters
  • New. Added log svn for current file
  • New. Added – (–) to the Special characters to code
  • New. Added — (—) to the Special characters to code
  • New. Added “ (“) to the Special characters to code
  • New. Added ” (”) to the Special characters to code
  • New. Updated the French language file
  • New. Updated the Czech language file
  • Fixed. Paste Vietnamese text from clipboard
  • Fixed. Linking to Ext JS
  • Fixed. Missing controls in Windows 7 when pressing AltGr
  • Fixed. Selecting included files from the code explorer
  • Fixed. Loading files on up start with an active project
  • Minor fixes and improvements



Changes for v7.2.1 - v7.2.2

  • New. Search has been divided into Find and Replace
  • New. Format toolbar is by default hidden
  • New. Upgraded to PHP 5.3.3
  • New. Upgraded to Xdebug 2.1.05
  • New. Enabled MySQL in PHP
  • New. Added support for aes-192 and aes-256 encryption algorithms (sftp)
  • New. Improved performance of data transferring (sftp)
  • New. Check max opened files (with last used files)
  • New. Upgraded link to jQuery 1.4.2 (latest, uncompressed and compressed)
  • New. Upgraded link to jQuery UI 1.8.4 (latest, uncompressed and compressed)
  • New. Added link to jQuery UI Effects Blind
  • New. Added link to jQuery UI Effects Bounce
  • New. Added link to jQuery UI Effects Clip
  • New. Added link to jQuery UI Effects
  • New. Added link to jQuery UI Effects Drop
  • New. Added link to jQuery UI Effects Explode
  • New. Added link to jQuery UI Effects Fade
  • New. Added link to jQuery UI Effects Fold
  • New. Added link to jQuery UI Effects Highlight
  • New. Added link to jQuery UI Effects Pulsate
  • New. Added link to jQuery UI Effects Scale
  • New. Added link to jQuery UI Effects Shake
  • New. Added link to jQuery UI Effects Slide
  • New. Added link to jQuery UI Effects Transfer
  • New. Added link to jQuery UI Accordio
  • New. Added link to jQuery UI Autocomplete
  • New. Added link to jQuery UI Button
  • New. Added link to jQuery UI Datepicker
  • New. Added link to jQuery UI Dialog
  • New. Added link to jQuery UI Draggable
  • New. Added link to jQuery UI Droppable
  • New. Added link to jQuery UI Mouse
  • New. Added link to jQuery UI Position
  • New. Added link to jQuery UI Progressbar
  • New. Added link to jQuery UI Resizable
  • New. Added link to jQuery UI Selectable
  • New. Added link to jQuery UI Slider
  • New. Added link to jQuery UI Sortable
  • New. Added link to jQuery UI Tabs
  • New. Added link to jQuery UI Widget
  • New. Upgraded link to Ext JS 3.1.0 (uncompressed and compressed)
  • New. Upgraded link to Yahoo! User Interface Library (YUI) 2.8.1 (uncompressed and compressed)
  • New. Upgraded link to Dojo 1.5 (uncompressed and compressed)
  • New. Upgraded link to MooTools 1.2.4 (uncompressed and compressed)
  • New. Upgraded link to Prototype 1.6.1
  • Fixed. Shorten the registration dialog (netbooks)
  • Fixed. Download URL for jQuery
  • Fixed. Removed the shortcut alt+ctrl+o (conflicted with Polish user)
  • Fixed. Shortcut for Duplicate Line
  • Fixed. Added missing attribute to XHTML rel="external"
  • Minor fixes and improvements



<<Back to software description