Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix session restoring crash * Fix syntax loading crash * fix: need to double close skeditor with session restore * update libs * fix: code parser yml crash and wrong section end * Add real-time code parsing experiment * fix: syntax crash * Added proper indentation pasting (#43) * Added proper indentation pasting (#16) * Added config option for paste indent + reworked bindings for settings * Change auto-indent paste option order in the settings * correct auto-indent option translation * Bump version to v2.5.0 * First push * supports for SkUnity as provider added basic search form added search validation for a provider added timeout system when sending the request to the provider first appearance of SkriptHub provider (will be next) * Added supports for SkriptHub * ✨ Added Connections page (and regrouped SkUnity key there) * Custom provider keys system * ✨ Added loading bar & warning when >= 100 results * ✨ Added examples endpoints * ✨ Added example and example fetching for some providers * ✨ Added 'Classe' type and fixed doc type parsing * ✨ Added a useful message for too many results/nothing found/etc... * ✨ Added auto complete box for addons * ✨ Added local docs provider (= download docs for offline use) * ⚡ Enhanced usage of examples to give the whole object instead of just the ID * ✨ (Theoretically) Added SkriptMC docs provider * ✨ Moved publish's API keys to the new Connections settings page * ✨ Added event-values & expression changers (+ pattern generator for changers) * 🐛 Fixed error when no examples were available * ⚡ Enhanced connections page using sub-controls * 🐛 Fixed empty changers showing blank buttons * 📝 Review changes * Add connection providers svg icon support, cleanup * ✨ Added local docs management window ✨ Added button to refresh providers ⚡ Added FluentIcons to SkEditor & enhanced element's icons * ⚡ A Lot of cleanup (Notro will be happy now XD) * ⚡ Replaced ivon of doc management entry by a text * ⚡ Replaced icon from Avalonia to FluentIcons * 🐛 Fixed wrong size of the delete button * Fix experiments settings page title, change warning * Remove code unparsed info from the code parser * ✨ Added much better download buttons for doc elements * ✨ Added bunch-download for elements * ⚡ Fixed doc provider type in the local doc manager * ✨ Added lang to the new documentation system * change selection color in documentation editors * ✨ Added colors to doc entry's icon + better addon badge color/link * Make loading addons a little bit faster * make loading addons a little bit faster * Move doc pattern syntax logic to its own class * cleanup * Refactor GetTypeIcon method * update libs --------- Co-authored-by: Sky <[email protected]> Co-authored-by: Sky <[email protected]>
- Loading branch information