change history of VisiScript ============================ ------------------------------------------------------------------------------ 16.12.2005 Version 0.4.2 new features and improvements: * bugfix: ok-button in (new) file-dialog from ZFax-applicatin accepts now selected files * new menu item: mark as main, allow one file to be the main program which will be used for executing * allow arguments for script execution (configuration-dialog) * application does not block while running a find-in-files (using second thread for search) * support for RPM added * some small other bugfixes ------------------------------------------------------------------------------ 27.11.2005 Version 0.4.1 new features and improvements: * using more Qt features for better portability (solving file-read-problem for zaurus C3100?) * allowing file-name as comand-line options for zaurus * using old import- and export-dialog for zaurus * fixes for portability on windows and linux * some bugfixes ------------------------------------------------------------------------------ 20.11.2005 Version 0.4.0 new features and improvements: * using now qscintilla 1.6 (scintilla 1.65) * using buildin Ruby, Lua, TeX, css, batch and Makefile lexer * new configuration values: UTF-8, auto-save, change-dir-before-execution * saving and restoring the script-execution command (maximum: 10) * saving and restoring the window position (only desktop) * using resize-splitter between script- and output-widget (only desktop) * using icon resource (only desktop) * new menu-item: Print (only desktop) * new menu-item: Goto... to jump to a line-no * new menu-item: Find in files... * handle double-click on output-window: jump to line-no if a line-no statement exists * saving and restoring of the settings for the find-dialog * implemented automatic language detection (via file extension) * setting language now on file level implemented * bugfix in find (case sensitive did not work) * added tooltip for every tab-page (showing full file name) * using filebrowser from ZFax application for import and export of files * using filebrowser from ZFax application for open and save operation of files (only zaurus), this improves performance when starting visiscript ------------------------------------------------------------------------------ 6.11.2004 Version 0.3.2 new features and improvements: * bugfix: bad tab name if file has no extension * support for lisp/scheme added (lexer implemented) * search improved: history for search strings added, show dialog if not found * added new execution modus: QProcess for interactive execution of scripts * brace matching implemented (using from QScintilla) * code autocompletion implemented (using from QScintilla) * bugfixes and improvements in the user interface * comment and uncomment the selected text block * tab and untab the selected text block * automatic clearing of the output (if flag is set) * optimization: reduced code size by removing unused source code from QScintilla ------------------------------------------------------------------------------ 31. 5.2004 Version 0.3.1 new features and improvements: * multiple document support * improved configure dialog * code folding implemented * last read files list implemented * invisible accelerator keys: ctrl+b and ctrl+e * CR/LF modus implemented * using new QScintilla version 1.3 * using perl lexer from QScintilla * a lot of bugfixes (focus, refreshProperties for lexer) * support for desktop systems (Windows and Linux) added * drag and drop support for desktop systems ------------------------------------------------------------------------------ 2. 5.2004 Version 0.3.0 new features and improvements: * a lot of improvements for the editor by using QScintilla: - syntax hightlighing - find text - replace text - show line numbers - autoindent - tabs as tab or spaces - show whitespaces - Zoom in/out * set ratio of output to script window in config dialog * improved Import dialog --> use layout manager, needed for c860 * bugfix: popen crashes when reading output of more than 512 chars ------------------------------------------------------------------------------ 1. 4.2004 Version 0.2.8 new features and improvements: * fixes for c860 (using layout managers for dialogs) * file dialog at startup can be switched off (see config dialog) * icon for run replaced to play (because of missing icon on c860) ------------------------------------------------------------------------------ 30. 8.2003 Version 0.2.7 new features and improvements: * menu improvements: overwrite, wrap-words implemented * tabspace is now configureable * improved user configuration: file extention, last directory will be saved in ini-file * improved execution of the script in an external process, one can choose between popen() and fork()/execl() implementation. This results in a better support for Perl. (Thanks for David Oswald for the suggestions) ------------------------------------------------------------------------------ 25. 2.2003 Version 0.2.6 new features and improvements: * Redo/Undo * better clipboard support, now output can be copied * output of script can be exported * better font selection (font dialog from opie-project used) * font settings will be saved * size of script- and output-area is changeable * import and export of scripts possible (file-dialog from the HTMLAtZaurus-project) ------------------------------------------------------------------------------ 18. 2.2003 Version 0.2.5 first public release of VisiScript