Forum Replies Created

Viewing 25 posts - 1,426 through 1,450 (of 3,703 total)
  • Author
    Posts
  • in reply to: EmEditor Professional v14.3.0 beta 1 released! #18011
    Yutaka Emura
    Keymaster

    Hi Ivan,

    Please uninstall older beta versions first, and then install a new version. There is a logic to automatically uninstall older versions, but I think it works only in English. I will improve this on the new beta versions (on v14.4 or later). Thank you!

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #18001
    Yutaka Emura
    Keymaster

    EmEditor Professional v14.3.0 beta 7 released!

    Today, we are releasing EmEditor Professional v14.3.0 beta 7.

    Updates from beta 6 include:

    New General Features

    • Fixed the bug where searching in CSV files might have caused a crash.
    • Other bug fixes and optimization.

    To Download

    emed32_14.3.0_beta7.exe (32-bit installer)
    emed64_14.3.0_beta7.exe (64-bit installer)

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #17994
    Yutaka Emura
    Keymaster

    EmEditor Professional v14.3.0 beta 6 released!

    Today, we are releasing EmEditor Professional v14.3.0 beta 6.

    Updates from beta 5 include:

    New General Features

    • Fixed the bug where previous beta versions didn’t work on Windows XP.
    • Optimization.

    To Download

    emed32_14.3.0_beta6.exe (32-bit installer)
    emed64_14.3.0_beta6.exe (64-bit installer)

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #17986
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.3.0 beta 5.

    Updates from beta 4 include:

    New General Features

    • Scroll bar marker now becomes 3 columns and allows you to show Comparison results.
    • Optimization.

    To Download

    emed32_14.3.0_beta5.exe (32-bit installer)
    emed64_14.3.0_beta5.exe (64-bit installer)

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #17977
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.3.0 beta 4.

    Updates from beta 3 include:

    New General Features

    • Fixed the bug where beta 3 didn’t scroll by gesture with touch screen.

    To Download

    emed32_14.3.0_beta4.exe (32-bit installer)
    emed64_14.3.0_beta4.exe (64-bit installer)

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #17975
    Yutaka Emura
    Keymaster

    Hi Skeeve,

    What is the size of the file? (How many lines or bytes)
    If possible, can you send me a sample file to tech@emurasoft.com and please identify yourself as Skeeve from the forum.
    I will need to reproduce the slowness issue to fix it.

    Thank you!

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #17973
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.3.0 beta 3.

    Updates from beta 2 include:

    New General Features

    • The ability to change the colors of vertical indicators and the scroll bar marker.
    • Optimized for large files when Encode/Decode Selection commands are selected.
    • Fixed the bug where the horizontal scroll bar didn’t move.
    • The vertical scroll bar markers redraw optimization.

    To Download

    emed32_14.3.0_beta3.exe (32-bit installer)
    emed64_14.3.0_beta3.exe (64-bit installer)

    in reply to: EmEditor Professional v14.3.0 beta 1 released! #17969
    Yutaka Emura
    Keymaster

    We are releasing EmEditor Professional v14.3.0 beta 2.

    To Download

    emed32_14.3.0_beta2.exe (32-bit installer)
    emed64_14.3.0_beta2.exe (64-bit installer)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the

    Yutaka Emura
    Keymaster

    Hi Amdreas,

    I will work on this as soon as I have a time.

    Thanks!

    in reply to: Customized Themes Issue #17912
    Yutaka Emura
    Keymaster

    I fixed this issue. Please try:

    emed32_14.2.2_b1.exe (32-bit)
    emed64_14.2.2_b1.exe (64-bit)

    Thank you!

    in reply to: Customized Themes Issue #17909
    Yutaka Emura
    Keymaster

    Hi LTT,

    OK, I will make “Rename” available in this case.

    Thanks!

    in reply to: Any way to separate data by bytes? #17854
    Yutaka Emura
    Keymaster

    Hi no1,

    After you open the file as Binary (ASCII View), you can record a macro. For example, when the cursor is at the left top corner, you can click the “Record All Except Mouse/Keyboard Activities” button on the toolbar, and record your keystroke like this:

    Press RIGHT 8 times, COMMA (,), RIGHT 30 times, COMMA (,), RIGHT 15 times, COMMA (,), RIGHT 10 times, COMMA (,), RIGHT 13 times, … , HOME, DOWN.

    Then stop recording the macro. This will record a macro like this (in case of JavaScript):

    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.Text=",";
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.Text=",";
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.Text=",";
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.Text=",";
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.CharRight(false,1);
    document.selection.Text=",";
    document.selection.StartOfLine(false,eeLineView | eeLineHomeText);
    document.selection.LineDown(false,1);
    

    Then you can choose Run with Temporary Options on the Macros menu, and enter the number of lines as the “Repeat Count”. After you have done this, save the file, and open the file and switch to the CSV mode. I hope this helps.

    in reply to: EmEditor Professional v14.2.0 beta 1 released! #17848
    Yutaka Emura
    Keymaster

    Hello Glamsight,

    This will be fixed on the next minor version, and it will be released shortly.
    Thanks!

    in reply to: Any way to separate data by bytes? #17812
    Yutaka Emura
    Keymaster

    Hello,

    How about opening a file as Binary (ASCII View)?

    in reply to: Highlight HTML tag is not the same as set in options #17811
    Yutaka Emura
    Keymaster

    I will fix this issue on the next version. Meanwhile, you can change the color after you delete the first occurrence.
    I am also deleting other duplicates, and adding many more HTML 5 keywords.
    Thanks!

    in reply to: Highlight HTML tag is not the same as set in options #17803
    Yutaka Emura
    Keymaster

    It appears that “span” was specified twice in the list. You can scroll down the list and you will see another SECOND occurrence of “span”, which is RED. You can delete the SECOND “span”. I will fix the default keyword list for HTML.

    Thanks!

    in reply to: EmEditor Professional v14.2.0 beta 1 released! #17775
    Yutaka Emura
    Keymaster

    v14.2.0 beta 2 is released to fix bugs and update international user interfaces and Help. Please download at:

    emed32_14.1.91.exe (32-bit installer)
    emed64_14.1.91.exe (64-bit installer)

    Thank you!

    in reply to: Background color of bookmarked lines and current line #17763
    Yutaka Emura
    Keymaster

    That’s good to hear!
    Happy new year!

    in reply to: Background color of bookmarked lines and current line #17761
    Yutaka Emura
    Keymaster

    Hi Andreas,

    I fixed this issue. Can you try this:

    emed32_14.1.91.exe
    emed64_14.1.91.exe

    Thanks!

    in reply to: Background color of bookmarked lines and current line #17742
    Yutaka Emura
    Keymaster

    Hi Andreas,

    This bug should be fixed on this version:

    /forums/topic/emeditor-professional-v14-2-0-beta-1-released/

    Can you please try it?
    Thanks!

    in reply to: Background color of bookmarked lines and current line #17710
    Yutaka Emura
    Keymaster

    Hi Andreas,

    Not exactly same, bug if you specify “Transpart” color to the background for bookmarked lines, then you will distinguish bookmarked current line from bookmarked lines.
    I hope this helps.

    Thanks!

    in reply to: Multiple cursors in find?? #17697
    Yutaka Emura
    Keymaster

    These were implemented in v14.1.0 beta 1. Can you please check?

    /forums/topic/emeditor-professional-v14-1-0-beta-1-released/

    Thanks!

    in reply to: Background color of bookmarked lines and current line #17696
    Yutaka Emura
    Keymaster

    These were implemented in v14.1.0 beta 1. Can you please check?
    /forums/topic/emeditor-professional-v14-1-0-beta-1-released/

    Thanks!

    in reply to: Multiple cursors in find?? #17686
    Yutaka Emura
    Keymaster

    Hi Blackhawk,

    I am glad you like the change. The next minor version will include the CTRL+ SHIFT + ARROW in multiple cursor mode. It should have been included in this version.

    Thanks,

    in reply to: Multiple cursors in find?? #17668
    Yutaka Emura
    Keymaster

    Hi blackhawk,

    I see what you mean. I might improve this usability in future versions. In this case, I might make the first ESC to collapse all the selections but keep multiple cursors. The second ESC will break all the cursors except the last cursor… This might become annoyance to some users, so it might become an option. I will try to do more research.

    Thanks!

  • Viewing 25 posts - 1,426 through 1,450 (of 3,703 total)