Click here to Skip to main content
5,787,682 members and growing! (19,416 online)
Email Password   helpLost your password?
General Programming » Macros and Add-ins » DevStudio Add-ins     Intermediate License: The GNU General Public License (GPL)

Extended Command Line Wizard and Fast Project Change

By Vider

I work with about 1500 projects, and usually I need to change the project a lot of times a day. Also, I’m a command line enthusiast, and I don’t like the default command window of the DevStudio. I built this small plug-in to improve these two things.
C++, ATL, Dev

Posted: 27 May 2008
Updated: 27 May 2008
Views: 2,977
Bookmarked: 6 times
Announcements
Loading...



Search    
Advanced Search
Sitemap
5 votes for this Article.
Popularity: 2.54 Rating: 3.64 out of 5
0 votes, 0.0%
1
1 vote, 25.0%
2
1 vote, 25.0%
3
0 votes, 0.0%
4
2 votes, 50.0%
5

menu.JPG

Introduction

jlSuperStudio is an add-in to Microsoft Developer Studio. It has been tested with Visual Studio 2005.

I works with up to about 1500 projects, and usually I need change of projects a lot of times a day. Also, I am a command line enthusiast, and I don’t like the default command window of the DevStudio. I built this small plug-in to improve these things:

  • Easy access to DevStudio commands
  • Fast change of current solution
  • Fast open of a directory

Background

This simple sample will be useful for you if you need to build a Dev-Studio plug-in with a self-dockable window. I just need to write one or more parts of the target strings, and you will see it on the list. If you hit Enter, the command will be executed, or the project/directory opened. Everything is programmed with ATL (no MFC), and it’s based on simplicity. You will not find complex algorithms here, just an easy way to list projects, directories, and commands.

With a little effort, you will be able to add more helpers to the plug-in, for example, active files, recenty used files, file functions or variables, etc.

Points of Interest

Sample command launch: They are sorted by “favorites”, more used commands go on top, and are marked with a blue check.

command.JPG

Change current project: They are sorted by “favorites”, more used projects go on top, and marked with a blue check. You will see that you can write two or more texts.

project.JPG

Open a directory: They are sorted by “favorites”, more used directories go on top, and are marked with a blue check. You will see that you can write two or more texts.

directory.JPG

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPL)

About the Author

Vider


I've a lot of hobbies, like Software Programing (yes, it's also my job Red faced), Electronics Design, IA, Mechanics, Running&Mountain Bike, Telescopes and Cosmology.

Occupation: Web Developer
Location: Spain Spain

Other popular Macros and Add-ins articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
  (Refresh) 
-- There are no messages in this forum --

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 27 May 2008
Editor: Smitha Vijayan
Copyright 2008 by Vider
Everything else Copyright © CodeProject, 1999-2009
Web16 | Advertise on the Code Project