I’m building QtOctave 0.8.2. There is a video of new version here:
Terminal of QtOctave is better now. It uses QCompleter class of Qt.
In addition, Editor of QtOctave has been changed by QPlainTextEdit.
Alejandro has wrote a new tool. It can install packages from octave-forge. You can download this new tool from:
svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/qtoctave_pkg
If you want to check new release of QtOctave, you can download from:
svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/qtoctave
Finally, I’m thinking in new tools, but they are not so important.
Junio 19, 2009 a las 1:53 am |
For some time I’ve been following your work with interest, I think qtoctave is an excellent resource for those out there willing to remain MTLB-compatible without spending hundreds of dollars nor sacrificing the convenience of an integrated graphical environment. I have started suggesting its use to my students at an advanced antenna class.
Nice work!
Junio 24, 2009 a las 5:32 pm |
I was able to compile the 0.8.2 version and that it is a pretty cool software but I get the warning below for every command. Would you know what is it? I am using Octave 3.2.
>>> _ide_reload_variables_list(whos(‘-variables’), whos(‘-functions’) );
>>>warning: whos: unrecognized option `-variables’
warning: whos: unrecognized option `-functions’
Junio 26, 2009 a las 6:24 pm |
Hi, I have just fixed that bug. In Octave 3.2.0 some functions have been changed. whos function doesn’t accept -functions parameter now. swap function has disappeared !!
I’m uploading the fixed version now. You can download from:
svn checkout https://forja.rediris.es/svn/csl-qtoctave/trunk/qtoctave