Forum Replies Created

Viewing 25 posts - 2,201 through 2,225 (of 3,662 total)
  • Author
    Posts
  • in reply to: FileSaveProp PromptUnicode doesn't work #8463
    Yutaka Emura
    Keymaster

    You have to save the configuration object.

    obj.Save();

    before
    document.Save(“123”);

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

    in reply to: Where is configuration metatdata stored? #8459
    Yutaka Emura
    Keymaster

    Thank you for using EmEditor!

    Most settings are stored in the Registry.
    HKEY_CURRENT_USERSoftwareEmSoft
    and
    HKEY_LOCAL_MACHINESOFTWAREEmSoft

    You can use “Import and Export” on the Tools menu to export your settings.

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

    Yutaka Emura
    Keymaster

    Hi zmeskalk,

    I will release the RTM when the program becomes very stable. Please try the current RC version. I believe it is stable enough, and if you find any bugs, please let me know. Thank you!

    in reply to: Does emeditor support zen-coding? #8455
    Yutaka Emura
    Keymaster

    I wrote zen-coding macros and snippets for EmEditor based on the latest stable zen-coding project v0.6. You can see more information at:

    http://www.emeditor.com/modules/newbb/viewtopic.php?topic_id=1469&forum=9&post_id=4707

    The direct download link is:
    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=18&lid=281

    Thank you for using EmEditor!

    Yutaka Emura
    Keymaster

    Hi dw7832,

    No, this is not a part of EmEditor. This dialog box is a part of the installer program I use.

    Yutaka Emura
    Keymaster

    Hello dw7832,

    The installer version has not been changed since the last version. The Installer Developer told me that the next version of the Installer will fix these issues, but I don’t know when the next Installer version will become available. Thanks for your patience!

    Yutaka Emura
    Keymaster

    Hi Flint,

    It looks that an icon is missing from the Updater application (included in Advanced Installer). I will report this bug to the installer developer if this problem persists.

    Thanks for your inputs!

    in reply to: LUA – Multiline Comment not Highlightet #8446
    Yutaka Emura
    Keymaster

    Hello Matthias,

    Thank you for trying EmEditor Professional!

    I reproduced your issue, and the problem was the Line Comment (–) has more priority than multiline comment (–[[…]]). If you remove the string (–) from Line Comment text box in the Highlight (2) tab of configuration properties, it works. I am not sure if I can correct this behavior at this moment.

    If you want both types of comments highlighted, instead of specifying — in the Highlight (2) tab, you can add — in the Highlight (1) tab, check “Highlight Right Side”, and select your favorite color (1 – 10). You will also need to remove the already defined keyword (-) from the list.

    I hope this helps.
    Please don’t hesitate to ask me if you have further questions.
    Thank you,

    in reply to: Changed lines indicator #8442
    Yutaka Emura
    Keymaster

    Hello gan,

    I use Visual Studio, so I understand what you mean. I might consider that feature in future versions.

    Thanks for your inputs!

    in reply to: Current line background color/horizontal line #8441
    Yutaka Emura
    Keymaster

    Hello gan,

    First of all, thank you for using EmEditor Professional!

    Currently, this is the specification. However, I understand your point, and I might consider changing this specification.

    Thanks for your inputs!

    Yutaka Emura
    Keymaster

    Dear dw7832,

    Thanks for trying EmEditor Professional v10 RC!

    I reported these accessibility issues to the Installer developer, so I hope these will be fixed soon.

    I will add a feature to select or deselect shortcuts on the Desktop from RC 3.

    Thank you,

    in reply to: Jump list enhancement #8436
    Yutaka Emura
    Keymaster

    Hello dqdb,

    Thank you for using EmEditor Professional!

    I will consider adding more commands, but the “Force Clipboard Format to Text” command requires the Tray Icon or some program to run background. So it might not be so easy to add all commands as it might sound.

    Thanks for your inputs!

    Yutaka Emura
    Keymaster

    Hello Flint,

    Thank you for trying EmEditor Professional v10 RC 2!
    There was a bug when drawing rectangular. I am fixing this for the next minor version RC3.
    Thanks for your inputs!

    in reply to: 32-bit…64-bit version? #8432
    Yutaka Emura
    Keymaster

    Hi arnold,

    Thank you for using EmEditor Professional!

    1. You can run the 32-bit on 64-bit Windows.

    2. The difference is available memory size for the program. With 64-bit program, you can open larger files, and you can open more files at the same time.

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

    in reply to: Enhancing Edit>Jump functioning #8427
    Yutaka Emura
    Keymaster

    Hello maxim_2004,

    I might consider that in future versions.
    Thank you for your inputs!

    in reply to: Tab header's context menu: "Clone" command #8426
    Yutaka Emura
    Keymaster

    Hi maxim_2004,

    Thanks for your inputs, but I don’t want to make too many features. How about running this macro:

    document.selection.SelectAll();
    s = document.selection.Text;
    document.selection.Collapse();
    editor.NewFile();
    document.selection.Text = s;

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

    in reply to: Enhancing Edit>Jump functioning #8422
    Yutaka Emura
    Keymaster

    The Column field was added due to a customer request. However, the Column field is pre-filled with the current column position, so you don’t need to change the Column field if you don’t care the Column you jump to.

    I hope this answers your questions. Please let me know if you have further questions. Thank you!

    in reply to: Highlight mouse-selected text in whole document #8418
    Yutaka Emura
    Keymaster

    I might consider this in future versions. Meanwhile, after selecting text, I would press CTRL + F3 to highlight
    all the same text in the document.

    Yutaka Emura
    Keymaster

    Thanks for your inputs!

    in reply to: Support for multi-key bindings #8406
    Yutaka Emura
    Keymaster

    Hello AbqBill,

    Thank you for using EmEditor!

    Yes, two-keystroke keyboard shortcuts are supported.

    Please see FAQ:

    http://www.emeditor.com/modules/xoopsfaq/index.php?cat_id=6#q101

    If you have further questions, please don’t hesitate to ask me. Thank you!

    in reply to: Explorer plugin doesn't allow shell extension popups #8398
    Yutaka Emura
    Keymaster

    Hello itaine,

    Thank you for using EmEditor Professional.

    I have not tried TortoiseHg, but I don’t expect all tools and popup windows work correct on the Explorer plug-in. If they don’t work, please try to use your tools on Windows Explorer.

    However, I will try to reproduce the issue and see if I can fix it.

    Thank you,

    in reply to: how can i direct find the selected text with F3 #8397
    Yutaka Emura
    Keymaster

    Hello tom8251 ,

    Thank you for using EmEditor!

    CTRL + F3 should do the same.

    Please don’t hesitate to ask me if you have further questions.
    Thanks again!

    in reply to: Replace in selection only #8391
    Yutaka Emura
    Keymaster

    Hello gan,

    I am sorry but we are not sure if we release 9.17. We rather would like to release v10 as soon as possible since v10 includes all previous bug fixes plus many new features. v10 will be available free for v9 users.

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

    in reply to: Replace in selection only #8388
    Yutaka Emura
    Keymaster

    Hello gan,

    Thanks so much for additional information.

    I reproduced your issue, and I will fix it on the next beta version of v10.

    Thanks again,

    in reply to: Replace in selection only #8384
    Yutaka Emura
    Keymaster

    I don’t think there was the setting for this purpose, but the “In the selection only” option will be checked automatically if you select more than one line of the text before you display the “Replace” dialog box. However, if the selection does not include a new line (if the selection is only one line), then this check box will not be checked automatically. I hope this makes sense to you.

    If you have further questions, please don’t hesitate to ask me. Thank you!

Viewing 25 posts - 2,201 through 2,225 (of 3,662 total)