So with eclipse I would instruct it to open html/css/js files in textmate, and pretty much just use if for the php side of things.
Would like to do a similar thing with nb if possible.
Any thoughts?
Best, Bob
|
So with eclipse I would instruct it to open html/css/js files in textmate, and pretty much just use if for the php side of things. Would like to do a similar thing with nb if possible. Any thoughts? Best, Bob |
|||
|
|
|
There exists a Path Tools plugin for Netbeans. It has a command "Edit path...". With this you can select a file in the tree, click "Edit path..." and the file will be opened in an external editor. You can customize the external program which is called under "Tools" -> "Options" -> "Miscellaneous" -> "Path Tools" -> "Edit Commands For File" . You can't assign it to specific file types, but at least you can open files without leaving Netbeans. The webpage of the Path Tools plugin looks not very active, but it works in Netbeans 6.9.1 without problems (Works on My Machine). It also has other useful actions:
This plugin should be integrated to Netbeans. |
|||
|
|
Thank you for the help on this. Here is a way for the Path Tools 'Edit' toolbar button to pop up the Windows 'Open With...' dialog box for the selected file. In Options, Path Tools... 'Edit Commands' 'For File' - change the command to this:
(Edit: I forgot to say this is for XP - idea is the same for newer Windows) |
|||
|
|