File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
java/net/seesharpsoft/intellij/plugins/csv/intention Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313
1414public class CsvShiftColumnLeftIntentionAction extends CsvShiftColumnIntentionAction {
1515
16- protected CsvShiftColumnLeftIntentionAction () {
16+ public CsvShiftColumnLeftIntentionAction () {
1717 super ("Shift Column Left" );
1818 }
1919
Original file line number Diff line number Diff line change 1313
1414public class CsvShiftColumnRightIntentionAction extends CsvShiftColumnIntentionAction {
1515
16- protected CsvShiftColumnRightIntentionAction () {
16+ public CsvShiftColumnRightIntentionAction () {
1717 super ("Shift Column Right" );
1818 }
1919
Original file line number Diff line number Diff line change 11<idea-plugin >
22 <id >net.seesharpsoft.intellij.plugins.csv</id >
33 <name >CSV Plugin</name >
4- <version >1.5.0 </version >
4+ <version >1.5.1 </version >
55 <vendor url =" https://github.com/SeeSharpSoft/intellij-csv-validator" >
66 Martin Sommer
77 </vendor >
3030
3131 <change-notes ><![CDATA[
3232 NEW: intentions to shift a whole column left/right<br>
33+ (includes bugfix for breaking intention functionality on previous IDE versions)
3334 ]]>
3435 </change-notes >
3536
You can’t perform that action at this time.
0 commit comments