You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0" encoding="UTF-8"?><plugins><pluginNames><pluginName md5="ad32f0f59e70823de864387f65debcea" name="NppExport" comment="unicode 0.2.8"/><pluginName md5="48ae59abb0224ecc252d35e953ce0496" name="NppExport" comment="ansi 0.2.8"/></pluginNames><plugin name="ACCPC"><unicodeVersion>1.4</unicodeVersion><description>This plugin implements code completion for custom PHP classes in Notepad++. Keep an overview over your classes' attributes & methods in a nice popup!\n\nA popup window appears after typing the "->" or "::" behind a class or an instantiated object variable which displays all attributes and methods of it's class. As soon as the popup appears you can type in the name of the method or attribute you are looking for and the plugin will select it in the list automatically. Hitting [return] or double clicking the entry will insert the name of the property to your script. Additionally, there is a list with all classes and their properties in a dockable window. Double clicking this entries opens their file & jumps right to the declaration. The list offers a quick search function also.</description><author>Stanislav Eckert</author><homepage>https://sourceforge.net/projects/accpc/</homepage><sourceUrl>https://sourceforge.net/p/accpc/code/HEAD/tree/</sourceUrl><latestUpdate>20.02.2015 (v1.4)\n- Autocompletion popup didn't opened when cursor caret was at the very last position in document\n- Fixed "Unknown exception" when starting Notepad++ if PHP Class Inspector docking window wasn't opened at least once\n- Fixed "Unknown exception" when deactivating plugin through settings dialog if PHP Class Inspector docking window wasn't opened at least once\n- Added experimental support for "var" keyword for class attributes\n- Timeout for autocomletion search while typing can be set in the settings (from 0.5 sec up to 3 sec)\n- Updated email address and added third party code authors in about dialog\n- Updated internal code to XE 7\n- Small text corrections\n\n16.04.2014 (v1.3)\n- Class constants and static attributes / methods can now be accessed by the "::" operator and are not visible in the popup for "->" operator anymore\n- When parsing large directories takes too much time (> 5 sec.), a popup will be shown with the message "Please wait..." and a progress bar to indicate the process status\n- New optional docking window which shows all available classes and their properties. Double click on attributes and methods opens the corresponsing file and jumps to the declaration. Also a search function included.\n- Toolbar Button for PHP class inspector added\n- Autocompletion popup can now be closed with the BACK and DELETE keys too\n- Entries in autocompletion popup are shown with colored icons at left side instead with #, +, -\n- Message handling in background optimized\n- Small optimization in GetCurrentPHPClass()\n- Bugfix: Comments, strings and non PHP data are removed prior calling GetCurrentPHPClass() now too\n- Bugfix: Crash in UTF8UnicodePos() under some conditions\n- Bugfix: Autocompletion starts only if full operator entered (previously it was triggered by char '>' but popup then didn't showed up)\n- Bugfix: Classes which are temporarily defined in Notepad++ but not saved in a file are not saved in the internal structure on shutdown anymore and are removed on each parsing too\n- Bugfix: Parsed files are loaded with correct encoding now\n- Some code cleanup\n\n08.03.2014 (v1.2.3)\n- Parameters with type casts in methods are not showed with "$" in popup anymore\n- Attributes and methods of following right-to-left languages are displayed as right-to-left: Arabic, Hebrew\n- Under certain conditions the autocompletion popup didn't showed up\n- Support for unicode characters insertion from popup\n- Files in PHP root directory will be re-scanned when it is changed (previously this happened only when clicking the "..." button)\n- Code improvements\n- Code cleanup\n\n28.02.2014 (v1.2.2)\n- Parsing performance dramatically increased\n- Fixed memory leak in ListFiles()\n- Checksum DB of parsed files is now saved and loaded (increases performan
|