Run Terminal - plugin detail
Open a terminal emulator from NetBeans.
| Plugin owner: |
abadea |
| Website: |
http://contrib.netbeans.org/ |
| Added: |
2007-06-18 |
| Last updated: |
2008-11-30 |
| NetBeans Versions: |
6.0, 6.5 |
| License: |
CDDL |
| Category: |
Utilities |
| Size: |
0.01 MB |
| Downloaded: |
4,282 times |
| Rating: |
|
Verifications for NetBeans versions
Plugin is not subject to any verification |
Introduction
Registers a Run Terminal action in the Tools menu to open a terminal emulator (shell, command prompt).
What's new in this version
Working directory is computed correctly for Favorites nodes.
|
[ You have to be logged in to be able to comment. ]
User Comments
This does not open cmd or shell inside netbeans
But it does open separate command prompt window in Windows XP.
However I would much more appreciate it, if it open shell in one of netbeans user interface. I can do this with eclipse (buggy but can be done!) and it helps a lot when I'm doing monitoring on text files and want to do grep or tail in console/cmd prompt window. Consolidating all of the windows in one user interface is very help full.
Your plugin is cool so keep on the good works!
Regards,
Haris
Posted by harishashim@gmail.com on Jan 07, 2008
Re: Configuration
Yes, you can configure the command that the module runs. See Tools > Options > Advanced Options > IDE Configuration > Server and External Tool Settings > Terminal. Pretty well hidden, I know :-( I have plans to move the configuration to the Miscellaneous panel.
Posted by abadea on Nov 02, 2007
Re: not working on mac osx leopard...
I filed issue 120990 for that. Please try to set the right terminal application for Mac OS X in Tools > Options > Advanced Options > IDE Configuration > Server and External Tool Settings > Terminal and let me know about it in the issue.
Posted by abadea on Nov 02, 2007
not working on mac osx leopard...
java.io.IOException: xterm: not found
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.(UNIXProcess.java:52)
at java.lang.ProcessImpl.start(ProcessImpl.java:91)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
at java.lang.Runtime.exec(Runtime.java:591)
at java.lang.Runtime.exec(Runtime.java:429)
at org.netbeans.modules.accelerators.terminal.RunTerminalAction.runTerminal(RunTerminalAction.java:92)
at org.netbeans.modules.accelerators.terminal.RunTerminalAction.performAction(RunTerminalAction.java:62)
at org.openide.util.actions.NodeAction.performAction(NodeAction.java:289)
at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:118)
at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
at org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:114)
at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:277)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:334)
at apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:96)
at java.awt.MenuItem.processActionEvent(MenuItem.java:597)
at java.awt.MenuItem.processEvent(MenuItem.java:556)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:298)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:286)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:466)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Posted by hiaw on Nov 01, 2007
Configuration
Can you configure what shell is opened? For example, I use Windows at work, but I use Cygwin for as my shell. It would be great if I could configure this plugin to open up a Cygwin shell instead of a Windows Shell.
Posted by co11983 on Oct 12, 2007