Author Topic: Build Configuration  (Read 5117 times)

slicker

  • Community Member
  • Posts: 12
  • Hero Points: 0
Build Configuration
« on: July 23, 2007, 01:21:50 PM »
Hi all,

In MS Visual Studio 2005 there is a combo box for you to select the active build configuration. Is there an equivalent thing in SlickEdit? If so can you show me? I know you can select it via the menu, what I really wanted is to "show" the active config on the editor without having to go into menu to find out. Therefore I don't really need a combo box if this is too difficult. To show it on the status bar or title bar would do, although the combo box method would be perfect. :)

I am using SE 12.0.1.0

Thank you very much.

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Build Configuration
« Reply #1 on: July 23, 2007, 01:40:23 PM »
Yes, if you goto View > Toolbars > Customize..., and goto the Categories tab, choose Project, and there are two combo boxes there for selecting Active Project and Active Configuration.  You can create a new toolbar and add them to it, or drag the controls to an existing toolbar.

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Build Configuration
« Reply #2 on: July 23, 2007, 01:41:27 PM »
You could add such a combobox to your toolbar.
View>Toolsbars>Customize>Categories tab -> Project: hover/click the 2 comboboxes with the mouse to get the tooltip telling which of them is right for you.
HS2
Edit: Oops - too late ;)

slicker

  • Community Member
  • Posts: 12
  • Hero Points: 0
Re: Build Configuration
« Reply #3 on: July 23, 2007, 01:47:20 PM »
Cool.. it's just what i wanted. Thanks for the swift response!