Forum Replies Created

Viewing 25 posts - 26 through 50 (of 100 total)
  • Author
    Posts
  • in reply to: -= Comment Command & Outline PlugIn =- #10001
    ToadLoadin
    Member

    Hi, try deselect the option “make comments collapsible” in outline plugin properties, maybe it helps. :)

    in reply to: Would like to have code folding #9998
    ToadLoadin
    Member

    There is code folding, please use the “outline” plugin, which is part of the emeditor intall package. :)

    in reply to: disable the find toolbar hotkey #9981
    ToadLoadin
    Member

    Hi user,

    Maybe you can check out the “Help” -> “keyboard map…”, there is a command “Toggle Find toolbar” under the “view” category.

    in reply to: convert special characters to english characters #9925
    ToadLoadin
    Member

    Hi,

    I guess it could be done by macro:

    – start “record macro”,
    – replace one special character to the corresponding latin character (replace all)
    – stop record
    – “edit” the macro recored, copy all code generated by emeditor and paste it else where.
    – repeat the procedure above with each special character you want to replace, except append the generated macro code to the first one.
    – save the cumulated code to a single macro, put it in toolbar or asign it a short-cut key.

    Best regards! :-)

    in reply to: Toggling Line Number via Macro? #9321
    ToadLoadin
    Member

    Yes, it works! Thank you! :-D

    Yutaka wrote:
    Hi ToadLoadin,

    You should write like this:

    function toggleLineNum() {
    var cfg = document.Config;
    var isLineNumOn = cfg.General.ShowLineNumbers;
    cfg.General.ShowLineNumbers = !isLineNumOn;
    cfg.Save();
    }

    in reply to: Toggling Line Number via Macro? #9319
    ToadLoadin
    Member

    Hi Yutaka,

    I rewrote my function to this:

    function toggleLineNum() {
    var cfg = document.Config;
    var isLineNumOn = document.Config.General.ShowLineNumbers;
    document.Config.General.ShowLineNumbers = !isLineNumOn;
    cfg.Save();
    }

    but it still does not work… :-(

    Yutaka wrote:
    Hi ToadLoadin,

    This is a frequently asked question. Please use Save() when you finished settings:


    cfg = document.Config;
    /// do something
    cfg.Save();

    Of course, you can use the EmEditor command “Line Number”, and there is a toolbar button for this command.

    in reply to: Toggling Line Number via Macro? #9318
    ToadLoadin
    Member

    Thank you webern and Yutaka! :-D

    in reply to: 2 Quote Marks Setting at the Same time? #9314
    ToadLoadin
    Member

    Thank you! :-)

    Yutaka wrote:
    Hi ToadLoadin,

    Probably one in the “General” tab is what you are looking for.
    One in the display tab is for display purpose only. I hope I answered your question.

    Thank you,

    in reply to: A multiline search and replace #9234
    ToadLoadin
    Member

    Hi CrashNBurn, try + instead of when you entering a multiline-search-string in the multiline-edit-box. :-)

    in reply to: A multiline search and replace #9231
    ToadLoadin
    Member

    Well… You are right, the “Find in Files” or “Replace in Files” window lacks the convenience. Perhaps you could use regular expression or escape sequence to perform a multiline search/replace. :-(

    in reply to: tooltips for collapsed code in outline mode bleeding through #9230
    ToadLoadin
    Member

    I found it’s quite easy to reproduce this issue:

    1. Hover mouse cursor over the collapsed block of some code, the tip will appear.
    2. Press + , switch to another window, the tip will remain on top of the screen, make some area inaccessible.
    3. Switch back to the EmEditor window, and move mouse cursor, the tip dissappears.

    Please watch my screencast. :-)

    in reply to: A multiline search and replace #9194
    ToadLoadin
    Member

    Hi, Assenumer, just click here when you search or replace:

    Regards :-)

    in reply to: Searching And Highlighted Matches #8681
    ToadLoadin
    Member

    Hi Jamil,

    Perhaps “Erase Find Highlight (Alt+F3)” is what you want. :-)

    in reply to: highlight current line #8605
    ToadLoadin
    Member

    Hi Derek,

    Perhaps you need to choose a color theme which has better contrast for selected text, cuz I don’t know if there is any work around for highlight a line while some text selected at the same time. :-(

    Regards,
    ToadLoading

    in reply to: Toggle Comment #8604
    ToadLoadin
    Member

    I guess this could be acomplished by macro, then by assigning a short-cut key to the macro, you could do what you want. :-)

    in reply to: EmEditor Professional v10 RC 16 (9.90.25) #8596
    ToadLoadin
    Member

    I noticed that the installer is improved too, the process of installation is much faster than before. :-)

    in reply to: highlight current line #8593
    ToadLoadin
    Member

    Hi Derek,

    You can enable horizontal and vertical line in the “Current Configuration” -> “Scroll” Tab, the short-cut key is “Alt+Enter”. Then it will be very easy for locating the cursor. :-)

    Regards,
    ToadLoading

    in reply to: Backup of Snipplets w/10 RC? #8565
    ToadLoadin
    Member

    MattG wrote:
    Hi!
    Any chance of simple backup my Snipplets ?
    Just update my Version and lost my Snipplets.
    cheers
    Matthias

    Hi Matthias,

    You can backup your snippets by exporting it, like this:

    Regards,
    Toadloading

    in reply to: saving bookmarks #8527
    ToadLoadin
    Member

    Yes, you should check that. 8-)

    in reply to: saving bookmarks #8524
    ToadLoadin
    Member

    Hi Derek,

    I guess this option would work. :-)
    (Under menu item “Tools” -> “Customize…”)

    toadloading

    in reply to: How to match text in multi-line? #8522
    ToadLoadin
    Member

    Hi Derek,

    You can check “Multiline” option on Find or Replace dialogue, then the text box will expand to multiline.

    Wish that helps. :-)

    toadloading

    ToadLoadin
    Member

    zhouzh2,

    Yep, you are right, it’s not polite to other users, I won’t do that any more… 8-)

    Thanks for your recommendation! :-D

    ToadLoadin
    Member

    Robben:
    我试了下,可以用,不过作用不大,而且要注意选择下面的选项:

    大部分菜单里面的项目还是英文的,只有廖廖几个中文项目,用处不大。

    最后发个牢骚:DropBox被墙后要找个能直接外链图片的空间真难…… :-(

    in reply to: EmEditor FREE #8499
    ToadLoadin
    Member

    gan wrote:
    Well i actually agree. It might not be fair to say it’s cheap since that might not be the case for everyone like you said. I also think it would be a good idea to regulate the price in such countries, but might be a challenge to find the right sales model if the price should differ between countries. Also prevent that people from other countries try to take advantage of such a deal and pretend to be from Russia to get a lower price for the product…

    I think you are right, set different prices for different countries would be great! People from China can purchase PC game Plant vs. Zombies from PopCap just for RMB¥28.00 (about USD$4.10), but friends in the United States told me in US, the price is USD$19.95. This marketing strategy boosts sales of this game in Chinese market greatly, with iPhone and iPad version of this game. :-)

    But I also agree with your concern of the maneuverability of setting different prices. :-(

    ToadLoadin
    Member

    Daniel:

    我也想汉化 EmEditor,但我不是个程序员,写代码只是我的一个爱好,不会使用官网提供的英文资源包……

    如果不嫌麻烦,你可以在“汉化新世纪”找到汉化版的 EmEditor,并从其中提取出简体中文语言包。比如这是我刚提取的简体中文语言包(v9.16)。 :-)

Viewing 25 posts - 26 through 50 (of 100 total)