Forum Replies Created

Viewing 25 posts - 1,701 through 1,725 (of 3,679 total)
  • Author
    Posts
  • 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!

    Yutaka Emura
    Keymaster

    There is a button already in the toolbar. The button is the same as the Properties button, but if you hover to the button, it shows as the Keyboard Properties as a tooltip.

    Thanks,

    Yutaka Emura
    Keymaster

    It is possible to keep 10 or more cursor position history unless the document is edited. What do you mean by generating bookmarks automatically.

    Thanks!

    in reply to: File History Questions #10244
    Yutaka Emura
    Keymaster

    Hello,

    If the tab is enabled, you can hover the mouse on the tab to show the full path as tooltip.

    Thanks!

    in reply to: Bookmarks #10238
    Yutaka Emura
    Keymaster

    I couldn’t add many different flags for each bookmark in order to save memory, but I will think about adding a feature to show the bookmark list, where you can select a particular bookmark to jump to.

    Thank you!

    in reply to: File History Questions #10237
    Yutaka Emura
    Keymaster

    1. You can clear all the history, but you can’t clear only those files that don’t exist. I might think about adding a new command for this in the future.

    2. You can uncheck “Strip Path for Files in Current Folder” in the History tab of Customize dialog box, but the path will still become shortened using “…” if the path length is more than a certain character long. If this is what you need, I will make the path name length adjustable.

    Thank you!

    Yutaka Emura
    Keymaster

    The Move to Last Edited Position command (Edit > Advanced) will jump to the last cursor position. The default shortcut key for this command is Ctrl + Shift + Z. I hope this helps.

    Thanks!

    in reply to: Purchasing EmEditor #10235
    Yutaka Emura
    Keymaster

    The contract between Digital River and us prohibits adding another purchase option from our web site. Please don’t worry. You can opt out from any newsletters, and your personal information will never been shared with anyone.

    Thank you

    in reply to: Sessions #10225
    Yutaka Emura
    Keymaster

    You can use the workspace feature, but it can save only one session. I will consider adding the feature to save multiple sessions in future versions.

    Alternatively, you can use the Projects plug-in to save multiple projects.

    Thanks!

    in reply to: Remember Last Folder & Other Observations #10224
    Yutaka Emura
    Keymaster

    When you go to the Open dialog box, EmEditor will open from the current folder, and the current folder is the same folder as the currently selected document. If you want to open from a certain folder, there are many ways to do this. You can use the recently used folder list. Or, you can right click on the recetnly used file list menu, and select “Open from this folder”. If a file in that particular folder is already open, you can right-click on that tab, and then select the “Open from this folder”.

    I am not sure about Properties for All Configurations issue, but if you can reproduce ths issue, I will try to fix the issue.

    Thank you!

    in reply to: How to higlight $(dollar) on doubleclick in PHP-files? #10223
    Yutaka Emura
    Keymaster

    If you add ‘$’ to the “Treat the following characters as alphanumeric” text box in the Edit tab of the Customize dialog box (Tools – Customize), you will be able to double click a variable like “$abc”.

    Thank you!

    Yutaka Emura
    Keymaster

    I am not sure exactly what you would like, but in the Projects plug-in, you can press F12 to jump to the function at the cursor, and then Ctrl + * to go back to the previous position.

    in reply to: Search PlugIn #10213
    Yutaka Emura
    Keymaster

    In that case, you might want to use the “Find in Files”, click “>” on the right side of the “Files Types” and select “Current File”.

    Thanks!

    in reply to: extract brackets #10211
    Yutaka Emura
    Keymaster

    If you use the head-start version in the beta forum, you can mark all lines that match the search terms, then extract all bookmarked lines.

    Thanks!

    in reply to: Search PlugIn #10210
    Yutaka Emura
    Keymaster

    The line number is displayed. Here is the screenshot:

    http://www.emeditor.com/images/search.jpg

    If not displayed, you might need to adjust the vertical boundary to the right. You can also change the position by going to the plug-in properties. To go to Properties, you can right-click on the Search button on the Plug-ins toolbar, and then select Properties. You can also select Plug-ins, Customize Plug-ins on the Tools menu, select Search from the list, and click Properties.

    Please see details at our help:

    http://www.emeditor.com/help/howto/plugin/index.htm

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