Forum Replies Created

Viewing 25 posts - 2,376 through 2,400 (of 3,699 total)
  • Author
    Posts
  • in reply to: Question and little helpfile typo correction. #8087
    Yutaka Emura
    Keymaster

    Salabim wrote:
    Hi Yutaka,

    Sorry for the late reply, I’m a little ill these days, I use the latest version 9.08
    I have “Save and Restore” in that drop-down list.

    I will try to check with this setting again. Thanks!

    in reply to: Loading large files – memory and speed #8086
    Yutaka Emura
    Keymaster

    I will try to add this information to the FAQ. Thanks!

    in reply to: question before buying #8085
    Yutaka Emura
    Keymaster

    Can you make sure your Outline plug-in settings are the same between v8 and v9? You can verify the settings from the Outline plugin Properties, and then select HTML configuration. Your v8 screenshot suggests that you used the XML default settings:

    Custom (Level1/2)

    for level 1
    for level 2

    and check “Regular Expressions” for both levels.

    in reply to: Edit > Convert Selection > comment is not available #8084
    Yutaka Emura
    Keymaster

    In HTML, these commands are disabled because Line Comment is empty. Instead, please use the HTML Bar plug-in, where you can select the Comment button. Unfortunately, there is no Uncomment alternative.

    in reply to: Emeditor 9.10 registration code #8078
    Yutaka Emura
    Keymaster

    gan wrote:
    After upgrading Emeditor 9.08 to 9.10 emeditor changed to unregistered and my registration code is all of sudden no longer accepted.

    Does version 9.10 require a new registration code and if so where do i get it? The registration key found when i logon to the customer center is not accepted.

    gan

    There was a bug in v9.10. This bug was fixed in v9.11, and it is released now. I am sincerely sorry about this. Thank you.

    in reply to: Loading large files – memory and speed #8076
    Yutaka Emura
    Keymaster

    You will notice a difference when EmEditor opens a larger file. If you open a file smaller than 300MB, EmEditor tries to load all the file content to memory, and so it consumes more memory. If you open a file larger than 300MB, EmEditor uses less memory. This threshold (300MB) can be customized via Customize dialog > Advanced tab.

    in reply to: Closing member of a highlighted pair is in comment text #8074
    Yutaka Emura
    Keymaster

    mguttman wrote:
    Dear Mr. Emura,
    I am currently using ver. 9.07.
    There is a small problem when a closing member of a highlighted pair is found in comment text:


    # Bracket pair highlighting problem
    sub bracket_pair
    my ($1, # I have a number of issues:
    $2, # 1) See what it pairs with?
    $3 # 2) more comments
    ) = @_;

    When you place the cursor at the opening member, the wrong closing member, the one in the comment, is highlighted.
    Yes, I know, to fix this EmEditor would have to “know” what “a comment” is, as distinct from other configuration types.
    What are you folks out there saying, does it worth a fix???
    Meir

    It seems a bug, but this behaivor was the same as version 8. I don’t remember exactly why this was not fixed. I will make sure this behavior will be fixed by the next major release. Thank you!

    in reply to: Synchronized scrolling of tiled windows/tabs #8073
    Yutaka Emura
    Keymaster

    EmFritz wrote:
    When working with many files which have basically the same structure but i.e different languages and there are things to adapt nearly at the same area for every single file (pricepoints, currencies, disclaimer etc.) simultaneous scrolling of the tiled windows/tabs would be fine.

    Maybe this feature has been implemented already and I am just unable to find it?

    There might be a plug-in to scroll both windows, but it is old. I will make sure this will be one of features in the next major release. Thank you!

    in reply to: Question and little helpfile typo correction. #8066
    Yutaka Emura
    Keymaster

    Which version of EmEditor are you using? Earlier versions of EmEditor had this issue.

    Which option do you choose in the “Automatic Workspace” drop-down list box in the Window tab of the Customize dialog box?
    EmEditor should not ask you to open non-existing files after the first try.

    I corrected the Help file.
    Thanks!

    in reply to: Edit > Convert Selection > comment is not available #8065
    Yutaka Emura
    Keymaster

    Which configuration (type of files) do you use? If you are using in Text configuration or HTML configuration, this command will not be available. The comment mark must be set in one of the Configuration Properties > Highlight (2) > Line Comment text boxes.

    in reply to: Quote marks and page break markers #8062
    Yutaka Emura
    Keymaster

    What page break sign do you use?
    Can you send me a screenshot along with detailed display settings so I can exactly reproduce your situation? My email is [email protected]. I am looking forward to hearing from you. Thank you!

    in reply to: Problem with folder when save a new file #8059
    Yutaka Emura
    Keymaster

    /cd option:


    emeditor.exe /cd

    should work, but there was a bug in the current version.

    I am fixing this bug in the next minor version.
    Thank you!

    in reply to: Bookmarks enhancements #8058
    Yutaka Emura
    Keymaster

    maxim_2004 wrote:
    some helpful enhancemens would be:
    1) special bookmarks view similar to EmEditor “Output view” – to contain bookmark’s name, filename, line# and (see for ex. Eclipse 3 IDE “bookmarks view” here) with options to sort columns (for ex sort by filename).
    2) customization of color of a bookmark.
    3) bookmark not a small rectangle, but a row-hight mark (see ex. in Notepad++ – big round bookmarks at left edge).

    I might consider your requests in the future. Thank you!

    in reply to: Select wordplus space #8051
    Yutaka Emura
    Keymaster

    I noticed some applications select a space after a word. Are you sure you want a space before a word?

    in reply to: Stop auto-indent after pressing Enter? #8049
    Yutaka Emura
    Keymaster

    Which configuration do you use, and how did you set up your tab/indent settings? (configuration properties > Tab/Indent button). Did you try resetting all configurations?

    Yutaka Emura
    Keymaster

    Randolph wrote:

    Yutaka wrote:

    I reproduced this issue. I will fix this issue by next version. Thanks!

    I’ve tried the latest version 9.08 just now, this bug still exists…
    When can it be fixed???

    I am sorry I forgot to fix it by v9.08, but it has just been fixed on my machine. Thanks!

    in reply to: Cannot understand how EP_GET_MASK works #8033
    Yutaka Emura
    Keymaster

    I think the issue is the color palette with 256-color mode. Even if your plug-in bitmap looks fine by itself, it becomes ugly with other plug-ins because the color palette must be adjusted with other bitmaps. For this reason, I would recommend you not adding 256-color bitmaps. Just use true-color bitmaps and 16-color bitmaps, and omit 256-color bitmaps. In most of my standard plug-ins, I don’t supply 256-color bitmaps any more for this reason. Most PCs now display true color, and 256-color mode is becoming obsolete. The 256-color mode feature might be taken out in the future.

    in reply to: Sound gone missing in 9.07 #8032
    Yutaka Emura
    Keymaster

    rayd wrote:

    I seem to have lost Windows sounds in version 9.07

    When I do search and replace the older versions used to bleep when there were no more matches, but it doesn’t any more.

    Any option I might possibly have turned off in EmEd?

    Cheers,

    Ray D

    It beeps fine on my PC. Please check “Play Sound to Alert” check box in the Window tab of the Customize dialog box.

    in reply to: Another cursor positioning bug #8031
    Yutaka Emura
    Keymaster

    gan wrote:
    If i select some text the cursor will stay at the end of the selection which is normal i guess. Then if i click somewhere in the selection the text will be deselected, but the cursor will stay in the same position (at the end of the text i previously selected). As soon i start typing the cursor will jump to the position i clicked and i will start typing at that position instead of where the cursor was located.

    I find this to be normal behavior except i would expect the cursor to move to the position i click and not stay in the same position until i start typing something. By the way I’m using Emeditor 9.07.

    Gan

    I am going to fix this in the next minor version. Thank you!

    in reply to: Ctrl+Tab behavior change in EmEditor v9. A bug? #8020
    Yutaka Emura
    Keymaster

    Thanks for your report. Did you check “Auto Arrange” (right-click on the Tab Bar, select “Arrange Tabs by”, and then you will see “Auto Arrange” menu.)?
    If so, which of the following was checked, Name, Type, Modified, Active, Ascending Order, Descending Order?

    in reply to: Ctrl+Tab behavior change in EmEditor v9. A bug? #8014
    Yutaka Emura
    Keymaster

    Yes, I did side by side (one is on Virtual PC), but there was no difference. I am sorry, but I think there is another factor that causes the difference. May I suggest you to uninstall EmEditor and clear all settings, and then try installing again? You can export your settings before you uninstall EmEditor.

    in reply to: Ctrl+Tab behavior change in EmEditor v9. A bug? #8011
    Yutaka Emura
    Keymaster

    I also tested on Windows XP, but still couldn’t reproduce this issue. Does anyone have the same issue? If so, please explain how you can reproduce this issue.

    in reply to: how to delete duplicate lines #8009
    Yutaka Emura
    Keymaster

    Then how about this?


    function Pair( i, s )
    {
    this.index = i;
    this.str = s;
    }

    nLines = document.GetLines();

    // Create an array
    a = new Array( nLines );

    status = "Reading lines..."

    // Fill the array a with all lines (with returns) in the document.
    for( i = 1; i <= nLines; i++ ) {
    if( (i \% 1000) == 0 ){
    status = "Reading lines: " + String(i + 1) + "/" + String(nLines);
    }
    var pair = new Pair( i, document.GetLine( i, eeGetLineWithNewLines ) );
    a.push( pair );
    }

    status = "Sorting lines..."

    a.sort( function(a,b){
    if( a.str > b.str ){
    return 1;
    }
    if( a.str < b.str ){
    return -1;
    }
    return a.index - b.index;
    });

    // Delete duplicate elements.
    for( i = 1; i < nLines; i++ ){
    if( (i \% 10) == 0 ){
    status = "Deleting duplicate lines: " + String(i + 1) + "/" + String(nLines);
    }
    if( a[i].str == a[i-1].str ){
    a[i].index = 0; // disable
    }
    }

    status = "Sorting lines again..."

    a.sort( function(a,b){
    return a.index - b.index;
    });

    var str = "";
    n = 0;
    for( i = 0; i < nLines; i++ ){
    if( a[i].index != 0 ){
    if( (i \% 1000) == 0 ){
    status = "Joining lines: " + String(i + 1) + "/" + String(nLines);
    }
    str += a[i].str;
    }
    else {
    n++;
    }
    }

    // Replace the entire document with new elements
    document.selection.SelectAll();
    document.selection.Text = str;
    status = n + " duplicate lines deleteded."

    in reply to: Ctrl+Tab behavior change in EmEditor v9. A bug? #8007
    Yutaka Emura
    Keymaster

    chjfth wrote:

    ACTION 2: If the ”Switch to Last Used Document for Next Document Command” option is checked, this action switches back to A. Otherwise, to C. Is this behavior different between v8 and v9? How is it different?

    My God. I can’t imagine you EmEditor author cannot understand it while MariaK can — perhaps you’re not a native English speaker.

    I checked my post in this thread once again. My presentation was correct! Now, let me say that again. You prepare two PC, one to install Emeditor v8, one to install v9. Then on both PC do the following:
    1. Enable option ”Switch to Last Used Document for Next Document Command”
    2. Open three files(tabs), say, A, B C .
    3. Do my keyboard ACTION 1 .

    Now you will see the difference:
    * On EmEditor v8, active tabs cycle through A -> B -> C -> A ->B ->C -> A …
    * On EmEditor v9, active tabs cycle through A -> B -> A ->B -> A …

    Apparently, v8 exhibits the reasonable bahavior, but v9 does NOT.

    ”Switch to Last Used Document for Next Document Command” is useful, that’s OK. But it SHOULD ONLY be effective when you take keyboard ACTION 2.

    I am trying EmEditor Professional v9.07 on Windows 7, but I still coulnd’t reproduce your issue. What OS do you use? Windows XP, Vista or 2000?

    in reply to: Why the move to spyware? #8005
    Yutaka Emura
    Keymaster

    You should click “Yes” to “Do you agree?” message when you first launch EmEditor. Then everything should work fine even without internet connection.

Viewing 25 posts - 2,376 through 2,400 (of 3,699 total)