-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.html
More file actions
106 lines (94 loc) · 2.29 KB
/
Copy pathinfo.html
File metadata and controls
106 lines (94 loc) · 2.29 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<h2>Version 3.4.4</h2>
<ul>
<li>Fixed minor typo errors</li>
</ul>
<h2>Version 3.4.2</h2>
<ul>
<li>Fixed selecting default separator</li>
<li>Fixed width of row number column</li>
</ul>
<h2>Version 3.4.1</h2>
<ul>
<li>Fixed background color for various LAFs</li>
<li>Table header height is same as row height</li>
</ul>
<h2>Version 3.4.0</h2>
<ul>
<li>Project converted to Maven and Git</li>
<li>Fixed deleting row when filtering is active</li>
<li>Moving rows disabled when filtering is active</li>
</ul>
<h2>Version 3.2.0</h2>
<ul>
<li>Added button which defines is first row header row or not</li>
<li>Added "Add header row" button</li>
<li>Support for NetBeans 10.0</li>
</ul>
<h2>Version 3.1.0</h2>
<ul>
<li>Support for NetBeans 9.0</li>
<li>Fixed table view in Darcula LAF</li>
<li>Text tab renamed to Source</li>
</ul>
<h2>Version 3.0.1</h2>
<ul>
<li>Support for NetBeans 8.2</li>
</ul>
<h2>Version 3.0.0</h2>
<h3>Added</h3>
<ul>
<li><b>Show/hide columns</b></li>
<li>Filter rows (Right-click on column header)</li>
<li>Sort rows</li>
<li>Tab char as separator</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Using pipe as separator</li>
<li>Fixed some minor bugs</li>
</ul>
<h2>Version 2.2.1</h2>
<h3>Added</h3>
<ul>
<li>Reordering rows via Drag and Drop</li>
</ul>
<ul>
<li>Template description</li>
</ul>
<h3>Improved</h3>
<ul>
<li>Row number rendering</li>
</ul>
<h2>Version 2.1.1</h2>
<ul>
<li>Fixed some minor bugs</li>
</ul>
<h2>Version 2.1</h2>
<h3>Added</h3>
<ul>
<li><b>Quoting support</b>
</li><li>Possibility to choose quote/escape character</li>
</ul>
<h2>Version 2.0</h2>
<b>Added:</b>
<ul>
<li>Possibility to choose separator</li>
<li>Set default separator</li>
<li>Add additional separators</li>
<li>Settings in Tools/Options/Miscellaneous/CSV Editor</li>
</ul>
<h2>Version 1.8.1</h2>
<ul><li>Plugin is signed</li></ul><h2>Version 1.8</h2>
<b>Added:</b>
<ul>
<li>Move column to the begining</li>
<li>Move column left</li>
<li>Move column right</li>
<li>Move column to the end</li>
<li>All actions from toolbar are added to table toolbar</li>
<li>Rename column (Double click on column header)</li>
</ul>
<b>Improved:</b>
<ul>
<li>Calculating column's width</li>
</ul>