Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: EmEditor Feature Wishlist March 2009 #7132
    yorkane
    Member

    Auto highlights word at cursor after 200 milliseconds.

    The different section can apply the corresponding Configuration and the Plug-in.

    This two features are crucial to me. :-D

    in reply to: Suggestions for web developing #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)
    :-( :-(

    in reply to: Macro which can cut the part of the string #6184
    yorkane
    Member

    var fullFileName = ‘C:folder_1folder_2myfile.ext’;
    var i = fullFileName.lastIndexOf(”) +1;
    var path = fullFileName.substring(0,i);
    alert(path);

Viewing 3 posts - 1 through 3 (of 3 total)