Forum Replies Created
- AuthorPosts
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.
Yutaka Emura
KeymasterI reproduced the issue, and it will be fixed on the next version. Thank you.
Yutaka Emura
KeymasterI will fix this issue on the next version. Thank you!
Yutaka Emura
KeymasterI reproduced this issue with exactly “ABC” x 100,000 times = 300,000 characters. I am not sure why but it was OK when the text is very long (100,000,000 characters). Anyway, it will be fixed on the next version. Thank you!
Yutaka Emura
KeymasterIn my case, the Replace finishes in 14 seconds. The sample file was one line “ABCABCABC…”, total of 100,000,000 character long (100MB). The result can be different with other computers. It could be more than a few minutes to finish. I could adjust the timing when the progress dialog box opens. How many minutes did you wait until you reboot the computer?
Since I can’t reproduce the issue, please do the following steps if you don’t mind.
Select the Tools menu -> Import and Export, and then select Export all settings into a registry file (if you are using a Desktop Installer) or INI files (if you are using a portable version), and save exported files and folders.
Then select the Tools menu -> All Commands -> Tools -> Reset All Settings, this should prompt you to restart EmEditor. You can always restore your settings by importing your settings you just saved.
Please check if the issue still persists. If the issue has been resolved, then please zip exported files and folders (including the AppData subfolder within the exported folder), and email the zip file to me at tech @ emurasoft.com .
Thank you,
Yutaka Emura
KeymasterHi sky,
Are you using the latest beta v20.1.901? Please wait a few more seconds before you shut down the computer. Does the progress dialog box appear while you are waiting for the Replace finish?Yutaka Emura
KeymasterThe next version will add the iSel parameter to the SetActivePoint method.
Yutaka Emura
KeymasterCSV Converter will be scrollable on the next version. Thank you!
Yutaka Emura
KeymasterIf you can use GetTopPointX, GetBottomPointX methods, you can use the second parameter iSel to retrieve a specific index of selections. There are no “Set” functions for these. If you need “Set” functions, I will extend the methods for multi-selections. Do you need “Set” functions?
Yutaka Emura
KeymasterIf you search a single column for an empty cell, select the column, and make sure the ‘^’ and ‘$’ can Match Beginning and End of the Selection check box is set in the Advanced dialog of the Find dialog, and search for
^$
.Yutaka Emura
KeymasterHello LTT,
These issues and suggestions will be addressed on the next version. Thank you!September 10, 2020 at 4:23 pm in reply to: Unable to select a word by double clicking in CSV headings #27026Yutaka Emura
KeymasterI reproduced the issue, and it will be fixed on the next version. Thank you!
Yutaka Emura
KeymasterHello LTT,
I reproduced these issues, and they will be fixed on the next version. Thank you!Yutaka Emura
KeymasterHello sky,
I reproduced this issue, and it will be fixed on the next version. Thank you!Yutaka Emura
KeymasterThis will be fixed on the next version. Thank you!
Yutaka Emura
KeymasterHello sky,
This is the correct behavior if you select multiple lines. In this case, EmEditor will set the In the Selection Only option instead.
Yutaka Emura
KeymasterHi LTT,
These issues will be fixed on v20.1.1.
Thank you!Yutaka Emura
KeymasterHello sky,
This issue will be fixed on the next version.
Thank you!- AuthorPosts