File tree 3 files changed +4
-3
lines changed
java/net/seesharpsoft/intellij/plugins/csv/intention
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
public class CsvShiftColumnLeftIntentionAction extends CsvShiftColumnIntentionAction {
15
15
16
- protected CsvShiftColumnLeftIntentionAction () {
16
+ public CsvShiftColumnLeftIntentionAction () {
17
17
super ("Shift Column Left" );
18
18
}
19
19
Original file line number Diff line number Diff line change 13
13
14
14
public class CsvShiftColumnRightIntentionAction extends CsvShiftColumnIntentionAction {
15
15
16
- protected CsvShiftColumnRightIntentionAction () {
16
+ public CsvShiftColumnRightIntentionAction () {
17
17
super ("Shift Column Right" );
18
18
}
19
19
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >net.seesharpsoft.intellij.plugins.csv</id >
3
3
<name >CSV Plugin</name >
4
- <version >1.5.0 </version >
4
+ <version >1.5.1 </version >
5
5
<vendor url =" https://github.com/SeeSharpSoft/intellij-csv-validator" >
6
6
Martin Sommer
7
7
</vendor >
30
30
31
31
<change-notes ><![CDATA[
32
32
NEW: intentions to shift a whole column left/right<br>
33
+ (includes bugfix for breaking intention functionality on previous IDE versions)
33
34
]]>
34
35
</change-notes >
35
36
You can’t perform that action at this time.
0 commit comments