wxPinter (C) 2009-2011, Daniel S. Steingrube version 1.0.13.70 changes since version 1.0.12.66 ------------------------------- CHG upgrade to wxDS UIManager FIX TblEditor: comment is written with extra new lines FIX TblEditor: empty field are not stored with '?' into data file FIX execution under linux depends on absolute path of wxscintilla.so NEW show differences dialog on reloading modified file changes since version 1.0.11.65 ------------------------------- CHG upgrade to gnuplot 4.4.3 CHG update template.g for better agreement between 'preview' and 'export' FIX after 'Undo', plot may be not updated correctly FIX plot summary is not cleared NEW generated plot script (sent to gnuplot) can be opened from the menu (for debugging) FIX crash on corrupt preview files changes since version 1.0.10.61 ------------------------------- NEW context menu item to open plot under cursor or selected in the editor FIX 'cd' command with wxPinter-variables does not set the correct %CWD% (->%SET FILES does not work correctly) NEW Copy/Paste of Plots (in context menu of the plot-tree) FIX reduce traffic (-> set modify-check-timer to 10 seconds) CHG sort plot-entries with numbers in their name accounting for sign NEW "%SET !" to set wxPinter-variables to the output of an executed programs CHG allow to escape '/' by '\/' in regular expression pattern ("%///%" construct) CHG context menu item to copy displayed plot to clipboard CHG filter also other process3d-error-messages where lines does not start with "ERROR" FIX disable "Purge preview ..." when no file is loaded changes since version 1.0.9.52 ------------------------------ CHG allow to use wxPinter-variables in %EVAL command FIX %FORCEPATH creates directories already when parsing for auto-completion FIX %SET FILES does not work properly after a relative directory change FIX script-generation: new line characters are eaten in "%!" command CHG AutoCompletion: make current directory line dependent CHG AutoCompletion: icons CHG check for 'ERROR' and 'WARNING' strings in gnuplot output (especially for process3d messages) FIX AutoCompletion does not work for filenames with '\' CHG AutoCompletion: use native path separator NEW AutoCompletion: for wxPinter-commands and variables NEW AutoCompletion: for process3d arguments CHG add wxPinter path to environment PATH at program start CHG when typing in PlotTree, the search control is focused FIX ScriptGeneration: program execution by "%!" command is delayed CHG add wxPinter help and process3d help CHG change searching mode, prepend '*' to search pattern per default (use '^' and '$' to remove '*') CHG TableEditor: replace ',' with '.' when entering or pasting values FIX hang on regular expressions with regex which matches empty strings %/.*/\1/PLOTID% CHG do not allow invalid variable names FIX ambiguities in %EVAL command: name could start with digits (-> use mandatory space as separator between format and name) FIX hang on "%!" with unknown program (e.g. "%!echo ...") FIX duplicate error state is not cleared on renaming or deleting one of the duplicates CHG warn if DuplicatePlot with template as source NEW command %FOREACH CHG make search in tree case-insensitive NEW save and restore open tabs CHG correct icon size in print preview dialog NEW print setups can be saved and loaded NEW automatic conversion from eps to jpeg (on EXPORT terminal) when ghostscript or nconvert is in PATH NEW commands %IFEXISTS, %IFNEXISTS, %ELIFEXISTS, %ELIFNEXISTS FIX hang on %FOR i=10 %TO 0 %BY -1 CHG speed up parsing for AutoCompletion '%FOR'-loops and '%SET FILES'-commands changes since version 1.0.8.47 ------------------------------ CHG extend toolbar FIX gnuplot calling syntax for '-persist' changed CHG upgrade to gnuplot 4.4.0 FIX auto-completion: did not work correctly for filenames with non-word characters FIX candidate for hang on inserting '/' at end of "plot ' FILES are collected from the current working directory FIX PlotScript: FILES are not collected correctly for relative paths (written as '\filename') FIX PlotScript: %BREAK does not work in %IF-condition FIX modified state in BEGIN and END statements are not applied correctly FIX error-summary cannot jump to BEGIN and END entries FIX script errors point to wrong scripts and lines CHG allow format setting in %EVAL CHG PlotTree: better highlighting found item NEW Print: add ADD button, and tree context menu CHG Print: use PlotTree CHG Print: remove direct printing button (did not work) CHG Print: use bitmap-buttons CHG update icons CHG PlotTree: make categories bold NEW implement popup-menu for PlotDisplay and SaveImageAs command FIX SaveAs overwrites the plot-script-file with the preview file CHG display message on plot display (instead of logging a warning) when image loading failed CHG draw background in a different color than white to see better the image borders CHG PlotScript: enhance pERROR showing script-errors in the plot-summary FIX switching to plot-logging on script-errors (not showing the summary) NEW commands %SETDEF, %SETNDEF NEW allow regular expressions as variables (%/regex/replace/variable%) NEW command %EVAL