Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6701
    yorkane
    Member

    1>Strongly suggest that emeditor can recongize the different sections in HTML code.
    Like :

    is a Css sectin
    is a Javascript section.
    The section could apply the corresponding configuration(Css section meet the Css document type).
    Gengerally speaking, a single document can match multi-configurations, which section applied configuration could use the configuration’s font color, hightlight, keyboards … etc. Then it will be huge productivity improvement in web developing.(Actually editplus done well in this feature, also it’s autocomplete function works perfect in multi-type of document/section)

    2> Live Template function is needed as well.
    I’m using autocomplete plugin, it very simple but acceptable. When I change autocomplete library between different type of document, the process will be painful…
    Live Template function is very popular in Ecllipse(template), Visual studio(snippet), Netbeans(template), IntelliJ(live template), Editplus(autocomplete) and easy to use and share.
    Live Template will significant improving coding productivity, which save us a lot of time in dumb code.

    3> Can snippets be titled? It’s hard to recognize the snippets in the side bar, and what mean of it.

    Thanks!

    #6703
    Yutaka Emura
    Keymaster

    yorkane wrote:
    1>Strongly suggest that emeditor can recongize the different sections in HTML code.
    Like :
    ….. is a Css sectin
    … is a Javascript section.
    The section could apply the corresponding configuration(Css section meet the Css document type).
    Gengerally speaking, a single document can match multi-configurations, which section applied configuration could use the configuration’s font color, hightlight, keyboards … etc. Then it will be huge productivity improvement in web developing.(Actually editplus done well in this feature, also it’s autocomplete function works perfect in multi-type of document/section)

    2> Live Template function is needed as well.
    I’m using autocomplete plugin, it very simple but acceptable. When I change autocomplete library between different type of document, the process will be painful…
    Live Template function is very popular in Ecllipse(template), Visual studio(snippet), Netbeans(template), IntelliJ(live template), Editplus(autocomplete) and easy to use and share.
    Live Template will significant improving coding productivity, which save us a lot of time in dumb code.

    3> Can snippets be titled? It’s hard to recognize the snippets in the side bar, and what mean of it.

    Thanks!

    1) EmEditor does recognize different sections in HTML code. See screenshots:
    http://www.emeditor.com/modules/feature1/rewrite/tc_4.html

    2) You can copy autocomplete.dll to a different name, and use both plug-ins. For instance, you can place both autocompleteHTML.dll and autocompletePHP.dll and check “HTML” in the plug-in properties for autocompleteHTML, and check “PHP” in the plug-in properties for autocompletePHP.

    3) I am not sure what you mean by “titled”. You can change the location of the Snippets bar. Go to the plug-in properties of the Snippets plug-in, and change the custom bar position.

    #6705
    yorkane
    Member

    Thanks for your reply!
    1> The finnal requirement is ” The different section can apply the corresponding Configuration and the Plugin
    For example: in a HTML docuemnt, it’s can’t activate the wordComplete plugin(only HTML keyword shows up, Css Keyword is missing) in style section .Autocomplete Plugin also has the same problem;

    2>Nice solution! It’s works for me, but still have the cross-section problem above;

    3> Sorry for misunderstanding, the “snippets titled” means:
    when creating a new spippet, I can add a title/name on it, so I can recognize what the snippet means.(rather than a bunch of raw code, hard to tell which it is)
    :-( :-(

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.