Forum Replies Created

Viewing 11 posts - 26 through 36 (of 36 total)
  • Author
    Posts
  • in reply to: How to Find in Binary (Hexadecimal View) easily ? #26351
    Jamil
    Participant

    EmEditor will not handle this task easily for the reasons noted above. If I were you, I would find a stand alone hex editor for this. I currently use the free Active@ Disk Editor that will search for hex bytes through an entire file easily. It has a find all button that shows all matches in an isolated Find Results pane that you may click to navigate to found results. It’s 100% free and easy to find.

    in reply to: Is possible view XML file as table ? #26350
    Jamil
    Participant

    EmEditor cannot do this. Any capable XML editor will be able to do it though. oXygen XML Editor can for sure.

    An alternative to this is creating an XSL Transformation that converts the XML to an HTML document containing data in a table. This will be a development effort, of course.

    in reply to: How To Select An Item From The Text Pop-up #26346
    Jamil
    Participant

    After playing around with this, I may press the down arrow key to select the single item listed then press the enter key. It would be quicker to have the single item in the list already highlighted and selected. This would allow me to simply press enter to have the item added. This would be quicker than a down arrow key press first.
    If I am pressing CTRL+SPACE, I am intentionally opening this pop-up. Is there a good reason not to highlight the first item for me automatically?

    in reply to: Sort in selected text only #26252
    Jamil
    Participant

    The version I am currently running does this today (19.3.0).

    Simply select all text that you wish to sort followed by Edit|Sort and the specific sort option you want. I’m not sure how it handles partial rectangular selections (if at all).

    in reply to: A Need To Search For Carriage Returns #18678
    Jamil
    Participant

    In regular expressions, a carriage return is indicated by \r. \n is a newline character. This is standard everywhere. So, this is by design?

    The C++ standard library implements regular expressions correctly, so in the worst case scenario, I could look into creating a plugin that does it.

    in reply to: Binary Hexadeximal View Imrprovements #11197
    Jamil
    Participant

    Sorry — I posted this in the wrong forum. EmEditor Core Enhancement Suggestions is a better place for this thread to be.

    Jamil
    Participant

    Thank you for looking into this.

    I was not aware that EmEditor auto detected comma delimited files.

    Jamil
    Participant

    I just downloaded and installed the latest beta version available (11.1.11). The same issue exists.

    I uploaded the file here:

    (removed)

    It is 63.75MB in size.

    Jamil
    Participant

    I have reproduced this issue with the same file on my laptop and desktop computer. Additionally, I used Visual Studio to ‘normalize’ the text file by converting LFs to CRLFs. EmEditor continues to lock up, so it is not an issue with line feed characters.

    Jamil
    Participant

    Ah — I never noticed/realized the purpose of that option.

    Yes — turning hat option on resolved this issue.

    Thanks.

    in reply to: Searching And Highlighted Matches #8682
    Jamil
    Participant

    Thanks so much.

    I have also found I can turn on incremental search and simply clear the text entered in the FindBar.

Viewing 11 posts - 26 through 36 (of 36 total)