- Contributors: kdmurthy
- Donate link: http://wp-pde.jaliansystems.com
- Tags: widgets, pde, development environment, actions, hooks, types, menu pages, metaboxes
- Requires at least: 3.3
- Tested up to: 3.3.1
- Stable tag: 0.9
A development environment for creating plugins with support for widgets, actions and hooks.
WpPDE is a development environment for WordPress. You can create your own plugins and maintain them using WpPDE.
WpPDE allows you to create plugins that contain:
- Widgets
- Actions
- Hooks
WpPDE integrates with Ace editor to provide a productive development environment.
WpPDE also facilitate easy creation of readme files for your plugins.
- WpPDE - Plugin Development Environment - Official home page
- WpPDE - User Guide - Documentation for WpPDE plugin
- WpPDE - Tutorials - Selected screencasts demonstrating the functionality.
Use the Plugin Elements box to add different type of items to your plugin. You can add:
- Actions
- Filters
- Widgets (More on this in the next section)
Once a widget element is added to the plugin, you can configure it in the GUI. You can also add
form elements to the widget. WpPDE automatically creates the widget form for you including saving of the widget
data. You just need to provide the display code (corresponding to widget()
method).
You can various kinds of form elements to the widget. These include:
- Labels (with various styles)
- Checkbox
- Text
- Text Area
- Radio
- Dropdown lists
You can also hide/unhide dependent elements using the value of the selected item for checkbox, radio and dropdown items.
You can add external files (javascript, css, PHP etc.) to your plugin using the External Files
box. WpPDE even lets
you enqueue(or require) the files automatically.
WpPDE can generate readme files (in standard wordpress readme format or markdown format for github). Provide the
information in About the Plugin
box and let WpPDE generate the files for you.
You can change the editor options using the Editor Options
box.
- Upload
wp-pde
to the plugins folder. - Activate the plugin through the 'Plugins' menu in WordPress
- Added plugin selection for exporting a plugin project.
- BugFix: shortcode (<?php) in pde-form-walker.php
- Added delay_for_export() for post/page/metabox creation for making export work properly.
- Markup is structured better.
- Updated default styles for widget.
- Full screen editor support (use Command/Control+Enter to switch the editor mode)
- Compatibility changes for Wordpress 3.4 beta 2
- Updated help files.
- Added support for date and color pickers
- Binary file uploads works properly now.
- If a binary file is selected for edit, an error message is shown.
- Duplicate files are not allowed for uploading.
- Unneeded message in duplicate project.
- Changed references to marathontesting.com to wp-pde.jaliansystems.com
- Updated/corrected links to WpPDE site in online help.
- Fixed issue with description_html_escape being wrongly set to display_when variable.
- Widget Parameters: removed description_html_escape field. Not used in for this field.
- Widget#update should not be using default values.
- When giving options for radio and dropdown, the options can be enclosed in '"' so that a ',' can be escaped if required.
- Fixed display of colon at the end of an empty title.
- Added return statement to 'filter' plugin item.
- Delinked message-area from the static messages when the plugin is refreshed.
- Fixed: radio button css
- Escaping quotes in titles, descriptions.
- About metabox - used esc_attr at some places.
- First release
- First release