PocketMine-IDE/README.md

58 lines
1.1 KiB
Markdown
Raw Normal View History

2017-04-30 16:08:58 +00:00
# PocketMine-IDE
2017-06-28 09:15:35 +00:00
Add all pocketmine functions & classes from a src.
2017-04-30 16:08:58 +00:00
## Features
1. Allows an automatic class completion.
2. Allows an automatic accessible function completion.
2017-06-28 09:17:13 +00:00
3. Allows an automatic properties and Constant completions
2017-04-30 16:08:58 +00:00
## Requirements
None
## Extension Settings
Set the library/pocketmine path (must not be compiled as .phar) in the settings and reload using command "Index PHP files".
This will include and parse the new library
## Known Issues
None so far
## Release Notes
2017-05-01 08:32:28 +00:00
2017-11-16 21:43:56 +00:00
## 0.0.6
Fixing backslash path on Windows related bugs.
## 0.0.5
Fixing most major bugs
2017-06-28 09:15:35 +00:00
## 0.0.4
Rewriting original extension from (almost) stratch providing an easier reading.
Introducing Properties (class properties, static properties and constants).
Fixed anyoing method duplication.
## 0.0.3
Fixed bugs on Windows
Fixed bug with autocompleting class not carring about uses.
2017-05-01 08:32:28 +00:00
## 0.0.2
Fixing compatibility bug with original extension.
2017-04-30 16:08:58 +00:00
## 0.0.1
Initial release.
## Links
-----------------------------------------------------------------------------------------------------------