Is it possible to apply HTML code on highlighted text like in Zend Studio 5?
For example:
|
|
|
Open preferences -> Editor -> Macros Add a new macro called something like "html-bold", then hightlight it. Paste this in the Macro Code section:
Set a shortcut if you want. I tried it with CTRL+B and it worked fine. Note that it will replace the current contents of your clipboard with the text you selected. Btw, I'm using Netbeans 6.9.1, so the steps might be different on other versions. To learn more about Netbeans macros, see What useful macros have you created in Netbeans? |
||||
|
|