Tagged: ,

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

    Today, we are releasing EmEditor Professional v14.6.0 beta 1.

    We used to use terminology “Separated Values” or “CSV/DSV/TSV”, but we will start calling all separated values by any delimiters as “CSV”.

    Updates from v14.5.4 include:

    • The CSV/Sort toolbar was added. Following commands can be executed against all documents in the current group by clicking the button while pressing the SHIFT key — Normal Mode, all “CSV” commands, all “Convert to” commands, Fixed Width Columns, all “Sort” commands, Delete Duplicate Lines, Heading 0 – 4, Adjust Separator Positions, Automatically Add Separators, and Remove All Separators.
    • The CSV tab was added to the Customize dialog box. You can add or edit CSV formats here. Currently you can define up to 8 CSV formats. As a delimiter, you can specify up to 39 character long string. The “Allow delimiters in double quotes” check box, the “Allow new lines in double quotes” check box and the Heading text box were added.
    • The CSV files to detect list box was added to the File tab of configuration properties.
    • The Extract All button was added to the Find dialog box. Pressing the “Extract All” button will extract lines containing the searched string to a new document.

    To Download

    http://www.emurasoft.com/pub/emed64_14.5.900.exe (64-bit)
    http://www.emurasoft.com/pub/emed32_14.5.900.exe (32-bit)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    How to create portable version:

    http://www.emeditor.com/support/#toggle-id-12

    Thank you for continue using EmEditor!

    #18878
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.6.0 beta 2.

    Updates from v14.6.0 beta 1 include:

    • The “Drag separators only in headings and the ruler with the mouse” and “Read only in headings” check boxes were added to the CSV tab of the Customize dialog box.
    • The “Read Only in Headings” command was added to the Heading popup menu.
    • “Headings” was added to the list in the Display tab of configuration properties.
    • Fixed the bug where CSV auto detect was not correct under a certain condition.

    To Download

    http://www.emurasoft.com/pub/emed64_14.5.901.exe (64-bit)
    http://www.emurasoft.com/pub/emed32_14.5.901.exe (32-bit)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    How to create portable version:

    http://www.emeditor.com/support/#toggle-id-12

    Thank you for continue using EmEditor!

    #18879
    ITSecMedia
    Participant

    Great upcoming features, I’ve waited long time for that :)

    Please :

    Add the abilities to convert current separated layout into a fixed width layout. When I align the columns with the mouse I sometimes need to convert it to a fixed width layout so that I can paste it into an email…. with a monospace font

    Also … it would be nice if I could choose to strip double quotes && || the delimiter itself… Lets say you have large link lists from a tool like majestic seo, the file is a CSV and the urls are enclosed in double quotes then I normally need to copy the column into a new file, then do string replace to get the pure information without the delimiter-comma and the quotes…. It would be nice to do that in a single click.

    #18880
    ITSecMedia
    Participant

    Oh and another feature PLEASE …. Often I have to edit HTM files …. I know we have the snippets and the toolbar BUT we use the keyboard ….

    Lets say I have a large html markup open in EmEditor and then I need to attach <em> <strong> or <a></a> tags around a selected phrase ….

    Select the phrase inside the HTML … (ALT+SHIFT+W) (wrap with tag)… the phrase is wrapped with <p>my selected phrase</p> and the cursor is inside the <p> tag selected-p waiting for me to type and change the p to whatever em, strong...— .specialty is a <a href as the editor has to detect that the attribute shall not be applied to the closing tag… the auto closing tag just follows your change of course…

    This way you can edit so fast HTML ….

    CTRL+A (select *.* )

    
    aaaaaa
    bbbbbb
    cccccc
    dddddd
    

    (CTRL+SHIFT+L). split selection into lines .. cursor for each line … still whole block selected

    (ALT+SHIFT+W) wrap with tag (default-p)

    
    <p>aaaaaa</p>
    <p>bbbbbb</p>
    <p>cccccc</p>
    <p>dddddd</p>
    

    type li

    
    <li>aaaaaa</li>
    <li>bbbbbb</li>
    <li>cccccc</li>
    <li>dddddd</li>
    

    (CTRL+A) select * again

    (ALT+SHIFT+W) wrap with tag

    type ul

    
    <ul><li>aaaaaa</li>
    <li>bbbbbb</li>
    <li>cccccc</li>
    <li>dddddd</li></ul>
    

    unsorted linked list over multiple lines….

    A few editors offer this feature and I would love to see that in EmEditor …

    I know its rather going into direction HTML editor not … TXT Editor …. but today there is so much HTML editing everyday….

    #18888
    Yutaka Emura
    Keymaster

    Hello voiid,

    The beta 2 already includes the “Convert to Fixed Width Columns” command.

    The beta 3 now includes the “Remove Unnecessary Double-Quotes” command!

    For easily inserting HTML elements, you might want to try the Snippets plug-in and/or the Zen-Coding snippets in the library. You can change the keyboard shortcuts within the Snippets plug-in.

    Thank you for trying the beta versions!

    #18889
    Yutaka Emura
    Keymaster

    Today, we are releasing EmEditor Professional v14.6.0 beta 3.

    Updates from v14.6.0 beta 2 include:

    • The Remove Unnecessary Double-Quotes command was added.
    • The Max lines to detect and Min delimiters to detect check boxes were added to the CSV tab of the Customize dialog box.
    • The Adjust Separator Position command was separated into the Adjust Separator Position (Whole Document) command and the Adjust Separator Position (Visible Lines Only) command.
    • Ctrl+A now selects the whole document except the headings.
    • Ctrl+Home now moves to the line below the headings.

    To Download

    http://www.emurasoft.com/pub/emed64_14.5.902.exe (64-bit)
    http://www.emurasoft.com/pub/emed32_14.5.902.exe (32-bit)

    These files will be deleted when official release versions become available. The official releases can be downloaded at the Download page.

    How to create portable version:

    http://www.emeditor.com/support/#toggle-id-12

    Thank you for continue using EmEditor!

    #18890
    Ivan
    Participant

    Hi Yutaka,

    Possible bug in EmEditor 14.6.0 beta 1-3.

    Steps to reproduce it:

    1. Open a CSV document that has enough lines to be able to scroll.
    2. From the Heading popup menu on the CSV/Sort Toolbar, select e.g. Heading 1.
    3. Scroll down the document using the mouse and click on any line.
    4. Now, see the line below the heading – somehow it is redrawn again with the second line of the document, even though it should not.
    5. When scrolling using the Down Arrow on the keyboard, it is even more obvious.
    #18891
    Yutaka Emura
    Keymaster

    Hello Ivan,

    This will be fixed on beta 4.

    Thank you!

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