Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterThis will be fixed on v20.3.902. Thank you.
Yutaka Emura
KeymasterDo you want to select only one random line from the whole document? Then you can append this line:
document.selection.EndOfLine(true,eeLineLogical);
Yutaka Emura
KeymasterThis was fixed on EmEditor v20.4 beta 1 (20.3.901) without using emedshl.dll or emedshl64.dll.
Yutaka Emura
KeymasterIs the “Markdown” configuration selected when you open a .md file? If not, please try reset all settings.
Yutaka Emura
KeymasterWhat specific behaviors are missing from EmEditor Markdown preview? You can also send me ( tech @ emurasoft.com) screenshots to explain the details. Thank you!
Yutaka Emura
KeymasterI will fix this issue on the next version. Thanks!
Yutaka Emura
KeymasterThis is the correct behavior. The status bar shows “Cannot find a BELOW the current position.”, which does NOT mean “can’t find anything”.
Yutaka Emura
KeymasterI will fix this on the next version. Thanks,
Yutaka Emura
KeymasterSorting 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.Yutaka Emura
KeymasterThis will be fixed on v20.3 beta 15 (20.2.915).
Thank you.Yutaka Emura
KeymasterDo 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.
Yutaka Emura
KeymasterThis issue was fixed on v20.3 beta 5 (20.2.905). Thank you.
Yutaka Emura
KeymasterThese issues were fixed on v20.3 beta 5 (20.2.905). Thank you.
October 28, 2020 at 2:57 pm in reply to: Location issues when jumped from KeyboardMap/QuickLaunch #27123Yutaka Emura
KeymasterThese issues were fixed on v20.3 beta 5 (20.2.905). Thank you.
October 26, 2020 at 7:07 pm in reply to: The 4 filter commands don’t select non-alphanumeric string #27119Yutaka Emura
KeymasterJust to confirm, what characters do you want to select by these commands?
Yutaka Emura
KeymasterThis 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.
Yutaka Emura
KeymasterI 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,
Yutaka Emura
KeymasterAs 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
.Yutaka Emura
KeymasterI 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.Yutaka Emura
KeymasterBoth these issue will be fixed on v20.2.902. Thank you!
Yutaka Emura
KeymasterI’ve reproduced both these issues, and they will be fixed on v20.2.902. Thank you!
Yutaka Emura
KeymasterThat’s because both your macro and “%22” want to show tooltips. Which tooltip do you want to see?
Yutaka Emura
KeymasterI 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?
Yutaka Emura
KeymasterI reproduced this issue, and it will be fixed on the next version. Thank you.
Yutaka Emura
KeymasterThis will be fixed on the next version of Help. Thank you.
- AuthorPosts