1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
2014-10-20 Frank Lanitz <frank@frank.uvena.de>
* Adding support for DokuWiki
2014-10-10 Frank Lanitz <frank@frank.uvena.de>
* Introducing a special menu entry into Tools-menu allowing to convert
without changing Geany's file type setting for current document.
2014-10-05 Frank Lanitz <frank@frank.uvena.de>
* Fixing an issue where \r and \n on e.g. Windows files handled as
seperate lines ending up in 'empty' table lines.
* Respect now actual line endings of current document instead of just
assuming \n and maybe creating a mixed up document
2014-09-28 Frank Lanitz <frank@frank.uvena.de>
* SQL: Treating every column as a string when transfering data to SQL
Most DBMS can take a string and convert them to e.g. integer.
However, some check for integer would be useful nevertheless
2011-10-06 Frank Lanitz <frlan@frank.uvena.de>
* Fixing some i18n issue.
2011-08-19 Frank Lanitz <frlan@frank.uvena.de>
* Added a function to convert to SQL e.g. for preparing an
INSERT-statement.
2011-08-15 Frank Lanitz <frlan@frank.uvena.de>
* Move filetype specific functions into seperate functions.
2011-03-19 Frank Lanitz <frlan@frank.uvena.de>
* Make plugin function available via tools menu.
2011-03-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Fix an minor issue with shadowing variables.
2011-01-29 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Rename plugin to Tableconvert.
* Include logic to transform also lists to LaTeX tabular.
2011-01-27 Frank Lanitz <frlan@frank.uvena.de>
* Support creation of table with <thead> and <tbody>. Use it for the
moment as default.
2011-01-26 Frank Lanitz <frank@frank.uvena.de>
* Initial Entry. New plugin: HTMLTable.
|