Forum Replies Created
- AuthorPosts
- Yutaka EmuraKeymaster
Can you reset your colors in the Display page of configuration properties? Does this resolve the issue? If not, please explain more details of the issue, or send me a screenshot at tech @ emurasoft.com
Yutaka EmuraKeymasterI will fix this issue on the next version. Thanks!
Yutaka EmuraKeymasterThis issue will be fixed on beta 3. Thank you!
Yutaka EmuraKeymasterIt’s not possible now. Why do you want to save only bookmarks? I will think about that in future versions if you need this option.
Yutaka EmuraKeymasterThis command will be included in v20.3.904.
Yutaka EmuraKeymasterThis issue will be fixed on v20.3.902. Thank you!
Yutaka EmuraKeymasterThis will be fixed on v20.3.902. Thank you.
Yutaka EmuraKeymasterDo you want to select only one random line from the whole document? Then you can append this line:
document.selection.EndOfLine(true,eeLineLogical);
Yutaka EmuraKeymasterThis was fixed on EmEditor v20.4 beta 1 (20.3.901) without using emedshl.dll or emedshl64.dll.
Yutaka EmuraKeymasterIs the “Markdown” configuration selected when you open a .md file? If not, please try reset all settings.
Yutaka EmuraKeymasterWhat specific behaviors are missing from EmEditor Markdown preview? You can also send me ( tech @ emurasoft.com) screenshots to explain the details. Thank you!
Yutaka EmuraKeymasterI will fix this issue on the next version. Thanks!
Yutaka EmuraKeymasterThis is the correct behavior. The status bar shows “Cannot find a BELOW the current position.”, which does NOT mean “can’t find anything”.
Yutaka EmuraKeymasterI will fix this on the next version. Thanks,
Yutaka EmuraKeymasterSorting 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 EmuraKeymasterThis will be fixed on v20.3 beta 15 (20.2.915).
Thank you.Yutaka EmuraKeymasterDo 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 EmuraKeymasterThis issue was fixed on v20.3 beta 5 (20.2.905). Thank you.
Yutaka EmuraKeymasterThese 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 EmuraKeymasterThese 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 EmuraKeymasterJust to confirm, what characters do you want to select by these commands?
Yutaka EmuraKeymasterThis 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 EmuraKeymasterI 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 EmuraKeymasterAs 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 EmuraKeymasterI 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. - AuthorPosts