Forum Replies Created

Viewing 25 posts - 1,651 through 1,675 (of 3,679 total)
  • Author
    Posts
  • in reply to: When deleting the newly added item in Marker List… #10595
    Yutaka Emura
    Keymaster

    Hello LTT,

    I will fix this by the next minor version.
    Thanks!

    in reply to: Highlight (1): -1 can be exported but cannot be imported. #10590
    Yutaka Emura
    Keymaster

    Hello LTT,

    I will fix that on the next minor version. Thanks!

    in reply to: Backspace over indent #10584
    Yutaka Emura
    Keymaster

    Hello,

    The current version doesn’t support such a feature, except for making a macro or snippet for that purpose and assign that macro or snippet as BACKSPACE. I will think about that in future versions if this is important to you. You can also use SHIFT + TAB to delete tabs after selecting the lines you want to remove indent.

    Thank you!

    in reply to: eeFindSaveHistory seems not working in v12 #10582
    Yutaka Emura
    Keymaster

    Hello,

    I will fix the “Set Word to Find/Replace” issue for the next minor version. Thank you!

    in reply to: eeFindSaveHistory seems not working in v12 #10580
    Yutaka Emura
    Keymaster

    Hello,

    The issue is that if the Find Bar or Find dialog box is visible, the contents in the Find Bar or Find dialog box has higher priority to determine the search string when F3 is pressed. I will try to synchronize the contents of Find Bar when this macro is run on the next minor version. Meanwhile, please hide the Find Bar.

    Thanks!

    in reply to: Problems with v12 #10574
    Yutaka Emura
    Keymaster

    Hello mcdgfd,

    Thank you for all the information you have sent me! That was very helpful.

    As I emailed, I believe I found the bug. Please try clearing the “Save Cursor Position and Bookmarks” check box on the File tab of the Customise (or Customize) dialog box (on the Tools menu > Cutomise (or Customize)).

    When this is checked, there is a bug when saving bookmarks even though there is no bookmark set.

    Please let me know if this eliminates crashes.

    Thank you!

    in reply to: Problems with v12 #10573
    Yutaka Emura
    Keymaster

    Hello mcdgfd,

    Dr. Watson log should be left on your system and it won’t be erased automatically. The log file should be

    C:Documents and SettingsAll UsersApplication DataMicrosoftDr Watsondrwtsn32.log

    If you find this file, please send it now.

    If you don’t find this file, you might need to fine-tune the settings according to this FAQ before you encounter another crash:

    http://www.emeditor.com/modules/xoopsfaq/index.php?cat_id=13#q93

    I am looking forward to your information.

    Thank you!

    in reply to: Search history #10571
    Yutaka Emura
    Keymaster

    Hello JohnQSmith,

    I am trying to reproduce the issue, but I couldn’t.

    Are you using the latest version (v12)?

    Can you write the procedure step-by-step to reproduce the issue?

    Thank you!

    in reply to: Problems with v12 #10570
    Yutaka Emura
    Keymaster

    Hello,

    Since you are using Windows XP, you can get Dr. Watson log and send it to me. To get Dr. Watson log, please see:

    http://www.emeditor.com/modules/xoopsfaq/index.php?cat_id=13#q93

    You can zip the log, and send it to me as an attachment ( [email protected] ).

    Those who use Windows Vista and later, EmEditor v12 now leaves crash report files at C:ProgramDataEmurasoftEmEditorError .

    However, Dr. Watson log has more detail information than my crash reports, so I prefer Dr. Watson log if you run on Windows XP.

    This issue is very important, and I really want to fix this bug. I am looking forward to your email.

    Thank you!

    in reply to: Search history #10568
    Yutaka Emura
    Keymaster

    Hello JohnQSmith,

    I will fix this issue.

    Thank you!

    in reply to: V12 Windows XP Support #10566
    Yutaka Emura
    Keymaster

    Hello,

    Our statistics show very few people use the 64-bit version of Windows XP, so I optimized the 64-bit EmEditor for Windows Vista or later using the latest version of Visual Studio. The latest version of Visual Studio doesn’t support Windows XP or earlier. The 32-bit version of EmEditor is compiled by an old version of Visual Studio to make EmEditor compatible with Windows 2000 and XP. Please consider using the 32-bit version of EmEditor, continue using EmEditor 11.0.5, or use the 64-bit version of EmEditor on Windows Vista or later (64-bit).

    Thank you!

    in reply to: Make the Snippets Window Autohiding #10562
    Yutaka Emura
    Keymaster

    Hi ArthurZ,

    You might want to set the “Run Background” check box in the Snippets plug-in properties.

    Thank you!

    in reply to: Toolbar buttons #10560
    Yutaka Emura
    Keymaster

    Hi JohnQSmith,

    I see. There is Theme feature in the Display tab of configuration properties, where you can change the colors of the text editor. The theme feature doesn’t apply to menus or icons, but only the text editor.

    Thanks for your inputs!

    in reply to: Toolbar buttons #10558
    Yutaka Emura
    Keymaster

    Hello,

    I am glad it worked! I am not sure what you mean by the skinning EmEditor, but you can press F11 to make EmEditor the full-screen mode.

    Thanks!

    in reply to: Toolbar buttons #10556
    Yutaka Emura
    Keymaster

    Hello JohnQSmith,

    I am sorry for late response.

    You can’t change images for toolbar buttons. However, you could write a macro with your favorite icon. For example, the following code will work as “Find Prevoius” command with the Calculator icon.

    #icon = "C:WINDOWSsystem32calc.exe",0
    document.selection.FindRepeat(eeFindRepeatPrevious);

    The find toolbar can’t be placed under the editor.

    Thank you!

    in reply to: The new EM V 12 Features Should be On by Default #10554
    Yutaka Emura
    Keymaster

    Hello ArthurZ,

    It depends on a feature, but the “HTML Matching Tag Highlight” feature is on by default if a user freshly installs EmEditor, but off if a user upgrades. One of reasons is the data field that remembers the option is 0 (off) by default, so it needs an extra code to turn it on by default. However, the real reason is that… if the new features are on by default, many users will ask me how to turn off the new features.

    In the future, I will force features on if I really want people try the new feature.

    Thanks for your inputs!

    Yutaka Emura
    Keymaster

    Hello ArthurZ,

    Thank you for purchasing upgrades so quickly. I just updated the share-it delivery product, and it might take some time to reflect to the actual product. Meanwhile, you can still download the latest version from our website.

    The question (Typical Install, Custom, Full) is a kind of standard Windows Installer design, and it is supposedly good to keep this design. However, I understand the “Typical Install” and “Full” are actually mean the same. I might consider changing the design in the future.

    The question dialog about whether a user wants to navigate to a website to get information about upgrading is a new dialog, but it should go above the installer dialog. If not, it is apparently a bug. I will try to reproduce this issue, and will fix it in minor version updates.

    Thanks!

    in reply to: count and select all the regex matches #10549
    Yutaka Emura
    Keymaster

    Hello,

    Is this about macros?

    Thanks!

    in reply to: Head-start version: EmEditor Professional v11.1.11 beta #10543
    Yutaka Emura
    Keymaster

    Hello,

    Is “Auto Arrange” checked for “Arrange Tabs By” sub menu of the context menu on the Tab?

    Thanks!

    in reply to: Close non-active tabs #10540
    Yutaka Emura
    Keymaster

    Hello,

    You can customize this behavior on the Customize dialog box, the Tab tab, the Close Button drop-down list box. Here, you might want to choose “Each Tab”.

    Thank you!

    Yutaka Emura
    Keymaster

    Hi Jamil,

    I downloaded your file, and reproduced the issue. Actually, since this is a CSV file, the mode change to the CSV mode takes too much time after EmEditor loads the file. Please go to configuration properties, “File” tab and clear the “Detect CSV” check box. I will try to improve this feature.

    Thanks again!

    in reply to: External Tools: new argument to use clipboard content #10529
    Yutaka Emura
    Keymaster

    Hi Stefan,

    I will think about this in future versions.

    Thanks!

    in reply to: External Tools: new argument to ask / prompt for parameter #10528
    Yutaka Emura
    Keymaster

    Hi Stefan,

    You can achieve the same result using the Snippets plug-in. Can you try?

    Thanks!

    Yutaka Emura
    Keymaster

    Hi Jamil,

    Didyou try with the latest beta version at the beta forum?
    Is it possible to send me the file (as an attachment), or upload the file to SkyDrive (or any cloud) and send me the link to the file? I will try to reproduce the issue here. Thank you!

    in reply to: Snippet: Expand / Collapse Folder #10526
    Yutaka Emura
    Keymaster

    Hi Stefan,

    Thanks for your comments. Unfortunately, it is too late to add features for v12, but I will consider those in future versions (v13). Thanks again!

Viewing 25 posts - 1,651 through 1,675 (of 3,679 total)