Author Topic: compile/build/execute shortcuts?  (Read 7889 times)

kirkt

  • Community Member
  • Posts: 5
  • Hero Points: 0
compile/build/execute shortcuts?
« on: August 22, 2006, 04:05:54 PM »
What are the key shortcuts for compile/build/execute?
and how can i run my compiled java in a dedicated window ? (instead of capturing the output to slickedit)

thanks

Wanderer

  • Senior Community Member
  • Posts: 557
  • Hero Points: 23
Re: compile/build/execute shortcuts?
« Reply #1 on: August 22, 2006, 05:10:57 PM »
Tools->Options->Key Bindings.  Navigate to project-build, project-compile, etc., to see that keys they are bound to.

I don't know the answer to the second question.

kirkt

  • Community Member
  • Posts: 5
  • Hero Points: 0
Re: compile/build/execute shortcuts?
« Reply #2 on: August 26, 2006, 01:23:59 PM »
thanks
any one knows how would i do the second thing?

shadowbane

  • Community Member
  • Posts: 85
  • Hero Points: 4
Re: compile/build/execute shortcuts?
« Reply #3 on: August 26, 2006, 05:51:44 PM »
In Project/Project properties/Tools select the Execute command and uncheck the "Output to build window" check box.  I haven't tried it recently, but that should solve the issue.  As far as shortcuts go, I learned a long time ago to use the Alt- key to navigate the menus of applications.  That solves most of these kinds of issues.  Alt-b, b is build in both slickedit and visual studio, for example.  Once its acquired as habit, you can navigate almost any program with speed.