Forum Replies Created

Viewing 25 posts - 301 through 325 (of 3,679 total)
  • Author
    Posts
  • in reply to: SetActivePoint(…, iSel) #27206
    Yutaka Emura
    Keymaster

    This will be fixed on v20.3.902. Thank you.

    in reply to: Jump to a random line in the selection #27190
    Yutaka Emura
    Keymaster

    Do you want to select only one random line from the whole document? Then you can append this line:

    document.selection.EndOfLine(true,eeLineLogical);

    in reply to: EmEditor v20.3 beta 13 (20.2.913) #27188
    Yutaka Emura
    Keymaster

    This was fixed on EmEditor v20.4 beta 1 (20.3.901) without using emedshl.dll or emedshl64.dll.

    in reply to: Markdown previewer #27186
    Yutaka Emura
    Keymaster

    Is the “Markdown” configuration selected when you open a .md file? If not, please try reset all settings.

    in reply to: Markdown previewer #27185
    Yutaka Emura
    Keymaster

    What specific behaviors are missing from EmEditor Markdown preview? You can also send me ( tech @ emurasoft.com) screenshots to explain the details. Thank you!

    in reply to: SetActivePoint(…, iSel) #27183
    Yutaka Emura
    Keymaster

    I will fix this issue on the next version. Thanks!

    in reply to: Can’t find any result #27182
    Yutaka Emura
    Keymaster

    This is the correct behavior. The status bar shows “Cannot find a BELOW the current position.”, which does NOT mean “can’t find anything”.

    in reply to: Folder Size in Start window is not correct #27178
    Yutaka Emura
    Keymaster

    I will fix this on the next version. Thanks,

    in reply to: Sort only the selected column(s) #27177
    Yutaka Emura
    Keymaster

    Sorting only selected columns will take a significantly longer time.
    Alternatively, you can copy the selected columns, paste to a new document, sort those lines, and copy back to the original document.

    in reply to: “Undo/Redo Recent” in KeyboardMap/QuickLaunch #27167
    Yutaka Emura
    Keymaster

    This will be fixed on v20.3 beta 15 (20.2.915).
    Thank you.

    in reply to: EmEditor v20.3 beta 13 (20.2.913) #27166
    Yutaka Emura
    Keymaster

    Do you need more than one folder with the /fd option? There was a long-time issue where the updater could complain that Explorer is in use because of emedshl.dll. I wanted to simplify the installer by NOT using emedshl.dll at all. If using multiple folders with the /fd option is not very important, I would like to continue this simplified way.

    in reply to: Wrap Indent #27125
    Yutaka Emura
    Keymaster

    This issue was fixed on v20.3 beta 5 (20.2.905). Thank you.

    in reply to: Batch Find/Replace dialogs #27124
    Yutaka Emura
    Keymaster

    These issues were fixed on v20.3 beta 5 (20.2.905). Thank you.

    in reply to: Location issues when jumped from KeyboardMap/QuickLaunch #27123
    Yutaka Emura
    Keymaster

    These issues were fixed on v20.3 beta 5 (20.2.905). Thank you.

    in reply to: The 4 filter commands don’t select non-alphanumeric string #27119
    Yutaka Emura
    Keymaster

    Just to confirm, what characters do you want to select by these commands?

    in reply to: Clipboard History button position #27118
    Yutaka Emura
    Keymaster

    This is an intentional behavior. I want the list box aligned to the pasted text if it’s a single-line, but otherwise, it will be closed to the caret position.

    in reply to: Thorough search in settings #27104
    Yutaka Emura
    Keymaster

    I added this “CSV files to Detect” option to the list, and will be fixed on v20.2.902. I will check more thoroughly when I have more time. Thank you,

    in reply to: Open URL via tooltip #27103
    Yutaka Emura
    Keymaster

    As for the tooltip issue, please consider writing your macro as:

    if( document.ActiveString.substr(0,4) == "http" || document.ActiveString.substr(0,3) == "www" )
        ShowTip('<a href="' + document.ActiveString + '">^</a>', eeShowTipActiveString);

    This way, the tooltip will appear only when the active string begins with “http” or “www”, thus the macro tooltip will not appear when hovering on the inner string %22.

    in reply to: Open URL via tooltip #27102
    Yutaka Emura
    Keymaster

    I will look into the tooltip issue when active strings are nested.
    Which other issues are you referring to? Please write a new question as a new separate thread, and reiterate the issues with screenshots if possible. For me, one question per thread would be even better for me so I can understand well. Thank you.

    in reply to: Batch Find/Replace dialogs #27101
    Yutaka Emura
    Keymaster

    Both these issue will be fixed on v20.2.902. Thank you!

    in reply to: Wrap Indent #27100
    Yutaka Emura
    Keymaster

    I’ve reproduced both these issues, and they will be fixed on v20.2.902. Thank you!

    in reply to: Open URL via tooltip #27087
    Yutaka Emura
    Keymaster

    That’s because both your macro and “%22” want to show tooltips. Which tooltip do you want to see?

    in reply to: Wrap Indent #27086
    Yutaka Emura
    Keymaster

    I am not sure if I understand your last issue. Are you referring to this?:

    Take the picture as example again:
    Set the caret at the end of the logical line.
    Toggle “Wrap Indent”.
    ** The caret blinks at a false position.

    If so, can you post a sample file (or screenshot) and where the cursor is?

    in reply to: "Count Matches" and "Move to Start/End of Document" #27085
    Yutaka Emura
    Keymaster

    I reproduced this issue, and it will be fixed on the next version. Thank you.

    in reply to: CHM/Help #27082
    Yutaka Emura
    Keymaster

    This will be fixed on the next version of Help. Thank you.

Viewing 25 posts - 301 through 325 (of 3,679 total)