Forum Replies Created

Viewing 25 posts - 1,701 through 1,725 (of 3,693 total)
  • Author
    Posts
  • in reply to: two issues related to bookmarks #10467
    Yutaka Emura
    Keymaster

    Hi chekako,

    These issues will be fixed on the next minor version (v11.1.9 beta). Thanks for your inputs!

    Yutaka Emura
    Keymaster

    Hello,

    I reproduced this issue, and will fix the issue soon.
    Thank you!

    in reply to: manage tsv data #10434
    Yutaka Emura
    Keymaster

    Hello,

    Can you please make sure the last line terminated with a new line? If so, you should have any problems with copying and pasting a column. Thank you!

    Yutaka Emura
    Keymaster

    Hello!

    Please go to the Find dialog, click “>” button next to the Find text box, and a menu appears. Please select the “Custom”, then click the “>” button again and select “Save as Default”. This way, next time, it shouldn’t change the initial text that appear in the Find text box.

    Likewise, you can do the same way with the File Types drop-down list box, and the Folder drop-down list box — select the “Custom” will remember the last used item.

    Thanks!

    Yutaka Emura
    Keymaster

    Hello,

    The process to export is just copy the Registry key at:

    HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3

    and

    HKEY_CURRENT_USERSoftwareEmSoftEmEditorPlugIns

    So, you should be able to copy these registry keys by any scripting languages.

    Thank you!

    Yutaka Emura
    Keymaster

    Hello,

    You can use “Replace in Files” to replace ‘r’ and ‘n’ independently.

    Please see:

    http://www.emeditor.com/help/howto/search/search_nl.htm

    for more details.

    Thanks!

    in reply to: Korean and Chinese translations (v10.0.5) #10415
    Yutaka Emura
    Keymaster

    Hello vbunny,

    Thanks for your offer. I will let you know when I need translation help for Traditional Chinese. The Help file does not need to be translated.

    Thank you!

    in reply to: Changing the default application to open a file #10412
    Yutaka Emura
    Keymaster

    Hello,

    I am sorry that I misunderstood your question. Unfortunately, in the Find in Files result, you can’t open the file with the associated program. However, after you open a .TTX file with EmEditor, you can click “Associated Program” button on the Tools toolbar. I hope this helps.

    Thank you!

    in reply to: Changing the default application to open a file #10405
    Yutaka Emura
    Keymaster

    Hello,

    Please go to Customize on the Tools menu, File tab, click “Associate with EmEditor”, select “txt” in the list, and then click “Delete” button. This will delete the association of “txt” files with EmEditor.

    Thank you!

    in reply to: Make an option to restore v9 tab behavior. #10395
    Yutaka Emura
    Keymaster

    Hi ginger,

    I am sorry. In that case, you can select “Button” from the “Style” drop-down list in the Tab tab of the Customize dialog.

    Thanks!

    in reply to: Make an option to restore v9 tab behavior. #10391
    Yutaka Emura
    Keymaster

    Hi,

    You can customize the tabs from the Tools menu, Customize, and then select Tabs tab. You might want to select “None” from the “When Not Fit” drop-down list.

    Thanks!

    in reply to: working with json #10388
    Yutaka Emura
    Keymaster

    Hi,

    EmEditor is just a text editor, and doesn’t offer such a functionality. However, it is possible that you might find an object to use in macros (JavaScript or VBScript).

    Thanks!

    in reply to: open all selected with right click #10369
    Yutaka Emura
    Keymaster

    Did you try Notepad and Paint? Did you try “Open with” commands instead?

    in reply to: open all selected with right click #10367
    Yutaka Emura
    Keymaster

    Hello user,

    I tried with EmEditor v11.1.7 with Windows XP+SP2, and if you right-click on Explorer, and select “Open With” > “EmEditor”, only one file is open. However, you see the same behavior with Notepad, too. If you select multiple bitmap images and select Open with Paint, the same. I think this is the Windows behavior. Please select “EmEditor” on the context menu instead.

    Thanks!

    Yutaka Emura
    Keymaster

    Hi mguttman,

    You can install the portable version (INI version) of the beta (or any version) side-by-side with the current version.

    However, I would recommend you to install the Installer version so that you will not have any issues with the file extension associations or shortcuts. The installer versions run faster than the portable versions. After you use the installer to install the beta version, if you are not satisfied with the new version, you can simply uninstall it, and install an older version. When you uninstall, the uninstaller will ask you whether you want to save your personal settings, and you can select ‘Yes’ to save all your settings. I do this kind of uninstall and install all the time, and there was no problem.

    And, please don’t worry about beta. I believe the current latest beta (v11.1.7) is very stable — as stable as the current release version (v11.0.5), and there should be nothing to worry about. Because of a little nice new features available only on the new beta, I would definitely use the new version!

    Thanks!

    in reply to: toolbar buttons #10299
    Yutaka Emura
    Keymaster

    Please look at the Command Reference in the Help.

    http://www.emeditor.com/help/cmd/index.htm

    in reply to: Macro operations still crash the editor #10292
    Yutaka Emura
    Keymaster

    Hello abre,

    1. If you go to the About dialog on the Help menu, on the System Information box, you can see whether EmEditor is using the Registry or INI files.

    5. In the Find dialog , please click “>” button and select “Multiline”.

    Thank you!

    in reply to: Macro operations still crash the editor #10290
    Yutaka Emura
    Keymaster

    Hello,

    1. I still can’t reproduce this issue. Are you using INI settings or the registry settings? Which language do you use for EmEditor UI? Does the problem occur only at a certain language UI? Please let me know if you can find a condition where you can reproduce this issue.

    2. Please set the “Automatically display the HTML Bar for selected configurations” check box in the plug-in properties. (Please right-click on the HTML Bar button on the Plug-ins toolbar, and select Properties).

    3. No. I would like to add this feature in the future.

    4. Unfortunately, there is no good way to do this. You could use HighlightItem and HighlightList objects, but not a very good solution. If we could use the Marker it would be nice, but Markers can’t be controlled from macros.

    Thank you,

    in reply to: toolbar buttons #10289
    Yutaka Emura
    Keymaster

    You can write a macro like this:


    #icon = "filename"
    editor.ExecuteCommandByID(4564);

    and customize the toolbar to include this button. #icon is optional.

    Also, “Delete empty lines” can be done by writing a macro.

    in reply to: search/replace in all currently opened files #10280
    Yutaka Emura
    Keymaster

    You can search in all opened files, but not in the selected text of each opened file. Please check “Search All Open Documents” check box in the Find dialog.

    Thanks!

    in reply to: numbering lines #10278
    Yutaka Emura
    Keymaster
    in reply to: Head-start version: EmEditor Professional v11.1.6 beta #10273
    Yutaka Emura
    Keymaster

    Hello Flint,

    I reproduce the issue of the Find dialog, and I have fixed it for the next beta version.

    I don’t know why the crash happens. Please try disabling all plug-ins. If you still see the issue without any known conditions, you might want to send the information to Microsoft when the crash prompts you to send the information to Microsoft. Later, I can retrieve the information from Microsoft.

    Thank you!

    in reply to: Recent File Paths Truncated #10270
    Yutaka Emura
    Keymaster

    Hello,

    I will make this optional in future versions. Thank you!

    in reply to: Replacing question #10267
    Yutaka Emura
    Keymaster

    Hello,

    You can use the “Batch Replace” feature of EmEditor Professional v11. Please see:

    http://www.emeditor.com/modules/feature1/rewrite/tc_39.html#batch_replace

    for details.

    Thank you!

    in reply to: Double byte characters are shown as squares #10260
    Yutaka Emura
    Keymaster

    Hello,

    You might want to change the font so that it can show Japanese and Chinese. If that doesn’t help, please do this:

    Using the Registry Editor (regedit.exe), please find the key:

    HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3Common

    and insert a new REG_DWORD value called

    UseUniscribe

    as 1.

    By default, this vaule is set to 0 (Windows Vista or 7), and 1 (Windows XP or earlier).

    The only issue is that the Unicode Ideographic Variation Sequence (IVS) may not work when this value is 1.

    I hope this helps.

    Thank you!

Viewing 25 posts - 1,701 through 1,725 (of 3,693 total)