Commit Graph

246 Commits

Author SHA1 Message Date
Ben Fry
ea65d7f034 consume Unicode BOM (0xFEFF) in createReader() and Table parser 2017-01-30 19:23:02 -05:00
Ben Fry
da04e3682f make trim(String[]) handle arrays, Table.trim() handles columns 2017-01-30 18:54:38 -05:00
Ben Fry
6f2297681c add StringDict constructor, another double quote case 2017-01-30 18:50:16 -05:00
REAS
30ea717b7b Remove CATEGORY as a parameter for Table.addColumn() pointed out in processing/processing-docs#501 2016-11-22 20:03:35 -08:00
Ben Fry
29d56d1ed3 several XML fixes and adding print() 2016-11-16 17:12:42 -05:00
Ben Fry
09950036c0 add suport for iterating over dictionary entries, cleaning up todo list 2016-11-14 21:27:21 -05:00
Ben Fry
84273784a2 add increment() method that takes IntDict to merge another dictionary 2016-11-14 20:37:16 -05:00
REAS
1808568f15 Add reference info for sort() method for Table class 2016-11-10 21:55:37 -08:00
REAS
f0b6f49068 Remove periods (.) from @brief descriptions in TableRow.java 2016-11-10 13:40:00 -08:00
REAS
72c28b2643 Removing TableRow methods from Web Reference, but keeping the data for the JavaDoc 2016-11-10 10:39:47 -08:00
Ben Fry
4eaf7b2fa8 Merge pull request #4333 from suheb/fix-issue4332
Adding missing docs and keywords for TableRow.
2016-11-10 11:55:05 -05:00
Ben Fry
67e9d13148 clean up toString() and implement toJSON() consistently 2016-10-30 16:12:40 -04:00
Ben Fry
b2f7fddaa5 more notes and get()/put() stuff with JSON 2016-10-29 11:07:59 -04:00
Ben Fry
e847d62813 Merge pull request #4336 from Akarshit/bugifx-accessModifier
Changed the access modifier of get()
2016-10-29 11:06:12 -04:00
Ben Fry
1da78654e3 add notes about getRowMap() 2016-10-29 10:38:04 -04:00
Ben Fry
4b6f16fac0 fix quoting problem in IntDict.toJSON() 2016-08-30 09:29:47 -04:00
Ben Fry
7a80b16237 testing out a lookup function 2016-08-27 11:01:16 -04:00
Ben Fry
6cf8e399fe properly put escapes on strings 2016-08-09 18:35:21 -04:00
Ben Fry
c1e130925f trying out a toJSON() method 2016-08-03 18:30:25 -04:00
Ben Fry
acafc7464a that ain't supposed to be in there 2016-07-31 20:05:56 -04:00
Ben Fry
b65249d532 minor edits pulled in from ftsv project 2016-07-31 16:42:52 -04:00
Ben Fry
db2bcb4f44 rewrite csv handling, fix parsing bugs, remove newlines option, improve performance 2016-07-25 21:52:08 -04:00
inkwellsiesta
2bb3582195 fixed iterator remove() methods so they dont skip container elements 2016-06-01 16:14:46 -04:00
Ben Fry
b4e85cbbd3 implement support for encoding= option in loadTable() 2016-05-12 07:41:44 -04:00
George Bateman
5767b086f6 Fix most Javadoc errors, except syntax 2016-05-10 19:13:20 +01:00
Ben Fry
171195426d add print() and write() to Table and TableRow (fixes #4396) 2016-05-08 14:31:29 -04:00
Ben Fry
9c5579b233 several fixes, cleanups, and speed improvements to dictionary classes 2016-04-11 17:03:59 -04:00
Akarshit Wal
411c031a68 Changed the access modifier of put() and putOnce() 2016-02-28 21:28:50 +05:30
Akarshit Wal
e5e565ebe4 Changed the access modifier of get() 2016-02-28 17:09:41 +05:30
Suhaib Khan
a9b7c07331 Adding missing docs and keywords for TableRow.
Signed-off-by: Suhaib Khan <suheb.work@gmail.com>
2016-02-27 22:07:18 +05:30
REAS
3e985c2b0f Add isNull() to JSONArray and JSONObject reference 2015-11-09 16:50:42 -08:00
REAS
63b8689d42 Correction to IntDict reference for values() method 2015-11-09 15:31:02 -08:00
REAS
142b1a1c8e Update to XML reference for getChild() 2015-10-02 14:38:33 -07:00
Ben Fry
cefb6bfcfc close Writer object from createWriter() (fixes #3705) 2015-08-24 11:30:28 -04:00
Ben Fry
39a1a4fda5 better constructors for Int/Float/StringList 2015-06-08 15:03:23 -04:00
Ben Fry
6e5f8a1dae add appendUnique() to Int/Float/StringList 2015-05-17 11:46:20 -04:00
Ben Fry
c5f410d722 add notes about the new constructor 2015-05-16 20:00:01 -04:00
Ben Fry
0cef1e9673 add StringList(Object...) constructor 2015-05-16 19:54:09 -04:00
Ben Fry
125cf5b943 add new String/Int/FloatDict constructors for easier initialization 2015-04-30 13:51:09 -04:00
Ben Fry
85467e7d81 pop() was not implemented correctly 2015-04-27 16:50:20 -04:00
Ben Fry
e0d500de86 avoid memory leak 2015-04-25 16:10:50 -04:00
Ben Fry
6eff1da1b9 add push() and pop() to String/Int/FloatList 2015-04-25 03:08:25 -04:00
Ben Fry
1c189ab5f3 fix up write/save, add indent= option 2015-04-25 03:06:13 -04:00
Federico Bond
fdf4f70bce Add option to save JSON in compact form 2015-04-21 03:08:16 -03:00
Ben Fry
00fbc65f6f fix up HTML export handling 2015-03-07 22:49:50 -05:00
Ben Fry
fdf24efc4b let's get pedantic with this HTML export, shall we? 2015-03-07 09:09:06 -05:00
Ben Fry
6d6e8a291d table debugging for iterator constructor and HTML export 2015-03-07 08:54:07 -05:00
Ben Fry
7096c953b2 refinements/simplification 2015-01-21 15:53:55 -05:00
Patrick Vares
faf989a5b9 Added text to the exceptions for FloatList and IntList
Fixed formatting of IntList
2015-01-21 15:26:46 -05:00
Patrick Vares
aee68cdf29 IntList exceptions added 2015-01-21 10:23:11 -05:00