Forum Replies Created

Viewing 25 posts - 51 through 75 (of 105 total)
  • Author
    Posts
  • in reply to: "Continue AutoFill" problem #22891
    sky
    Participant

    I did some more tests, it is fresh with all default settings, except for enable the Line numbers & Column head type.

    Emeditor_17.4.902_portable will crash, but Emeditor_17.4.901_portable is ok.

    Win 7 64bit will crash, but Win 10 64bit is ok.

    in reply to: How to open the same file in several windows? #22875
    sky
    Participant

    Workaround solution:
    Step 1. Launch EmEditor without any file
    Step 2. Save as “Test-1.txt” (empty file)
    Step 3. Open “FILE-A.txt”
    Step 4. Save as “Test-1.txt” and overwrite the original one.
    Step 5. Switch to original Tab.
    Step 6. Click “Reload”
    Done.

    test

    BTW, if disable “Enable Tabs” function, it can edit the same file in the several EmEditor windows.
    test2

    in reply to: Newline Characters replacement problem #22772
    sky
    Participant

    Many thanks for the improvements in the New year.

    Test file b again with v17.4.0 beta 1: 4,000,000 lines of “ab”, Enable regular expressions.
    Replace All “b\n” with “” (empty), it just take around 5 seconds, 4 times faster than v17.3.2.

    Test file c again with v17.4.0 beta 1: 10,000,000 lines of “ab”, Enable regular expressions.
    Replace All “b\n” with “” (empty), it just take around 11 seconds, 9 times faster than v17.3.2 !!

    The result is very good~

    in reply to: "Replace in Files" CR and LF problem #22695
    sky
    Participant

    Thanks for explain.

    in reply to: Newline Characters replacement problem #22686
    sky
    Participant

    Test file: 4,000,000 lines of “ab”, File Size is 16MB, tested on EmEditor v17.3.0 beta 1.

    I have tried to increase the number in the Minimum File Size to Use Temporary File text box to 3,000 MB.
    And also increase the number in the Memory Size text box to 26.
    mem

    The result is the same, the first 9%(1,800,000 lines) is finished within 1 second, almost immediately.
    but the rest of 91%(2,200,000 lines) spent more than 20 seconds.
    test

    In this simple test case, if use “Remove Newline Characters” command first, and then remove “b” character, will be finished quickly.
    But it is not easy to handle complex replacement with Regexp for some real big files(200~400MB with 4,000,000~20,000,000 lines).
    Therefore I will hope the “Replace” function still can optimize as “Remove Newline Characters” command.
    Thanks.

    in reply to: CSV mode Enhancement Suggestions #22491
    sky
    Participant

    Thanks for the enhancements.

    in reply to: WordComplete issues #22426
    sky
    Participant

    Issue 1 is not yet fixed for some conditions.

    1. Initial launch EmEditor 17.1.3 portable version 64 bit
    2. Enable “Word Complete” plugin
    3. Enable “Do not share process between documents”
    4. Restart
    => OK

    But if add a new plugin from the Library, for example: “Bookmarks” or “FindAndCenter”…etc
    And then repeat above step 2 ~ step 4, it will be crash.

    in reply to: "Scroll Bar – Popup menu" problems #22425
    sky
    Participant

    Many thanks for your feedback.
    ( I am not aware it is the system scroll bar. )

    in reply to: "Macros Toolbar" position problem #22410
    sky
    Participant

    I did try to lock the Macro toolbar, and Hide, then show again.
    It still collapsed at the right side, and can not use pop up menu to show the hidden buttons.
    Only “Macro toolbar” has this problem, the other Toolbars are OK.
    Macrobars

    Therefore, after Hide & Show, I will always need to drag the “Macro toolbar” out from the right side.

    You may ask why not lock the Macro toolbar at the middle position.
    Because another problem is, if I have many Macros on Macro toolbar, it have no “>>” button on the right end.
    So it will not be able to click “>>” and then use the rest macro buttons.
    Macrobars2

    in reply to: \n is not replaced in 17.1.2 #22405
    sky
    Participant

    Suppose you have enabled “Treat CR and LF Separately” in Advanced dialog box,
    So you will need Find “\r\n” if this option is enabled.
    adv

    BTW, it seems have another problem here.
    Find “abc” it will display : “Cannot find abc below the current position.” => OK
    Find “\n\n” it will display : “Cannot find \n\n below the current position.” => OK
    Find “abc” and Replace with “,” it will display : “Cannot find abc anywhere in document.” => OK
    But, if Find “\n\n” and Replace with “,” it will display Nothing.
    re

    in reply to: "Quick Launch" problems #22403
    sky
    Participant

    Thanks for your reply.

    As for problem 1, I found the answer on the below page.
    “www.emeditor.com/forums/topic/tools-quick-launch-and-eecommon-ini-keymapsearchhist”

    the history is only stored if you press the Enter-key
    after you finished typing in your search term.

    Due to my Win10 computer is faster than Win7 notebook,
    When I search some keywords on Win10, it’s actual feel “on-the-fly” to list the commands immediately, doesn’t need to press Enter key, cause it’s always empty.
    But the slower Notebook, it will have some delay, so I will press Enter key unintentionally, and then trigger the “search history” stored.

    Therefore, please consider to add some descriptions in the EmEditor Help – Features – Quick Launch
    “The history is only stored if you press the Enter-key after you finished typing in your search term.”
    Thanks.

    in reply to: "Paste" will separate other column data #22357
    sky
    Participant

    Yes, it is the latest version.
    Initial launch EmEditor with default setting, and perform above steps:
    csv

    in reply to: Double quotation mark problems in CSV & DSV Mode #22352
    sky
    Participant

    Thanks for your explain.

    in reply to: "Replace All" in big file may be crash #22320
    sky
    Participant

    Win 10 system 16GB memory status as below, File size: 417MB with 18,580,000 lines.
    But the situations were different in the Win 7 system, I can’t find “CrashDumps” folder in the system.
    I am still trying to find more precise way to reproduce this problem during Replacement…

    1
    2

    in reply to: EmEditor Icon in Korean language #22309
    sky
    Participant

    During using EmEditor, when I noticed an unusual symptom, I will try to switch another language for confirmation.
    Normally, I will check English, SC and Japaneses version.

    Recently, I found there is no tool tip(F2… F9…) in “No Wrap” page.
    But “Highlight (1)” page has this tip.
    Nowrap

    Therefore I checked all languages on v17.1.0, the result is the same.
    But I saw the icon on task bar was different in Korean language.

    By the way, I also found the tip has ever existed on EmEditor v2.0.
    My conclusion is that suppose the tip was removed for some reason.
    No Wrap2

    in reply to: Filter csv on a string? #22293
    sky
    Participant

    May be you refer to the “CSV, Filter Bar, and Sort” movie on EmEditor homepage.

    CSV

    sky
    Participant

    Currently, if disable synchronization, it will cause another side effect.
    For example, two lines of “abcdef”, and Find Dialog Box “>” button : Find drop-down list box = “Selected Text”
    1. Use Find Toolbar to find “abc
    2. Press Ctrl + F, use Find Dialog Box to find “def
    3. Close Find Dialog Box
    4. Press F3, expect to find the previously searched string “def“, but it will find “abc“.
    5. Besides, Press Ctrl + F again, click “V” button try to get back Find history, but the previously searched string “def” is gone.

    in reply to: When searching, put string in center #22287
    sky
    Participant

    Try to use FindAndCenter Plug-in in the Library, I always installed it.

    FindAndCenter プラグイン (32ビット) 検索文字列の中央化
    FindAndCenter プラグイン (64ビット) 検索文字列の中央化

    However, user interface language is Japanese only…
    Center

    in reply to: "Multiline Find" problems #22279
    sky
    Participant

    Now, it will show current Selected Text in the 1st item.
    But it lack of Newline Characters (\n) between two lines.

    Multiline

    in reply to: "Select All" behavior in CSV mode #22239
    sky
    Participant

    Tested on EmEditor v17.0.2 and v17.1.0 beta 5.

    Normal mode is able to select the last line, OK.
    CSV cell selection mode the last line (with partial columns) can’t be selected.
    Non-CSV cell selection mode is able to select the last line, OK.

    Select

    in reply to: Block mode paste repeats first line #22213
    sky
    Participant

    It is great on v17.1.0 beta 5,
    In the past year, I had depended on Excel to help handle these, and then copy into EmEditor more than fifty times.
    Now, I can no need for Excel on this, thanks!

    in reply to: "Run Macro" button tooltip problem #22212
    sky
    Participant

    It fixed on v17.1.0 beta 5.
    Thanks.

    in reply to: Block mode paste repeats first line #22208
    sky
    Participant

    This change is very useful, especially when create Batch Replace List or similar TSV files from copy-data.
    Ex.

    on	1	a		
    on	2	b		
    on	3	c		
    on	4	d		
    on	5	e	

    Before v17.1.0 beta 4, need to paste into Excel two columns separately first, and then copy & paste back to EmEditor. Now it can be done in EmEditor.

    In addition, suggest also consider to add an option to CVS mode for this change in future version.
    Because when we try to copy & paste above “a~e” (a \n b \n c \n d \n e \n) vertical data from other software(ex. Excel),
    If paste to EmEditor CVS mode column 2 or later, “a” position is correct, but “b”~”e” position will be on the unexpected column 1.
    CSV

    If paste to Excel column B or later, “a” position is correct, and “b”~”e” position is correct as well.
    Excel

    in reply to: " Output bar" may slow down the speed #22199
    sky
    Participant

    It still can reproduce the issue on v17.1.0 beta 4.

    Step 1. Fresh EmEditor v17.1.0 beta 4, initial launch and open a file with 100000 lines of “0123456789”.
    1

    Step 2. Extract “\d” with Regexp -> 0.547 sec, OK
    2

    Step 3. Check the Output Bar check box, and then Extract “\d” with Regexp -> 7.703 sec, OK
    3

    Step 4. Uncheck the Output Bar check box, and then Extract “\d” with Regexp -> 54.9 sec, speed is very slow than step 2.
    4

    in reply to: WordComplete Plug-in WorkThread error #22190
    sky
    Participant

    Duplicate way:
    1. Select “HTML” Configuration
    2. Enable “WordComplete” Plug-In
    3. Tools menu – Properties for Current( or All) Configuration
    4. Select Display page and Click something -> Error
    Error

Viewing 25 posts - 51 through 75 (of 105 total)