Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHello mguttman,
I received your email. Thanks for your screenshots Apparently, you are using the U.S. Spelling plug-in. The toolbar button is in the plug-ins bar. This should be uninstalled. To uninstall the plug-in, you can go to Tools menu, Plug-ins sub menu, and then select the Spelling (U.S.), and click Uninstall button.
The context menu should be populated with suggested words when you right cilck on a word underlined with a red wiggly line. “Add Dictionary” will be right after all the suggested words. When you define menus, “Add Dictionary” can’t be selected, but it is included in “Spelling Suggestions” command.
I hope you understand all the above. Please let me know if you still have questions.
Thank you for using EmEditor!Yutaka Emura
KeymasterHello zhouzh2,
P.S. I think the snippets plug-in should be temporarily turned off in vertical mode,just like the word-complete plug-in, as they are not functioning rightly in Vertical Mode.
I am not sure if I understand this correctly. Do you mean Sticky Vertical mode? I don’t see the Word-Complete plug-in is temporarily turned off.
Yutaka Emura
KeymasterHello Viggen
1) I think it is natural to assume “>” should be after Find text box. What do you think, other users?
2) I see. However, I might consider this in future versions.
Thanks!
Yutaka Emura
KeymasterThanks for your screencast. The global option will be supported in beta 7. The format is :
${n/regexp/replace_format/option}
where option is g.
For instance.
$1
${1/./U/g}will uppercase all characters in $1.
Note: you cannot use “.*?” as a regular expression. This will match zero-length character, and the result will be empty. However, you can use “.+?”.
Yutaka Emura
KeymasterYou can email your screenshots to me at [email protected], and please identify yourself and mention your user name (mguttman).
I will consider “Ignore All” command in future versions.
Thank you,
Yutaka Emura
KeymasterHello robben,
No, sorry. Each snippet is not able to be called from macros. The Snippets plug-in command (toggling custom-bar) is possible.
Yutaka Emura
KeymasterHello robben,
This is the same bug as zhouzh2 reported. It will be fixed on beta 7.
Thank you!
Yutaka Emura
KeymasterHello zhouzh2
Thanks for trying EmEditor beta!
1. I have fixed that Snippets plug-in bug. You will see the bug fix on beta 7.
Feature request 1. I added “Automatically Hide the List when Only One Candidate is Matched” check box in the Word Complete properties Options. This allows the list disappear when only one candidate is matched.
Feature request 2. I will think about this feature, but probably not in v10.
Please let me know if you have further questions or comments.
Thanks again!Yutaka Emura
KeymasterHello mguttman,
Thank you for using EmEditor!
Which toolbar button are you talking about? There are no spelling checker buttons yet in the current version (beta 6). I suppose you are using a Plug-in spelling checker. The plug-in spelling checker is completely different from the new spelling checker. So you should uninstall the old plug-in spelling checker.
“Add to Dictionary” command is already included in the context menu. “Ignore” and “Ignore All” are not (same as FireFox). I might consider those Ignore commands in future versions.
Please let me know if you have further questions.
Thanks again!Yutaka Emura
KeymasterHello banita,
Thank you for using EmEditor Professional!
There should be no difference between configurations if configurations are exactly same. Please make sure all “Bracket Pairs” are checked in the Highlight (2) tab of both configuration properties. And of course, “Highlight Matching Brackets” needs to be checked, too.
If you have further questions, please let me know. Thanks again!
Yutaka Emura
KeymasterHi Steven,
Thanks for using EmEditor Professional!
No, you should uninstall EmEditor v8 before you install v10. Even if you forget to uninstall v8, v10 installer should automatically uninstall v8.
Please don’t hesitate to ask me if you have any further questions.
Thanks again!Yutaka Emura
KeymasterHello mguttman,
Thanks for trying EmEditor beta.
I have just fixed this bug for beta 6. Thanks for reminding me.
Please don’t hesitate to ask me if you have further comments or questions. Thanks again!
Yutaka Emura
KeymasterHello zhouzh2,
Thanks for trying EmEditor beta 5.
I fixed all bugs except 3. encoding issue. This encoding issue is a specification. If this popup menu is going to be used for a new encoding for untitled document, then I need to add “with Unicode Signature” and “without Unicode Signature”, which makes it more complicated.
I might also consider your feature requests as well. Thanks for your inputs!
Please let me know if you have other questions or comments.Yutaka Emura
KeymasterHello ToadLoadin,
Thanks for trying EmEditor beta 5!
I fixed that bug with the Dictionaries folder. I am not sure about the “global” option but regular expressions we use depend on Boost regex library.
Please let me know if you have other questions. Thanks!
Yutaka Emura
KeymasterHello cecilyen,
Thank you for using EmEditor Professional!
I might think about that in future versions, but I don’t know when.
Thanks for your inputs! Please let me know if you have further comments.
Yutaka Emura
KeymasterHello banita,
Thank you for using EmEditor!
If this is the first time you try v10, it should import settings from v9, but of course, except new colors like Comparison-related and misspelled words. Then after you tried v10, and if you go back to v9 and change settings, those new settings will not be reflected to v10 because v10 uses a different entry for color settings. I hope this information helps.
Please let me know if you have further questions. Thank you!
Yutaka Emura
KeymasterThank you for trying EmEditor beta!
You can show line numbers on the General tab of configuration properties. Please let me know if you have further questions. Thanks!
Yutaka Emura
KeymasterHello banita,
Thank you for using EmEditor!
When you uninstall v9, the uninstaller will ask you whether you want to save settings. You can select “YES”, and then you should have any problems. If you need to move your settings from one PC to another, you can Import/Export wizard on the Tools menu.
Please let me know if you have further questions. Thank you.
Yutaka Emura
KeymasterHello robben,
I will fix this issue. I am very sorry about this inconvenience.
Will that fix your zen-coding issue, too? If not, please be more specific about the issue.Please don’t hesitate to ask me if you have further questions,
Thanks,
Yutaka Emura
KeymasterNow supported on v10 beta 5!
Yutaka Emura
KeymasterHello zhouzh2,
Thanks for using EmEditor beta!
Your two points are true. I might improve at least #2 so the spelling checker always checks spelling even if you overwrite words with another styles.
Thanks for your inputs!
Yutaka Emura
KeymasterHello Viggen,
Thanks for trying EmEditor Professional Beta!
I reproduced this issue. I will see what cause this issue. Thank you for your input!
Please let me know if you have further comments or questions.
Yutaka Emura
KeymasterHello ToadLoadin,
I reproduced this issue, and I am going to fix this one although it might not be perfect.
Thank you!
Yutaka Emura
Keymasterzhouzh2 wrote:
Hi Yutaka,
When using regex to find and/or replace ‘s’, Emeditor will match both TABs and SPACEs. Is this an expected behavior or a bug?Yes, whitespace (s) includes both tabs and spaces.
Yutaka Emura
KeymasterHello ToadLoadin,
I am going to fix that bug, and also try to add that feature. Thank you!
- AuthorPosts