Forum Replies Created
- AuthorPosts
- JamilParticipant
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.
JamilParticipantEmEditor 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.
JamilParticipantAfter 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?JamilParticipantThe 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).
JamilParticipantIn 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.
JamilParticipantSorry — I posted this in the wrong forum. EmEditor Core Enhancement Suggestions is a better place for this thread to be.
September 6, 2012 at 5:47 pm in reply to: EmEditor Becomes Unresponsive When Opening 129MB Unix Type TXT File #10532JamilParticipantThank you for looking into this.
I was not aware that EmEditor auto detected comma delimited files.
September 6, 2012 at 7:43 am in reply to: EmEditor Becomes Unresponsive When Opening 129MB Unix Type TXT File #10530JamilParticipantI 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.
September 5, 2012 at 9:28 am in reply to: EmEditor Becomes Unresponsive When Opening 129MB Unix Type TXT File #10520JamilParticipantI 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.
September 14, 2010 at 9:41 pm in reply to: Syntax Coloring Does Not Correctly Handle Strings On Multiple Lines #8974JamilParticipantAh — I never noticed/realized the purpose of that option.
Yes — turning hat option on resolved this issue.
Thanks.
JamilParticipantThanks so much.
I have also found I can turn on incremental search and simply clear the text entered in the FindBar.
- AuthorPosts