Skip to content

Fix #17222: Wrong default option proposed when exporting a variable to CSV + Other minor fixes.

Vincent COUVERT requested to merge vincent.couvert/scilab:fix-issue-17222 into minor
  • ExportToCsvAction.java:
    • fix issue #17222 (closed),
    • clear temporary variable in all cases,
    • fix selected variable index,
    • Fix problem with error message in french (containing a simple quote): use Java message box instead of messagebox
  • PlotAction.java: fix selected variable index, avoid useless display in the console
Edited by Vincent COUVERT

Merge request reports