Skip to content

AziFarjad/DockableCLArgs

 
 

Repository files navigation

A Visual Studio 2012/2013 extension providing easy access to project debug command line arguments, via a dockable re-sizeable textbox.

Download

DockableCLArgs.vsix

Features

  • history & saved command line args, via right click menu
  • matches the light/dark theme settings of visual studio
  • syntax highlighting

- a range of settings; history depth, font family and size, syntax highlighting colours. All visual settings update live as you adjust them, and revert if you cancel out of the options window.

- supports C++, C#, and VB projects (VB support is untested, let me know if there are problems)

License

The project as a whole is under the MIT license, so do whatever you want with it as long as you include the license and an attribution to me.

The textbox control is AvalonEdit, which is under the LGPL.

The colour controls on the settings window are from the WPF Color Picker Construction Kit, and they're under the Code Project Open License.

Help with the project

If you'd like to help with the project, I've listed my future plans at the bottom of CHANGELOG.txt - other ideas are also welcome (and pull requests even more welcome!)

Pre-requisits for compiling the extension yourself:

  • VS 2012/2013, Professional edition or higher
  • VS 2012/2013 SDK

About

A Visual Studio 2012/2013 extension providing easy access to project command line arguments, via a dockable re-sizable textbox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%