I've seen this on Ubuntu 12.04 as well. On Jan 12, 2013, at 8:24 PM, bill lam <[email protected]> wrote:
> I didn't see these message in debian. > > Сб., 12 янв. 2013, John Baker писал(а): >> I have managed to get JQT running on Ubuntu 12.04. The JQT system on Linux >> is slightly faster than the JGTK version with the editor showing the most >> improvement. All the menus come up. I haven't exercised all their >> functions yet. This is looking more and more promising. >> >> If you invoke the system from a terminal window it writes periodic messages >> to the console. >> >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "&Test" under id 80 >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "&Clipboard" under id 76 >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "Run &Project" under id 81 >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "Run &Project" under id 81 >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "&Build" under id 91 >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "Vocabulary" under id 86 >> void DBusMenuExporterPrivate::addAction(QAction*, int): Already tracking >> action "&Context Sensitive" under id 87 >> Created new window in existing browser session. >> >> I presume this is for debugging. >> >> jdb >> >> >> >> >> >> On Fri, Jan 11, 2013 at 5:58 PM, chris burke <[email protected]> wrote: >> >>> This will be added, thanks. >>> >>> On Sat, Jan 12, 2013 at 1:47 AM, John Baker <[email protected]> wrote: >>> >>>> Thanks, >>>> >>>> What I am trying to do is bring up the QT editor from a J request. The >>>> file to be edited already exists on disk and all I am trying to do is >>> tell >>>> jqt to open and edit it. There is no need for J to control the process. >>> The >>>> editor runs like it already does. If the jdt interface cannot do this I >>>> would consider adding it in some form as all the current J ides work >>>> exactly like this. >>>> >>>> cheers. >>>> >>>> >>>> On Fri, Jan 11, 2013 at 10:14 AM, bill lam <[email protected]> wrote: >>>> >>>>> jqt is written in c++ so that it can not be called directly >>>>> from J. One needs to write a wrapper and recompile jqt to make >>>>> it possible. >>>>> >>>>> Пт., 11 янв. 2013, John Baker писал(а): >>>>>> I've noticed there is a new environment noun in the QT system IFQT >>> that >>>>>> nicely identifies the system. >>>>>> >>>>>> The editor is also very snappy and already has syntax coloring. >>>>>> >>>>>> What is the call to invoke the editor. I want to add it to the roster >>>> of >>>>> J >>>>>> systems supported by JOD >>>>>> >>>>>> if. IFJHS do. open_jhs_ a >>>>>> elseif. IFGTK do. open_jgtk_ a >>>>>> elseif. IFJ6 do. smopen_jijs_ a >>>>>> elseif. IFIOS do. je_z_ a >>>>>> elseif. do. jderr ERR0262 >>>>>> end. >>>>>> >>>>>> -- >>>>>> John D. Baker >>>>>> [email protected] >>>>>> >>> ---------------------------------------------------------------------- >>>>>> For information about J forums see >>> http://www.jsoftware.com/forums.htm >>>>> >>>>> -- >>>>> regards, >>>>> ==================================================== >>>>> GPG key 1024D/4434BAB3 2008-08-24 >>>>> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 >>>>> ---------------------------------------------------------------------- >>>>> For information about J forums see http://www.jsoftware.com/forums.htm >>>> >>>> >>>> >>>> >>>> -- >>>> John D. Baker >>>> [email protected] >>>> ---------------------------------------------------------------------- >>>> For information about J forums see http://www.jsoftware.com/forums.htm >>>> >>> ---------------------------------------------------------------------- >>> For information about J forums see http://www.jsoftware.com/forums.htm >>> >> >> >> >> -- >> John D. Baker >> [email protected] >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
