Forum Replies Created

Viewing 25 posts - 1,826 through 1,850 (of 3,693 total)
  • Author
    Posts
  • in reply to: Hex view line number so weird. #9857
    Yutaka Emura
    Keymaster

    Hi,

    Actually, I reproduced this issue. I will fix this issue soon.
    Thank you,

    in reply to: Hex view line number so weird. #9856
    Yutaka Emura
    Keymaster

    Hi,

    I can’t reproduce this issue, but it is strange. Can you please let me know exactly how you open this file… the procedure you use to open this file. Thanks!

    in reply to: UAC is not fully supported #9855
    Yutaka Emura
    Keymaster

    Unlike saving a file, reading a file is a basic function of EmEditor, and it has to read a file anytime while EmEditor is running. If EmEditor needs to elevate itself, it should stay as elevated status all the time until EmEditor closes. This situation is also dangerous when EmEditor opens other files at the same time.

    Furthermore, I believe it is a very rare case, so I wouldn’t put much effort to enable this kind of situations. Rather, I would like to put that effort to something else more important to other people.

    in reply to: UAC is not fully supported #9853
    Yutaka Emura
    Keymaster

    Hi visitor,

    This situation is not supported, and it is not a bug. I don’t think this situation happens very often. EmEditor should NOT open such a file while running as a lower privilege. The only way to open such a file is to run EmEditor as an Administrator, and then you can open any files without any problems. To run EmEditor as an Administrator while logging in as a user, you can right click on the EmEditor icon while pressing SHIFT key, and then choose “Run as administrator”.

    in reply to: How do you add a space to a Config Comment Tag? #9850
    Yutaka Emura
    Keymaster

    Hi schwinbp,

    Unfortunately, the current data structure allows only up to 3 character long for this input box. We might change this limitation in the future by upgrading the data structure. Thanks!

    in reply to: The Downloading site #9849
    Yutaka Emura
    Keymaster

    Hi XXCloneMan,

    Thanks for your inputs. We will consider the change in links of the download page. Thank you!

    in reply to: emeditor 11.02 not jump list. thanks. #9844
    Yutaka Emura
    Keymaster

    By the way, the portable version of EmEditor doesn’t support the Jump List. This is because the portable version is designed not to change the Registry. the Jump list modified the Registry. Please use the Installer version of EmEditor (using the Registry). Thanks!

    in reply to: emeditor 11.02 not jump list. thanks. #9843
    Yutaka Emura
    Keymaster

    Please go to “Windows Update” from the Start menu, and apply “Update for Windows 7 (KB2607576)” found in optional updates.

    For more information, please see:
    http://support.microsoft.com/kb/2607576

    Thanks!

    in reply to: emeditor 11.02 not jump list. thanks. #9841
    Yutaka Emura
    Keymaster

    Do you see any portion of the jumplist or not at all? If you can see a portion, can you please take a screenshot of your jumplist? Thanks!

    in reply to: Problems with Find Bar when Replace button clicked… #9839
    Yutaka Emura
    Keymaster

    Hi Deipotent,

    I reproduced the problem. Thanks!

    in reply to: Problems with Find Bar when Replace button clicked… #9837
    Yutaka Emura
    Keymaster

    Hello Deipotent,

    I will take a look at this problem.

    Thank you!

    in reply to: Directory created in the system's disk root #9833
    Yutaka Emura
    Keymaster

    Hi Flint,

    Are you using INI settings (portable) or the Registry?

    in reply to: Customize menu problems. thanks. #9827
    Yutaka Emura
    Keymaster

    Please use the following macro (.jsee).

    strFileName = document.FullName;
    document.close();
    editor.OpenFile( strFileName, 52936, eeOpenAllowNewWindow );

    Thanks!

    in reply to: can i set english font and japanese font separately? #9826
    Yutaka Emura
    Keymaster

    Hi leo_zzz,

    Please write which OS you use. You might want to try a different font and see if you can see Japanese in your document.

    You can also try this: please run RegEdit.exe, and add “UseUniscribe” value as DWORD in the following key:

    HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3Common

    and UseUniscribe = 1

    Thanks!

    in reply to: Not respecting previous window size ? #9814
    Yutaka Emura
    Keymaster

    I reproduced this issue, so I will fix this issue. Thanks!

    in reply to: Not respecting previous window size ? #9810
    Yutaka Emura
    Keymaster

    I don’t know exactly what caused your issue. However, you can try selecting “None” for “Automatic Workspace”.
    Also, first maximize your EmEditor main window, come back to this Customize dialog, the Window tab, and then click “Save Current Window Position”, and click OK.

    Thanks!

    in reply to: Batch Replace dialog (layout) #9809
    Yutaka Emura
    Keymaster

    Hi CrashNBurn,

    That is a good idea! Thanks!

    in reply to: Not respecting previous window size ? #9805
    Yutaka Emura
    Keymaster

    Hi Salabim,

    There are many settings related to the window size/position.

    Do you the automatic workspace? Please check the Window tab of the Customize dialog. If you use the automatic workspace, then the last window size/position is remembered automatically.

    If none of the workspace is used, then please check “Restore Tabbed Window Position” check box in the same dialog/tab. If this is checked, then the last used tabbed window position/size is used when the tab is enabled.

    If none of these is used, after you resize the current window, you can go to the same dialog/tab, and click “Save Current Window Position” button, and check “Restore Window Position” and “Restore Window Size”, and the current window size/position is remembered.

    I hope this helps. Thanks!

    in reply to: broken auto-indent with array in C++ configuration #9794
    Yutaka Emura
    Keymaster

    Hello supercoolm,

    You might want to modify the regular expressions specified in the Tab/Indent dialog box (configuration properties > General tab > Tab/Indent). I hope this helps.

    Thanks!

    in reply to: When focus is in Find toolbar and I close Find toolbar #9793
    Yutaka Emura
    Keymaster

    Hi LTT,

    I’ll fix these issues, too. Thanks!

    in reply to: Search highlight override auto-marker highlight, Can I? #9785
    Yutaka Emura
    Keymaster

    Hello,

    You are right. The next minor version v11.0.2 will give the Find-highlight higher priority than markers.

    Thanks!

    in reply to: Delete Duplicate Lines in TSV mode #9783
    Yutaka Emura
    Keymaster

    I reproduced this issue, and it will be fixed on v11.0.2. Thanks!

    in reply to: Regexp in Markers not working #9781
    Yutaka Emura
    Keymaster

    I reproduced this issue, and it will be fixed on the next minor version – v11.0.2. Thanks!

    in reply to: doesn't open file properly when select UTF-16BE #9756
    Yutaka Emura
    Keymaster

    Hello supercoolm,

    I reproduced this issue. It will be fixed by the next minor version – 11.0.2.

    Thank you!

    in reply to: import/export settings from x86 to x64 #9754
    Yutaka Emura
    Keymaster

    Hello Salabim,

    I think it is OK, but a few settings such as the module path (C:Program FilesEmEditor vs. C:Program Files(x86)EmEditor) should be modified later. You can try if you would like.

    Thanks!

Viewing 25 posts - 1,826 through 1,850 (of 3,693 total)