- AuthorPosts
- February 18, 2008 at 5:20 am #5463pjaParticipant
Hi! I do a great deal of text editing using HTML; in fact I hardly ever use a dedicated word processor. The HTML menu bar in EmEditor is a great help in composing text/html documents. However, I would like to be able to add some additional HTML elements. In particular, I would like to add a list element (
- ), blockquote, pre, and several others.
Is the existing HTML menu able to be extended. If yes, then how is it done. If no, then can this be looked at for a future version.
I know I could use text snippets for some of these required elements but it would be more convenient to have them available from the HTML menu bar and EmEditor text snippets are a bit limited compared to other similar text editors (EditPlus and TextPad are two I’ve used).
Any help will be gratefully received.
Regards,
Peter :-?February 19, 2008 at 7:44 am #5478Yutaka EmuraKeymasterpja wrote:
Hi! I do a great deal of text editing using HTML; in fact I hardly ever use a dedicated word processor. The HTML menu bar in EmEditor is a great help in composing text/html documents. However, I would like to be able to add some additional HTML elements. In particular, I would like to add a list element (- ), blockquote, pre, and several others.
Is the existing HTML menu able to be extended. If yes, then how is it done. If no, then can this be looked at for a future version.
I know I could use text snippets for some of these required elements but it would be more convenient to have them available from the HTML menu bar and EmEditor text snippets are a bit limited compared to other similar text editors (EditPlus and TextPad are two I’ve used).
Any help will be gratefully received.
Regards,
Peter :-?HTMLBar plug-in source code is available at http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=6&lid=221 so you can customize the plug-in as whatever you would like. You can also do a lot of these features by using macros.
February 19, 2008 at 10:49 am #5483pjaParticipantYutaka,
Hi! Thanks for that. C and definitely C++ are probably a bit beyond me these days. Is it possible to have additional features added to the standard HTML toolbar over time and when you get time. I am happy to help specify and to help with testing; even documenting if needed.
Regards,
Peter :-?February 19, 2008 at 1:09 pm #5484ganParticipantI already done several changes to the html toolbar so i could easily make some changes for you as well. If you want to i can use the original sourcecode and add
- and whatever else you would like to be added, then compile and send the .dll to you. In that case i need to know what you want to be added and if you already have some icons for the buttons you want to be added that would be nice since i hate that part…..finding/creating suitable icons.
- ), blockquote, pre, and several others.
- AuthorPosts
- You must be logged in to reply to this topic.