This this is how I write my tables:
|Corin|Langosch|info@netskin.com|
|Hans|Müller|test@email.com|
This is how they should look like:
| Corin | Langosch | info@netskin.com |
| Hans | Müller | test@email.com |
After having a short look on how to write macros for jedit I turned out the be real easy, due to the use of beanshell. So here it is: my jedit macro to beautify text tables.
How to install
- Download the file.
- Copy it to your .jedit/macros folder. You can also create a subfolder "Text" and place it there.
- Open jedit and select Macros / Rescan Macros.
- You should see a macro called "Beautify Table" now.
How to use
- Write your text table in jedit as you normally do.
- Select the whole table.
- Select Macros / Beautify Table.
- The table should now be pretty :)
I hope you find this macro as useful as I do and enjoy using it.
PS: For better usability I recommend to make a shortcut for the macro (ex. CTRL-TAB).
Keine Kommentare:
Kommentar veröffentlichen