Forum Replies Created

Viewing 25 posts - 2,226 through 2,250 (of 3,701 total)
  • Author
    Posts
  • Yutaka Emura
    Keymaster

    Hello ADT,

    Thanks for using EmEditor Professional!

    If I understand your question correctly, “HTML Tidy” might work best for you. An example as to how you configure an external tool, please see the EmEditor Professional 9 feature page or http://www.emeditor.com/images/emeditor9_tool_prop_e.png

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

    Yutaka Emura
    Keymaster

    Hello tungwaiyip,

    It should be very soon…

    Thanks!

    in reply to: How to set configuration properties in a macro #8517
    Yutaka Emura
    Keymaster

    Hello derekcohen,

    Yes, it is included in v10 RC.

    in reply to: EmEditor FREE #8512
    Yutaka Emura
    Keymaster

    Hi ZoNi,

    There is no “portable” version of EmEditor Free v6.00.4. I don’t know how you did it, but it is not supported by Emurasoft. Please refrain from letting others use that software. The official EmEditor Free is available in our website at http://www.emeditor.com/modules/download2/rewrite/tc_5.html

    Yutaka Emura
    Keymaster

    Hi Maria,

    I made the True Color work on Windows 2000 SP4 on the next version of v10 (RC 8). Although the toolbar on Windows 2000 may not look exactly same as the toolbar with the true alpha layer on Windows XP+, most people won’t see the difference. Please try when it becomes available.

    Thank you,

    in reply to: adding files to project #8503
    Yutaka Emura
    Keymaster

    Hello Derek,

    You can’t drag a tab to add the file to a project, but you can drag the EmEditor icon on the left top corner of the EmEditor window to the project.

    On the next RC version of EmEditor v10, I will correct the behavior of the tab icon.

    Thanks for your input!

    Yutaka Emura
    Keymaster

    Maria,

    I am sorry we didn’t support true color. We support Windows 2000 SP4, but that is when you use 16 color mode. True color is not supported on Windows 2000. Please continue using EmEditor with 16 color mode.

    If you have further questions, please let me know.

    Thank you,

    in reply to: Plugin to highlight duplicate lines – needed. #8490
    Yutaka Emura
    Keymaster

    Hi ginger,

    I am not sure exactly what you would like to do, but you can add “aaa” and “bbb” in the Highlight (1) tab of configuration properties, and specify different colors.

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

    in reply to: Code scope highlighting/coloring #8488
    Yutaka Emura
    Keymaster

    Hello innerspir,

    Thanks for your comments! I might think about that in future versions. Thanks!

    in reply to: "Debug" of external tools #8486
    Yutaka Emura
    Keymaster

    Hello Matthias,

    Thank you for using EmEditor Professional.

    Unfortunately, there is no way to see how the commandline is resolved before the tool runs. I might consider that in future versions.

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

    in reply to: Associate Macros w/ Solution #8485
    Yutaka Emura
    Keymaster

    Hello Matthias,

    Thank you for using EmEditor Professional.

    Unfortunately, there is no way to associate macros with solutions at the current version of EmEditor.

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

    in reply to: Backup of sourcefiles #8469
    Yutaka Emura
    Keymaster

    You can write a macro to change backup settings.

    This is just an example how you write that macro:

    cfg = document.Config;
    cfg.Backup.SaveToFolder = true;
    cfg.Backup.Folder = "C:BackupFolder";
    cfg.Save();

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

    in reply to: Backup of sourcefiles #8467
    Yutaka Emura
    Keymaster

    Hello Matthias,

    Thank you for using EmEditor!

    I might consider more sophisticated backup settings in future versions. Thank you!

    Yutaka Emura
    Keymaster

    Hello Maria,

    Maria, I am sorry I didn’t realize you were still using Windows 2000. I resumed support for Windows 2000 SP4 on RC3 because of some feedback from Windows 2000 users. However, the only 16 colors and True Color bitmaps are supported now. 256 color bitmaps are not support any more. There always have been issues developing 256 color bitmaps, and as we need to add more command buttons to toolbars, we dropped the 256 color support altogether.

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

    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,

Viewing 25 posts - 2,226 through 2,250 (of 3,701 total)