Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • FuzzyBear
    Participant

    Tools–>Customize
    On the Edit tab: Keep Horizontal Cursor Position check box

    in reply to: EmEditor v15.6.0 beta 1 #20466
    FuzzyBear
    Participant

    15.6.0 beta 2 crashes using Quick Launch @ after clicking on an entry or clicking the green arrow unless “Keep This Window Open” is selected.

    Problem signature:
    Problem Event Name: BEX64
    Application Name: EMEDITOR.EXE
    Application Version: 15.5.902.0
    Application Timestamp: 563cfc2b
    Fault Module Name: EMEDCFG.DLL_unloaded
    Fault Module Version: 0.0.0.0
    Fault Module Timestamp: 563cfc8a
    Exception Offset: 000007fdffc27491
    Exception Code: c0000005
    Exception Data: 0000000000000008
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 1033
    Additional Information 1: 2264
    Additional Information 2: 2264db07e74365624c50317d7b856ae9
    Additional Information 3: 3b81
    Additional Information 4: 3b81fabc6efbaa41f351491042a6b727

    in reply to: How to delete empty lines by macro? #18377
    FuzzyBear
    Participant

    If your empty line contains just a newline try this:
    document.selection.Replace(“^$\n”, “”, eeReplaceAll | eeFindReplaceRegExp)

    If your empty line contains spaces and tabs try this:
    document.selection.Replace(“^[[:blank:]]{1,}$\n”, “”, eeReplaceAll | eeFindReplaceRegExp)

    in reply to: Multiple Select #18077
    FuzzyBear
    Participant

    Try turning off CTRL + Click to Select a Word in Tools->Customize->Mouse

Viewing 4 posts - 1 through 4 (of 4 total)