2,102
edits
m (Protected "AddOn Studio 2010 for World of Warcraft" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
No edit summary |
||
Line 2: | Line 2: | ||
'''AddOn Studio 2010 for World of Warcraft''' is a fully-featured development environment for creating and developing [[WoW AddOn|AddOns]] for World of Warcraft. [[AddOn Studio]] features a professional [[Lua]] editor with full code-completion and other modern facilities, an integrated visual [[User interface|WoW UI]] designer, SVN code repository support, project based [[AddOn]] file management and deployment, and much more. | '''AddOn Studio 2010 for World of Warcraft''' is a fully-featured development environment for creating and developing [[WoW AddOn|AddOns]] for World of Warcraft. [[AddOn Studio]] features a professional [[Lua]] editor with full code-completion and other modern facilities, an integrated visual [[User interface|WoW UI]] designer, SVN code repository support, project based [[AddOn]] file management and deployment, and much more. | ||
[[File:AddOn Studio 2010 for World of Warcraft.png|x190px|right|AddOn Studio 2010 for World of Warcraft]] To get started follow the [[#AddOn Studio 2010|steps below]]. Feel free to visit the following pages for more information and help. Twitter: [//twitter.com/AddonStudioWoW @AddonStudioWoW]. Documentation: [[#Getting Started|Getting Started]]. History: [[AddOn Studio for World of Warcraft | [[File:AddOn Studio 2010 for World of Warcraft.png|x190px|right|AddOn Studio 2010 for World of Warcraft]] To get started follow the [[#AddOn Studio 2010|steps below]]. Feel free to visit the following pages for more information and help. Twitter: [//twitter.com/AddonStudioWoW @AddonStudioWoW]. Documentation: [[#Getting Started|Getting Started]]. History: [[AddOn Studio for World of Warcraft history|Release History]]. WoW API: [[Portal:Interface_customization|UI Customization]]. Support: [//addonstudio.org/wow/support Issue Tracker and Forums]. Discord: [//discord.gg/eAGb7Rc ASfW] Donations: [//addonstudio.org/wow/donate PayPal]. | ||
== AddOn Studio 2010 == | == AddOn Studio 2010 == | ||
Line 58: | Line 58: | ||
;Support: | ;Support: | ||
* [[AddOn Studio for World of Warcraft documentation|AddOn Studio documentation]] and Quick Start Guide | * [[AddOn Studio for World of Warcraft documentation|AddOn Studio documentation]] and Quick Start Guide | ||
* [//discord.gg/eAGb7Rc ASfW] on Discord, [//addonstudio.org/wow/support Issue Tracker and Forums], and [[AddOn Studio for WoW | * [//discord.gg/eAGb7Rc ASfW] on Discord, [//addonstudio.org/wow/support Issue Tracker and Forums], and [[AddOn Studio for WoW history|Release History]] | ||
* [[AddOn Studio 2010 for WoW Demo]] Media | * [[AddOn Studio 2010 for WoW Demo]] Media | ||
* '''If you are having trouble, try running the reset.cmd in the install folder.''' | * '''If you are having trouble, try running the reset.cmd in the install folder.''' | ||
Line 70: | Line 70: | ||
Other editions exist, like [[AddOn Studio 2015 for World of Warcraft]], based on Visual Studio 2015. Both this version and the 2015 version will be updated and supported together, to give users a choice of which style, platform support, and functionality they are more comfortable with. | Other editions exist, like [[AddOn Studio 2015 for World of Warcraft]], based on Visual Studio 2015. Both this version and the 2015 version will be updated and supported together, to give users a choice of which style, platform support, and functionality they are more comfortable with. | ||
See [[AddOn Studio for WoW]] for a list of editions. See also the AddOn Studio for WoW [[AddOn Studio for WoW | See [[AddOn Studio for WoW]] for a list of editions. See also the AddOn Studio for WoW [[AddOn Studio for WoW history|Release History]]. | ||
;Today's Reality | ;Today's Reality | ||
Line 82: | Line 82: | ||
* Support for the installer was dropped - Installers, especially for a VS shell product are fragile and non-trivial, and because of this would require more traditional packaging and release QA than is practical. This was one of the biggest headaches faced with 1.0 and 2.0 versions, which had a history of leaving most first time users stranded at some point. Instead, a great deal of work in this version, was put into making a more sustainable 'portable install' style product, where you just drop the files and run it. Any remaining setup actions are detected automatically and run at startup. The 'reset.cmd' can be run any time, after closing AddOn Studio, to 'reinstall' and restart automatic setup. | * Support for the installer was dropped - Installers, especially for a VS shell product are fragile and non-trivial, and because of this would require more traditional packaging and release QA than is practical. This was one of the biggest headaches faced with 1.0 and 2.0 versions, which had a history of leaving most first time users stranded at some point. Instead, a great deal of work in this version, was put into making a more sustainable 'portable install' style product, where you just drop the files and run it. Any remaining setup actions are detected automatically and run at startup. The 'reset.cmd' can be run any time, after closing AddOn Studio, to 'reinstall' and restart automatic setup. | ||
* Support for Visual Studio 'Web Projects' was added - Support was added in this rendition of AddOn Studio for basic web project support for 'existing web sites'. This translates into getting full-support editing support for html and other web related file formats, and for opening a 'flat view' as a separate project of any folder with full Lua and Web type file support, including your own project or cluster of projects, the WoW Interface or other folders, or other locations. This also translates to allowing a multi-project environment where you can potentially edit your AddOn website or other related site to your development or support in the same IDE that you are editing your AddOns, which for some should enhance productivity greatly. Support is also included for the automatic Web Project mini-webhost, so you can run the changes locally before deploying. You can use any arbitrary existing folder, ftp, http address as an existing site. This feature also allows folders, like from the WoW | * Support for Visual Studio 'Web Projects' was added - Support was added in this rendition of AddOn Studio for basic web project support for 'existing web sites'. This translates into getting full-support editing support for html and other web related file formats, and for opening a 'flat view' as a separate project of any folder with full Lua and Web type file support, including your own project or cluster of projects, the WoW Interface or other folders, or other locations. This also translates to allowing a multi-project environment where you can potentially edit your AddOn website or other related site to your development or support in the same IDE that you are editing your AddOns, which for some should enhance productivity greatly. Support is also included for the automatic Web Project mini-webhost, so you can run the changes locally before deploying. You can use any arbitrary existing folder, ftp, http address as an existing site. This feature also allows folders, like from the WoW Tool Kits, to be added as a project on demand, and browsed inside the project explorer. And starting with AS WoW 2010, allows both modern Lua editing and viewing as well as FrameXML .xml files to be viewed in a designer window letting you see what they look like right there. | ||
; What Works | ; What Works | ||
Line 107: | Line 107: | ||
* [[AddOn Studio 2022 for WoW]] - alternate edition, based on Visual Studio 2022 | * [[AddOn Studio 2022 for WoW]] - alternate edition, based on Visual Studio 2022 | ||
* [[AddOn Studio for WoW | * [[AddOn Studio for WoW documentation]] - getting started, details for installation and setup | ||
* [[AddOn Studio for WoW | * [[AddOn Studio for WoW history]] - effective release history with changes and notes | ||
* [[AddOn Studio 2010 for WoW Demo]] | * [[AddOn Studio 2010 for WoW Demo]] | ||