Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Tab Close Button #19507
    Pangius
    Participant

    Thanks Yutaka,

    I understand.

    As a workaround for some time I’ve been putting the Close Button on each Tab, and made a Macro either:
    * close(); // On Last Tab EmEditor remains Open, creates Blank Text Document
    * document.close(); //On Last Tab Closes EmEditor
    Which simulates the Right Side of Window Close Button.

    in reply to: Vertical Selection – Delete #19505
    Pangius
    Participant

    When you press “Backspace” Key first, and then press “Delete” Key => Delete Key only doesn’t nothing if: “Tools” Drop-down Menu => Customize => “Edit” Tab => Tick “Enable Multiple Selections”.

    If Multiple Selections is Disabled, the “Delete” Key work correctly at all times.

    in reply to: EmEditor Professional v14.6.0 beta 17 released! #19502
    Pangius
    Participant

    With the “Find Extract All” Method it Copies the whole Line where the Search Term was found – which is good for some instances.

    However in some instances it would be good to just copy each Search Instance on to a New Line.

    For example to Find the Date (in the follow text) when written in the Day-Month-Year Format via RegEx is “[0-9].*?2014″:

    On the 1 June 2014 travelled to Australia.
    On the 2 June 2014 travelled to New Zealand.

    Using the RegEx “[0-9].*?2014” and pressing “Extract All” will just return the original Text (i.e. each line that contains the Search Term):

    On the 1 June 2014 travelled to Australia.
    On the 2 June 2014 travelled to New Zealand.

    Using the RegEx “[0-9].*?2014” and pressing “Find All” => then Copy all Found Matches, and Pasting the results into a New Text Document – will put all the Search Results on to the 1 Line:

    1 June 20142 June 2014

    Hence it would be good to have a Method to Extract All to just Extract each Search Result to a New Line e.g.

    1 June 2014
    2 June 2014

    in reply to: EmEditor Professional v14.6.0 beta 17 released! #19461
    Pangius
    Participant

    Thanks Yutaka for the quick fix – it now is working correctly again.

    in reply to: EmEditor Professional v14.6.0 beta 17 released! #19450
    Pangius
    Participant

    Since EmEditor v14.6.0 beta 18 (when “Macros: The eeFindExtract and eeFindReplaceSelOnly flags were added to the Find method” was added) the Find Toolbar & Find do not work. It will Count the number of Search Instances. However it will not go to the Next Instance, plus the Find Previous & Find Next do not work.

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