PhpShortNotation - plugin detail
Converts php arrays and echo statements to short notation

Plugin owner: |
Freon |
Website: |
|
Added: |
2013-10-11 |
License: |
GPLv3 |
Category: |
Refactoring |
Downloaded: |
1,694 times |
Rating: |
|
Plugin Log |
Show log
2013-11-15 11:38:54 | Freon | Plugin edited, id:50959, pubid:50959 | 2013-11-15 11:38:54 | Freon | Plugin edit initiated | 2013-11-15 11:38:19 | Freon | Plugin edited, id:50959, pubid:50959 | 2013-11-15 11:38:19 | Freon | Plugin edit initiated | 2013-11-15 11:36:19 | Freon | Plugin edited, id:50959, pubid:50959 | 2013-11-15 11:36:19 | Freon | Plugin edit initiated | 2013-11-15 11:34:24 | Freon | Binary successfully saved 1384533264_freon-phpnotation.nbm, binary_id: 2708, version: 7.4 | 2013-11-15 11:34:24 | Freon | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/freon-phpnotation.nbm | 2013-11-15 11:34:24 | Freon | Uploading new binary for version 7.4 | 2013-11-12 06:28:49 | Freon | Binary successfully saved 1384255729_freon-phpnotation.nbm, binary_id: 2708, version: 7.4 | 2013-11-12 06:28:49 | Freon | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/freon-phpnotation.nbm | 2013-11-12 06:28:49 | Freon | Uploading new binary for version 7.4 | 2013-11-12 06:27:40 | Freon | Binary successfully saved 1384255660_freon-phpnotation.nbm, binary_id: 2772, version: 7.3 | 2013-11-12 06:27:40 | Freon | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/freon-phpnotation.nbm | 2013-11-12 06:27:39 | Freon | Uploading new binary for version 7.3 | 2013-10-17 03:25:37 | Freon | Plugin edited, id:50959, pubid:50959 | 2013-10-17 03:25:37 | Freon | Plugin edit initiated | 2013-10-14 03:32:07 | jkovalsky | Plugin published | 2013-10-11 07:22:13 | Freon | Plugin saved with .nbm/zip file; id: 50959 |
|
|
Versions available
|
Download size: 0.03 MB
|
Last Update: 2013-11-15
|
What's new in this version
1.0.3
* fixed a bug with array replacement and ) in strings
1.0.2
* fixed a bug with the echo replacement
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
This plugin adds a button and a keyboard shortcut (Ctrl+D) that convert php arrays and echo statements in the current file to the short notation.
Examples:
array() becomes []
<?php echo 7 ?> becomes <?= 7 ?>
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.
|