https://github.com/ahmad45123/extremestudio
ExtremeStudio is a PAWN editor and is designed to be used in SA-MP development.
https://github.com/ahmad45123/extremestudio
ide pawn-editor sa-mp sa-mp-development scintilla scintillanet
Last synced: 5 months ago
JSON representation
ExtremeStudio is a PAWN editor and is designed to be used in SA-MP development.
- Host: GitHub
- URL: https://github.com/ahmad45123/extremestudio
- Owner: Ahmad45123
- License: gpl-3.0
- Created: 2015-05-18T01:11:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T03:01:38.000Z (over 2 years ago)
- Last Synced: 2025-04-03T22:51:15.696Z (7 months ago)
- Topics: ide, pawn-editor, sa-mp, sa-mp-development, scintilla, scintillanet
- Language: C#
- Homepage:
- Size: 7.02 MB
- Stars: 28
- Watchers: 7
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
[](http://www.repostatus.org/#active)
ExtremeStudio is a PAWN editor and is designed to be used in SA-MP development.
## Download
You can download the app along with auto-updater from here:
https://rebrand.ly/ExtremeStudio## Localization
[](https://crowdin.com/project/extremestudio)All localization is done on Crowdin, Kindly register through this link:
https://crowdin.com/project/extremestudio/inviteIf there is a missing language, Please create an issue asking for it.
## Credits
* Microsoft for .NET ofcourse.
* [ScintillaNET](https://github.com/jacobslusser/ScintillaNET) for the wrapper for Scintilla.
* [DockPanelSuite](http://dockpanelsuite.com/) for the tabbing control.
* [sampctl](http://sampctl.com) used as the packages manager and to handle the project system.
* [AutoCompleteMenu](http://www.codeproject.com/Articles/365974/Autocomplete-Menu) for the auto-complete menu used along with ScintillaNET using [this](https://github.com/JohnyMac/AutoCompleteMenu-ScintillaNET) wrapper by me.
* [DotNetZIP](https://dotnetzip.codeplex.com/), A class library that add support for handling ZIP files.
* [JSON.NET](http://www.json.net/) for the awesome JSON serializer.
* [Ribbon](http://www.codeproject.com/Articles/364272/Easily-Add-a-Ribbon-into-a-WinForms-Application-Cs) for the awesome ribbon control.
* [JetBrains](https://www.jetbrains.com/) for supporting ES by providing [ReSharper](https://www.jetbrains.com/resharper/) free of charge.
* [Crowdin](https://crowdin.com) for providing an open-source license for ES.
* [Advanced Installer](https://www.advancedinstaller.com) for providing a free open-source license for ES.
* Icon made by [Roundicons](https://www.flaticon.com/authors/roundicons) from [Flaticon](https://www.flaticon.com/) is licensed by [CC 3.0](http://creativecommons.org/licenses/by/3.0/)
* [Crayder](http://forum.sa-mp.com/member.php?u=214776), designed the logo. ;)
* Pretty much everything else is by me.