Forum Replies Created

Viewing 25 posts - 3,401 through 3,425 (of 3,679 total)
  • Author
    Posts
  • in reply to: [b17] Python macro error #4819
    Yutaka Emura
    Keymaster

    Vlad wrote:
    This is a new bug only in version 7.
    My actual script, which was ok with version 6, looks like this:

    #language="Python"
    if 0:
    pass
    else:
    Window.alert('ok')


    It has windows line endings and ends with 3 newlines

    Now this gives error message:
    invalid syntax
    Line 8

    Line 8 is the end of file. Remove the last line and it runs fine. Other variations of the number of trailing line endings and indents give errors similar to the first post. This is quite mysterious.

    I reproduced this bug, and it will be fixed on beta 20. There was a bug where dealing with the end of file in macros. Thanks!

    in reply to: [b17] Python macro error #4811
    Yutaka Emura
    Keymaster

    Vlad wrote:
    This macro:

    #language="Python"
    Window.alert('ok')

    results in error after successful alert display:

    Traceback (most recent call last):
    File "<Script Block >", line 2, in <module>
    d
    NameError: name 'd' is not defined

    The macro file has Windows line endings and ends with a single newline (rn).

    There is no error if the macro ends with two newlines.
    If the macro has three newlines at the end, the error is:

    Traceback (most recent call last):
    File "<Script Block >", line 4, in <module>
    c
    NameError: name 'c' is not defined

    Convert the last macro to Unix line endings. It ends with 3 newlines (n). Error:

    Traceback (most recent call last):
    File "<Script Block >", line 4, in <module>
    d
    NameError: name 'd' is not defined

    Is this a new bug only in version 7, or existed from version 6?

    in reply to: EmEditor Professional 7.00 beta 18 #4810
    Yutaka Emura
    Keymaster

    Garrett wrote:
    Beta 17 & 18
    1. Esc in PrintPreview close EmEditor instead return to editor!!!

    2. In version 7 missing small bar for split window(above vertical scrollbar)
    I wont press Ctrl-F12 and remove vertical splitter.
    I need only horizontally split.

    1. I cannot reproduce the issue with ESC in PrintPreview. Do you open any plug-ins at the same time thatmight cause the issue?

    2. The small bar is missing for simplicity. You might want to use F12 to open only horizontal split window.

    in reply to: EmEditor Professional 7.00 beta 17 #4805
    Yutaka Emura
    Keymaster

    I am sorry there is no information at Help about this option yet. It only means that if you check “Right Side” check box for a particular highlight word, the highlight will be in effect at the right side up to the window border (if no wrap or wrap by window is selected) or specified width or page width. If this is not checked, the right side highlight will occur only up to the word wrapped position. You should try it to see how it works.

    in reply to: [b14] triple-click line selection #4801
    Yutaka Emura
    Keymaster

    Vlad wrote:
    Mouse triple click selects view line. It should select logical line instead. There is also a line selection mode command (Ctrl-P). It also selects view lines. I think users want to work with logical lines most of the time.

    Minor glitch: if the text has no terminating newline, selecting last characters also selects end-of-file mark. Not a bug, just looks strange.

    This minor glitch should be fixed on beta 17. I will add the mouse triple click behavior option to our wish list. Thanks!

    in reply to: [b14]regex replace fails with block selections #4799
    Yutaka Emura
    Keymaster

    This will be fixed on beta 17. Thanks!

    in reply to: [b6-b12] "Save(Ctrl+S)" command sometimes not work #4795
    Yutaka Emura
    Keymaster

    xxx_pic wrote:
    Sometimes, I typed something and the document’s Caption displayed a “*” , but the “Save” command on the toolbar or menu still disabled !

    I have not had this issue before. When you see next time, please let me know how you can reproduce this problem. I need to reproduce your problem on my machine too to fix this. Thanks!

    in reply to: [b14]regex replace fails with block selections #4794
    Yutaka Emura
    Keymaster

    I reproduced this bug, and it will be fixed on beta 16. Thanks!

    in reply to: [beta14]a long line may make EmEditor locked #4791
    Yutaka Emura
    Keymaster

    In EmEditor, there is no limit in length of a line, so there is no message box needed. I guess you should try with “No-Wrap” mode and also disable any highlight (uncheck “Highlight These Words” on the Highlight (1) tab of properties). If you still have the issue, please zip the sample file and email to [email protected] as an attachment. Thanks!

    in reply to: [beta11]Text File Associate #4783
    Yutaka Emura
    Keymaster

    That is strange. I couldn’t reproduce your issue.

    in reply to: [beta11]Macro document.GetLine #4782
    Yutaka Emura
    Keymaster

    That was true. It will be fxed on beta 14. Thanks!

    in reply to: [beta11]the portable version can't config macro bar #4781
    Yutaka Emura
    Keymaster

    titieye wrote:

    install EmEditor, click Menu – Tools – Export a portable version to a folder,
    “d:MyPortableSoftwareEmEditor”.

    click Menu – Macros – Customize … Then New a Macro named “InsertSomeWords.jsee” .
    (the full path of “InsertSomeWords.jsee” is in “d:MyPortableSoftwareEmEditorMacrosInsertSomeWords.jsee”)

    this InsertSomeWords.jsee couldn’t properly display on the macro bar,
    when the macro icon clicked, OS will alert

    —————————
    can’t find the file

    .MacrosInsertSomeWords.jsee
    —————————

    now in “eeCommon.ini” – [Common] section

    MacroFolder=.Macros
    MacroFile=.MacrosInsertSomeWords.jsee

    so i think the portable EmEditor couldn’t properly deal with this,
    maybe it replaces the absolute path with relative path somewhere needn’t.

    when comparing with the installed version of EmEditor’s regedit data.
    i find the eeCommon.ini file lack of some information of macros in regedit data.

    I think this was fixed by beta 13. Please always try the latest version.

    in reply to: Highlighting colors and Template system out of the box #4774
    Yutaka Emura
    Keymaster

    Sekka wrote:
    Will this be a feature of EME7?

    Yes, the coloring “theme” feature will be included in beta 13.

    in reply to: [Beta 8 – Beta12] Plug-ins:HTMLBar #4773
    Yutaka Emura
    Keymaster

    This will be fixed on beta 13.

    in reply to: [bug] when search long char #4770
    Yutaka Emura
    Keymaster

    yongfa365 wrote:
    beta 12 also don’t see old search
    only see long char

    you changed findbar history list
    this is Findbox or replacebox ‘s history list

    This will be fixed on beta 13.

    in reply to: [b12-FIXED] FindBar not remembering position on next start #4766
    Yutaka Emura
    Keymaster

    This should be fixed on beta 12!

    in reply to: [bug]WordComplete not Work: a word include a _ char #4760
    Yutaka Emura
    Keymaster

    Sorry, you can choose “Custom” for the Word Type in the Matching Criteria tab of the Word Complete properties, and enter _ for the Mid Characters. The beta 12 will include _ for the Normal Words.

    Yutaka Emura
    Keymaster

    ALT + Down will be supported on beta 12. Thanks!

    in reply to: [bug] when search long char #4758
    Yutaka Emura
    Keymaster

    This will be fixed on beta 12 by enabling horizontal scroll bar for the drop-down list.

    in reply to: triple click to select line not working #4757
    Yutaka Emura
    Keymaster

    danderson wrote:
    Figured it out. It’s the outline plugin. I have the outline plugin enabled even when the bar is not displayed. When the outline plugin is enabled, triple-click to select line doesn’t work.

    That is true. It will be fixed on beta 12. Sorry for your trouble trying to figure this out.

    in reply to: wrap-indent #4753
    Yutaka Emura
    Keymaster

    This feature has been implemented on Version 7 beta 11. Thanks!

    in reply to: [bug]WordComplete not Work: a word include a _ char #4749
    Yutaka Emura
    Keymaster

    This should be fixed by beta 10. Next time, please specify which version of EmEditor you are using when you post a message.

    in reply to: [bug][beta9]Findbox and replacebox regular expressions button #4737
    Yutaka Emura
    Keymaster

    I see. It will be fixed on beta 10. Thanks!

    in reply to: When Open a *.asp show this download Msg #4736
    Yutaka Emura
    Keymaster

    You can disable webpreview by default from the Web Preview plug-in Properties.

    in reply to: Rename and Save does not change case #4735
    Yutaka Emura
    Keymaster

    It will be fixed on version 7 beta 10.

Viewing 25 posts - 3,401 through 3,425 (of 3,679 total)