Forum Replies Created

Viewing 25 posts - 1,426 through 1,450 (of 3,693 total)
  • Author
    Posts
  • 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:

    http://www.emeditor.com/pub/emed32_14.1.91.exe (32-bit installer)
    http://www.emeditor.com/pub/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
    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:

    http://www.emeditor.com/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?

    http://www.emeditor.com/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?
    http://www.emeditor.com/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!

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

    Hello,

    I am not sure exactly what you mean, but in the Find dialog box, you can click “Find All” button to select all occurrences of the searched string.

    Also, if you want to place multiple cursors (but not select), you might want to disable “CTRL + Click to select a word” in the Mouse tab of the Customize dialog box.

    Please let me know if you still have questions.

    Thanks!

    in reply to: Wait for key press, get Key #17606
    Yutaka Emura
    Keymaster

    Hi PATATE12,

    Unfortunately, there is no way to get the last key pressed. As I wrote before, the best way is to use the Snippets plug-in. Please try it.
    Thanks!

    in reply to: EmEditor Professional v14 beta 2 released! #17605
    Yutaka Emura
    Keymaster

    Hi Ivan,

    Indeed, this was a bug, and I fixed it. Please try beta 3 when it becomes available.

    Thank you!

    in reply to: EmEditor Professional v14 beta 1 (13.9.1) released! #17576
    Yutaka Emura
    Keymaster

    Can you go to Emurasoft Customer Center again to have your keys sent? This should be fixed by now.

    Thank you,

    in reply to: EmEditor Professional v14 beta 1 (13.9.1) released! #17517
    Yutaka Emura
    Keymaster

    If you entered a lifetime license v14 key, and when you launch EmEditor, you might see a prompt says: “Your maintenance plan will end soon. Please renew your maintenance plan, and click OK to enter your new registration key.” Please ignore this message by checking the “Do not show this message again” check box, and clicking Cancel. I will fix this issue on the next beta release.

    Thank you!

    in reply to: EmEditor Professional v14 beta 1 (13.9.1) released! #17516
    Yutaka Emura
    Keymaster

    Hello Deipotent,

    I am sorry, it was a bug in Emurasoft Customer Center. Please login to Emurasoft Customer Center again (or have keys resent), and you will see your correct v14 key(s).

    Thank you!

    in reply to: List of ALL currently open files #17447
    Yutaka Emura
    Keymaster

    Hi dmitryl,

    If you want to show only a list of open files in the CURRENT group, you can use the Open Documents plug-in.

    in reply to: List of ALL currently open files #17434
    Yutaka Emura
    Keymaster

    Hi dmitryl,

    The Window menu shows the list of currently opened documents. Also, right-clicking the Tray Icon shows the list as well.

    in reply to: Tab Colors #17433
    Yutaka Emura
    Keymaster

    Hi dmitryl,

    No, it is not possible to assign different colors for different tabs.
    If this is a feature request, I might think about that in future versions.

    in reply to: Select All & Paste resets EOL #17382
    Yutaka Emura
    Keymaster

    Hi atnak,

    I reproduce the issue if the “Preserve (CR/LF) returns on Clipboard” check box on the General tab of configuratoin properties is not checked. However, I think newlines should always be LF even if this checkbox is not set. I will look into this issue.

    Thanks!
    Yutaka

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