Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5463
    pja
    Participant

    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 :-?

#5478
Yutaka Emura
Keymaster

pja 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.

    #5483
    pja
    Participant

    Yutaka,

    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 :-?

    #5484
    gan
    Participant

    I 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.
  • Viewing 4 posts - 1 through 4 (of 4 total)
    • You must be logged in to reply to this topic.