Visor is a Microsoft Visual Studio (2012) Extension. It seeks to provide a suitable environment for developing RepGen programs for use in Symitar while allowing the use of other extensions provided for Visual Studio. Basic features include:
- File upload/download via FTP
- Report running
- Specfile install
- Syntax highlighting
- Code completion
Quick start options available:
- Clone the repo:
git clone git://github.com/jdeering/visor.git
. - Download from the Visual Studio Extension Gallery.
- Install using Visual Studio's extension manager.
Visor will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
and constructed with the following guidelines:
- Breaking backward compatibility bumps the major (resetting the minor and patch)
- New additions without breaking backward compatibility bumps the minor (resetting the patch)
- Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.
Please submit all pull requests against WIP branches. You must include all relevant unit tests for any bug fixes or new features.
Thanks!
Jason Deering
Licensed under the GNU General Public License, Version 3.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License at:
http://www.gnu.org/licenses/gpl-3.0-standalone.html
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.