Forum Replies Created

Viewing 25 posts - 3,076 through 3,100 (of 3,693 total)
  • Author
    Posts
  • in reply to: Export ALL settings into ini files? #5833
    Yutaka Emura
    Keymaster

    This has been fixed on 7.00.9 RC1. Please see:

    http://www.emeditor.com/modules/newbb/viewtopic.php?viewmode=flat&topic_id=701&forum=12

    Please try and see if all the issue was fixed.
    Thank you.

    in reply to: Export ALL settings into ini files? #5828
    Yutaka Emura
    Keymaster

    Sorry for my misunderstanding. You are right. I will fix that by next version.

    in reply to: Export ALL settings into ini files? #5826
    Yutaka Emura
    Keymaster

    LTT wrote:

    Yutaka wrote:
    Please restart EmEditor and try Export again.

    Yes, that was just what I did. I checked to ensure no process of EmEditor or Emedtray remained.

    One more thing I can report is that, in eeCommon.ini, these items also lost their Size data:
    MainMenu-Size
    TrayMenu*-Size
    UserMenu*-Size
    Attr*-Size

    *-Size values exist only in INI files, and not necessary in the Registry.

    I don’t know why you cannot import some other values to the Registry. I will try to reproduce your issue, and will let you know. Thanks!

    in reply to: EmEditor – First impressions #5825
    Yutaka Emura
    Keymaster

    martyntw wrote:
    I’ve just downloaded EmEditor and I just had to post my initial views. I have long been a user of Textpad and never thought I would find a competitor, but EmEditor is really good. I have only played with it for a few minutes, but it is very intuitive. I easliy added Firefox as an additional Tool and particularly like the Web Preview and WordComplete and Exploer Plugins. I cannot find out, however, how to make replace IE with Firefox as the Web Previewer, but will keep trying.

    Martyn.

    WebPreview plug-in uses the IE control, so it cannot replace IE control with Firefox. I don’t know if there is a firefox control available for developers. If there is one, I might make a Firefox plug-in.

    in reply to: Emeditor Showing Up As Trojan? #5824
    Yutaka Emura
    Keymaster

    gan wrote:
    I don’t know what kind of option you have when using prevx since i don’t use it myself, but most likely you have the option to exclude some files and then you can exclude the emeditor files that is detected as a trojan. It is also a good idea to contact prevx and report the false positive (assuming the files is not infected which is most likey the case). When prevx fixed the problem you could remove the exclusion again. If the file(s) is actually infected you should scan your computer to make sure other files is not infected as well and could be a good idea to use more then one scanner. Then you could download a fresh copy of emeditor and reinstall when you are sure the threat is removed.

    There is nothing much the developer of emeditor can do about this if it’s a false positive or if it’s actually infected. If it’s a false positive the developers of prevx have to fix this problem and if the computer is infected you have to use some software to remove the infection.

    I have scanned all EmEditor files; no viruses were found. If you downloaded from our site or download.com, there should be no problem. However, there are some bad sites that can cause viruses, be careful with those, especially if they advertise with free licenses, free serial keys, etc.

    in reply to: Jump dialog box return non existing linenumber #5817
    Yutaka Emura
    Keymaster

    JayDalton wrote:
    I think I got it

    Ever file I tested the function goes wrong until I renamed my existing EmEditor-Folder and run the Setup again.

    Maybe there is something wrong within the SetupUpdateFunction from 6.x to 7.x without cleaning the folder before

    Sorry for disturbance

    go further with developement, nice program

    Thanks for letting me know. I am glad to know you solved your issue.

    in reply to: How to make use of C++ compiler with External Tool #5816
    Yutaka Emura
    Keymaster

    You are welcome! Let me know if you have any other questions.

    in reply to: Export ALL settings into ini files? #5814
    Yutaka Emura
    Keymaster

    LTT wrote:

    Yutaka wrote:
    Can you make sure INI files are used? You can check from the About dialog box on the Help menu.

    Yes.

    Details:
    I customized the three list menus: (each to a submenu)
    Recent Files
    Macros
    Fonts
    And I customized the trayicon menu.

    When using ini, Recent Files and Macros are missing. Fonts are retained. But all the three are no longer submenus.
    Trayicon menu turned to the default.
    Recent Folders and Insert list are also missing.

    In eeCommon.ini (when just exported and before running EmEditor):
    Only these keys are retained in [Macros] section:
    Events0=16
    Events1=0
    Events2=0
    Events3=0
    Events4=0
    Events5=0
    UsedEvents=0
    In [Recent File List] section, there are only Attr keys (unsorted). No File keys.

    Some entries in the Registry are not saved until you exit EmEditor. If Quick Start option is checked, you will need to exit the tray icon too. Please restart EmEditor and try Export again.

    in reply to: How to make use of C++ compiler with External Tool #5813
    Yutaka Emura
    Keymaster

    That’s because there are spaces in the file path. You will need to surround the path with double quotes.

    Arguments: “$(Path)”

    To specify a shortcut key, use the Keyboard Map on the Help menu.

    in reply to: Jump dialog box return non existing linenumber #5809
    Yutaka Emura
    Keymaster

    JayDalton wrote:
    Many thanks for answer

    I think I understand the function as well cause I used this as ofen as I can @ version 6.x

    But my problem is that this dont work anymore in the current versions i tested (7.03, 7.06, 7.07). Could it be that there is somthing wrong with it?

    sorry for my english

    Can you give me an example?

    How many lines of file do you have? and which line number did you specify?

    Maybe, you should email me your sample file at [email protected] with detail information so I can reproduce your issue. Thanks!

    in reply to: How to make use of C++ compiler with External Tool #5807
    Yutaka Emura
    Keymaster

    bb21 wrote:
    Hello, everybody. I am the first time to use this useful software.
    I am trying to compile .cpp file directly in Emeditor. However, I find it diffcult to setting in External Tool.

    Suppose I installed the C++ Compiler in the directory
    C:BorlandBCC55Binbcc32.exe

    Could anyone explain how to setting in External Tool in detail? Thank you very much!

    I don’t know about Borland compiler, but if you just want to run:

    C:BorlandBCC55Binbcc32.exe filename

    then, you would specify:

    Command: C:BorlandBCC55Binbcc32.exe
    Arguments: $(Path)
    Initial Directory: $(Dir)
    Icon Path: C:BorlandBCC55Binbcc32.exe (or anything you want)
    Check Save File
    Check Use OutputBar

    Please let me know if you have further questions.

    in reply to: Jump dialog box return non existing linenumber #5806
    Yutaka Emura
    Keymaster

    JayDalton wrote:
    Hello,

    I updated to EmEditor Version 7.00.7 (german) and had tried to jump to a specail line-number (Cntrl + G). So I do the dialog box did not jump and returns ‘line number does not exist’. Also the logical coordinates check box have does not effect these doing.

    my question: Is this a bug or a new feature?

    thx for answering

    You will need to specify the line number to which you want to jump. It must be the range within the total number of lines.

    Did you want to go to the bottom of document? Then, you can simply press CTRL + END.

    in reply to: Searching Bug with EmEditor 7 #5805
    Yutaka Emura
    Keymaster

    wdscxsj wrote:
    1. Open a new document and type in the following content:
    .docBookTitle
    { font-family:
    2. Move the caret before the first character and search (Ctrl+F) for ‘a’ (a single character), with “Use Escape Sequence” and “Search Only Word” turned on.
    3. CPU usage leaps to 100\%.

    Environments:
    1. EmEditor 7.07 and 7.06, update installation, Windows XP SP2 (all patches applied except SP3).
    2. EmEditor 7.07, fresh installation, Windows 2000 SP4 in Virtual PC 2007 SP1.
    3. EmEditor 6.03 on Windows XP SP2 doesn’t have this problem.

    I apologize for the bug. I added this case to the test script, and have already fixed it. I will release the next minor version soon.

    Yutaka Emura
    Keymaster

    chabulier wrote:

    If you have more than one million tokens to replace, you will need to increase the value in the Undo Max Number text box in the General tab of configuration properties. I might increase this default value, and also add the warning message box when undo may not be available.

    I don’t think it’s the problem. In fact my file only have 931380 lines, and only 894261 entries were replaced. The max undo number should be 1,000,000(However this value seems can not be set more larger).

    Thanks for your reply. Please let me know if you need more information for recreate this issue.

    You can set more than 1,000,000. Can you try with 10,000,000? Thanks!

    in reply to: Export ALL settings into ini files? #5797
    Yutaka Emura
    Keymaster

    LTT wrote:
    It seems the “Export all settings into ini files” action does not export ALL the settings. I found at least customized menus, recents, and macros were ignored.

    BTW, how can I restore the data from ini to registry? By removing the ini files during running?

    Can you make sure INI files are used? You can check from the About dialog box on the Help menu.

    You cannot restore the data from Ini to registry at this time. I will add this feature in future versions. Thanks!

    Yutaka Emura
    Keymaster

    chabulier wrote:
    Hey,
    When I downloaded the 7.07 and test the replace speed, I noticed that when I do a mass replacement and then undo the change. Not all the values in emeditor displayed was undoed.
    When I close emeditor and reopen this file, seems everything is OK, not sure if it’s only an display issue or something else.

    Test an small file, it’s OK.

    In the meantime, the undo change will display an process window and the speed was slower than before version.

    search: DEBUG
    replace: [DEBUG]

    If you have more than one million tokens to replace, you will need to increase the value in the Undo Max Number text box in the General tab of configuration properties. I might increase this default value, and also add the warning message box when undo may not be available.

    in reply to: How to highlight lines with bookmarks? #5793
    Yutaka Emura
    Keymaster

    deity wrote:
    Bookmarks not so visible in text, how I can do highlighting line with bookmark and save such file?

    It is not currently possible to highlight line with a bookmark. I will consider that in future verisons.

    To save bookmarks for recently used files, check “Save Cursor Position and Bookmarks” check box (Tools menu > Customize > File tab).

    in reply to: All toolbars remember their status #5792
    Yutaka Emura
    Keymaster

    Veign wrote:
    Very good. Should have known you would have already thought of it.

    Keep up the great work on an excellent text editor.

    You are welcome! Let me know if you have any other questions.

    in reply to: All toolbars remember their status #5784
    Yutaka Emura
    Keymaster

    Veign wrote:
    The tools bars for plugins won’t remember their state when emEditor is closed and restarted. Would be nice if I show the HTMLBar that when I open emEditor this toolbar is displayed.

    HTMLBar can be configured so it can display the HTMLBar only when an HTML file is active. You can check your settings from the HTMLBar properties.

    in reply to: EmEditor Speed #5781
    Yutaka Emura
    Keymaster

    gan wrote:
    I did a test on the same file, but with 1129344 entries to replace and as you said in this case emeditor is faster without any doubt…..especially when “Match case” is checked.

    I don’t know if textpad use ANSI comparison or not, but if that is the case i guess it can make a difference as well as you also said.

    In any case i don’t find the speed to be a problem for either of them so it was never mean’t as a complaint…..just an observation.

    Regards
    Gan

    I’ve played around with the source code, and succeeded to optimize the Replace function. The next minor version (7.00.7) will become much faster than previous versions (about 5X faster when ignoring case, and 2X faster when matching case in my test).

    in reply to: EmEditor Speed #5778
    Yutaka Emura
    Keymaster

    The point is the number of tokens (occurrences). If you have a million of tokens to replace, you will see EmEditor is faster. Also, it is not fair to compare EmEditor with a non-Unicode text editor. There is a big difference between ANSI comparison and Unicode comparison.

    in reply to: Help me create a Macro #5776
    Yutaka Emura
    Keymaster

    prashob12 wrote:
    Thanks a lot for replying

    I tried what u told, but the number of Empty elements present in the is many, so if i use the replacment option it deletes one instance at a time, and the number of files with such instances are also many, so it will be time consuming.

    I created a macro to replace all empty elements in at one go:

    document.selection.Find(“”,eeFindNext | eeFindReplaceRegExp);
    document.selection.CharLeft(false,1);
    editor.ExecuteCommandByID(4153);
    document.selection.Find(“”,eeFindNext | eeFindReplaceRegExp);
    document.selection.Replace(“(]+>){1,20}”,””,eeFindNext | eeReplaceSelOnly | eeReplaceAll | eeFindReplaceRegExp);
    document.selection.Replace(“”,””,eeFindNext | eeReplaceSelOnly | eeReplaceAll | eeFindReplaceRegExp);
    document.selection.CharRight(false,1);

    But i dont know how to make it run on all the files.
    There are 1000’s of such files.

    Thanks in Advance!!

    If you have so many files, how about ReplaceInFiles Method (Editor object)?

    in reply to: Help me create a Macro #5774
    Yutaka Emura
    Keymaster

    prashob12 wrote:
    Hello:

    Please help me to create a macro:

    I want to delete the follwoing:

    (]+>){1,20} (empty elements)

    but there is a condition i want to delete the above only when it comes in the following parent element i.e..

    ….

    For e.g.

    BUNDESARBEITSGERICHT

    URTEIL

    The above should apply to all the XML files in a particular path.

    Thanks in Advance

    Go to Customize > Search tab, and check “Regular Expressions Can Match New Line Characters”, and set “Additional Lines to Search for Regular Expressions” to 10.

    Find:
    (.*?)(]+>){1,20}(.*?)

    Replace with:
    13

    in reply to: Restoring File Tree Window #5770
    Yutaka Emura
    Keymaster

    GJim wrote:
    I inadvertently closed the side window that shows the folders/files tree. I have been through all the various menu options, but I don’t find a way to restore that window.

    AtDhVaAnNkCsE

    G’Jim c):{-

    Click “Explorer” button on the Plug-ins toolbar, or click Plug-ins on the Tools menu, and then check “Explorer”.

    in reply to: Problem while replacing the multiple blank lines #5768
    Yutaka Emura
    Keymaster

    prashob12 wrote:
    can you make this macro run on all the files in certain path where those files are present. please!!!!

    In that case, you can go to “Replace in Files” on the Search menu, and

    Find:
    (rn){2,}

    Replace with:
    rn

    File Type:
    *.txt (or enter file type)

    In Folder:
    File folder

    Check “Use Regular Expressions”
    Don’t check “Keep Modified Files Open”

Viewing 25 posts - 3,076 through 3,100 (of 3,693 total)