Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #6126
    Yutaka Emura
    Keymaster

    EmEditor Professional 7.50 alpha 8 is available for download. Updates from alhpa 7 include:

    – Auto-panning by clicking the mouse wheel.
    – Specify Tag Format using Regular Expressions check box (Customize > Edit)
    – “File Dropped” event was added to macros.

    Macros new features:
    – GetProfileInt method, GetProfileString method, WriteProfileInt method, and WriteProfileString method were added to the Editor Object.
    – DroppedFiles Collection was added.
    – DroppedFiles property, ExStyle property, and Style property were added to the Window Object.
    – DottedLine property added to the ScrollProp Object.
    – ShowIndentGuides property added to the MarkProp Object.

    Plug-ins new features:
    – EP_USE_DROPPED_FILES was added to the Messages to Plug-ins.
    – EE_GET_DROPPED_FILE message was added.
    – Editor_GetDroppedFile inline function was added.
    – EI_USE_INI and EI_GET_LANGUAGE parameters were added to the EE_INFO message, Editor_Info inline function, and Editor_DocInfo inline function.
    – EVENT_DROPPED and EVENT_SAVING were added to the Events.

    For more details of the new macros and plug-ins features, see the updated Help.

    Download:
    http://www.emeditor.com/pub/emed750a8epx.msi (32-bit)
    http://www.emeditor.com/pub/emed750a8ep64.msi (64-bit)

    The portable version can be produced from the Import/Export wizard on the Tools menu after you use the installer. However, the portable version runs slower than one using the Registry.

    If you tried, please post any bug reports or any other feedback on this forum. Thank you!

    #6133
    psa1999
    Member

    Thanks..
    I want to make VI Editor Emulation Plugin.
    But I can’t receive ESC key code.
    And I can’t get/set overwrite mode.
    Can you help me?

    #6140
    joymonkey
    Member

    I use “Tools -> plug-ins -> diff”, when I change width of the “diff window” after diff documents, it’s jump a “Out of Memory” of window, why?

    I use version: EmEditor Professional 7.50 alpha 8

    Thank you ! :-D

    #6143
    Kalum
    Member

    Maybe something odd.

    When I do a right click for context menu in version 7.50 alpha 8 it show up slowly like it is fading (Version 7.02 is faster)

    Is this effect supposes to be in version 7.50?

    #6160
    Yutaka Emura
    Keymaster

    psa1999 wrote:
    Thanks..
    I want to make VI Editor Emulation Plugin.
    But I can’t receive ESC key code.
    And I can’t get/set overwrite mode.
    Can you help me?

    You can use EP_PRE_TRANSLATE_MSG message to receive WM_KEYDOWN message with ESC key. In etlframe.h, you will define PreTranslateMessage().

    Editor_QueryStatus( hwnd, EEID_INSERT, &bChecked );
    can determine Insert or Overwrite mode.

    #6161
    Yutaka Emura
    Keymaster

    joymonkey wrote:
    I use “Tools -> plug-ins -> diff”, when I change width of the “diff window” after diff documents, it’s jump a “Out of Memory” of window, why?

    I use version: EmEditor Professional 7.50 alpha 8

    Thank you ! :-D

    This will be fixed on alpha 9. Thanks!

    #6162
    Yutaka Emura
    Keymaster

    Kalum wrote:
    Maybe something odd.

    When I do a right click for context menu in version 7.50 alpha 8 it show up slowly like it is fading (Version 7.02 is faster)

    Is this effect supposes to be in version 7.50?

    I don’t see any delay. Do you use any plug-ins or macros associated with any events?

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.