I have this table which is basically a line of explanation headers and then separate lines with a bunch of numbers and such corresponding to those headers, each separated by a single tab on their line. This causes the whole thing to look like one big jumbled mess, and none of the numbers line up with the headers at the top. I am trying to find some way to get it to all line up so that it's readable like a normal table. Hope this is an actually fixable problem.
Column editing is super simple in Notepad++ 🤓 All you have to do is press the Alt key while selecting text. You can use either Alt+Mouse Dragging or Alt+Shift+Arrows. This works perfectly on text that is already aligned.
Column Editing is super simple in Notepad++. You just need to press and hold the Alt key while selecting text. You can use either Alt+Mouse Dragging or Alt+Shift+Arrows.
Column Mode & Column Editor Using Alt + Mouse dragging or Alt + Shift + Arrow keys to make a selection in column mode: In column mode, typing will type the same thing in all the rows of the column.
I come across this alot myself when I want to have a Table made into a Text which is readable. I did find a website that worked pretty well (https://www.tablesgenerator.com/text_tables); inspite of the fact that I reallly want to do this easily in Notepad++. I tried the Notepad++ TextFX plugin from answer by Terel TextFX
--> TextFX Edit
--> Line up multiple lines by (Clipboard Character)
, but that did not work like I was expecting.
I have a table like this in Excel...
... and I copy it to Notepad it looks like this...
Sheet Range Old Value New Value Description
z_PublicConstants Module Procedure: btnSubmit_ModelParamDate Deleted.
z_PublicConstants Module Procedure: ResultSet_ModelParamDate Deleted.
ThisWorkbook Module Procedure: Workbook_Open Changed.
z_PublicConstants Module Procedure: OpenConnection_ProductionPlanning Changed.
z_PublicConstants Module Procedure: btnResultSet_SynchronizeAll Changed.
What I think you want it for it be a textual format that is readable in table format. This was created with Tables Generator website link I provided.
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
| Sheet | Range | Old Value | New Value | Description |
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
| z_PublicConstants | | | | Module Procedure: btnSubmit_ModelParamDate Deleted. |
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
| z_PublicConstants | | | | Module Procedure: ResultSet_ModelParamDate Deleted. |
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
| ThisWorkbook | | | | Module Procedure: Workbook_Open Changed. |
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
| z_PublicConstants | | | | Module Procedure: OpenConnection_ProductionPlanning Changed. |
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
| z_PublicConstants | | | | Module Procedure: btnResultSet_SynchronizeAll Changed. |
+-------------------+-------+-----------+-----------+--------------------------------------------------------------+
Notepad++ TextFX plugin from answer by Terel TextFX
--> TextFX Edit
--> Line up multiple lines by (Clipboard Character)
did not work, it just removed the TAB characters, like this...
Sheet Range Old Value New Value Description
z_PublicConstants Module Procedure: btnSubmit_ModelParamDate Deleted.
z_PublicConstants Module Procedure: ResultSet_ModelParamDate Deleted.
ThisWorkbook Module Procedure: Workbook_Open Changed.
z_PublicConstants Module Procedure: OpenConnection_ProductionPlanning Changed.
z_PublicConstants Module Procedure: btnResultSet_SynchronizeAll Changed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With