Forum Replies Created

Viewing 25 posts - 2,276 through 2,300 (of 3,693 total)
  • Author
    Posts
  • in reply to: EmEditor Professional v10 beta 8 (9.90.8) #8321
    Yutaka Emura
    Keymaster

    Hello ToadLoadin,

    I saw your screencast. As you noticed, the auto indent feature is disabled while the cursor is inside a placeholder. This is the specification. It would become too complicated if the auto indent feature is enabled while the snippet is working. However, I might consider improvements in future versions.

    Thanks for your inputs! Please let me know if you have other questions or comments.

    in reply to: Diff on directories? #8315
    Yutaka Emura
    Keymaster

    Hello blackhawk,

    Thanks for using EmEditor Professional!

    I want to add the folder comparison feature, but that might be a big project. I might create a separate application for that feature if many people ask. I might consider that in the future.

    Thanks for your inputs! Please let me know if you have further questions or comments. Thanks again!

    in reply to: EmEditor Professional v10 beta 8 (9.90.8) #8314
    Yutaka Emura
    Keymaster

    No. Event handles cannot be added to macros, unfortunately.
    Thanks for using EmEditor!

    in reply to: EmEditor Professional v10 beta 7 (9.90.7) #8308
    Yutaka Emura
    Keymaster

    Hello Flint,

    Thanks for using EmEditor Professional!

    I modified the code so that “Rename” would not delete the original theme when the theme is modified. It might be not perfect, but I think it is better now.

    Thank you,

    in reply to: EmEditor Professional v10 beta 7 (9.90.7) #8303
    Yutaka Emura
    Keymaster

    Hello robben,

    Thanks for trying beta 7.

    I am very sorry that the Snippets plug-in didn’t work on beta 7. I fixed this issue, and will release beta 8 soon.

    Thanks again!

    in reply to: Spell checker functionality #8302
    Yutaka Emura
    Keymaster

    Hello mguttman,

    Can you try resetting the Context Menu? To do that, select Customize Menus on the Tools menu, select “Context Menu”, and then click “Reset”. I hope this helps this time.

    Please let me know if you still have issues.

    in reply to: Spell checker functionality #8299
    Yutaka Emura
    Keymaster

    Hello mguttman,

    Please make sure a proper language is selected from “Dictionaries” popup menu (on the context menu). Please try another word if you can see any suggestions and “Add to Dictionary” command. No plug-in is necessary.

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8297
    Yutaka Emura
    Keymaster

    Hello Viggen,

    I changed the tab order in Replace/Find in Files/Replace in Files dialogs. Let’s see if anyone has an objection to this change…

    Thanks for your inputs!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8296
    Yutaka Emura
    Keymaster

    Hello sst,

    Thanks for using EmEditor!

    I removed “&” from the default HTML keyword list. It will be available on beta 7. Let’s see if anyone has an objection…
    Thanks for your inputs!

    in reply to: export to spreadsheet format #8295
    Yutaka Emura
    Keymaster

    Hello corr0126,

    Thank you for using EmEditor!

    What do you want to export to a spreadsheet format? CSV is a kind of spreadsheet format.

    Please let me know if you have further questions.
    Thank you!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8290
    Yutaka Emura
    Keymaster

    Hello zhouzh2,

    Thanks for your demo. I will fix this issue on beta 7.

    If you have further comments, please let me know.
    Thanks!

    in reply to: Spell checker functionality #8289
    Yutaka Emura
    Keymaster

    Hello 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!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8285
    Yutaka Emura
    Keymaster

    Hello 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.

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8284
    Yutaka Emura
    Keymaster

    Hello 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!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8283
    Yutaka Emura
    Keymaster

    Thanks 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 “.+?”.

    in reply to: Spell checker functionality #8280
    Yutaka Emura
    Keymaster

    You 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,

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8279
    Yutaka Emura
    Keymaster

    Hello robben,

    No, sorry. Each snippet is not able to be called from macros. The Snippets plug-in command (toggling custom-bar) is possible.

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8278
    Yutaka Emura
    Keymaster

    Hello robben,

    This is the same bug as zhouzh2 reported. It will be fixed on beta 7.

    Thank you!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8272
    Yutaka Emura
    Keymaster

    Hello 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!

    in reply to: Spell checker functionality #8267
    Yutaka Emura
    Keymaster

    Hello 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!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8266
    Yutaka Emura
    Keymaster

    Hello 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!

    in reply to: EmEditor Professional v10 beta 6 (9.90.6) #8265
    Yutaka Emura
    Keymaster

    Hi 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!

    in reply to: Closing member of a highlighted pair is in comment text #8260
    Yutaka Emura
    Keymaster

    Hello 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!

    in reply to: EmEditor Professional v10 beta 5 (9.90.5) #8259
    Yutaka Emura
    Keymaster

    Hello 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.

    in reply to: EmEditor Professional v10 beta 5 (9.90.5) #8258
    Yutaka Emura
    Keymaster

    Hello 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!

Viewing 25 posts - 2,276 through 2,300 (of 3,693 total)