


System Software by gorin 12 comments
now I use Qt Creator and all works fine.
But I figure out a problem with the data reading.
If the program receives more than 8 Bytes it does not read out the buffer correctly. Sometimes it reads all received Bytes correctly but mostly it shows that a lot of bytes are received in a next message and it shows the other Bytes. Or it lost the first Bytes. And very often it put the old Bytes to the front of the text line with new Bytes. There is no discernible pattern.
Any idea?
best regards, M - Oct 20 2009

System Software by gorin 12 comments
I've downloaded the source and tried to changed the configuration of the output to release. But now my Qt IDE crashes. Is it only possible to compile your app as debug or which settings needs to be done to enable a release output?
brgds, M - Oct 16 2009

Qt Components by xep 10 comments
thanks for your reply. I use now QtSingleApplication. It is also not completely Mac OS X compilant but it's ok for me. sry.
brgds, m - Aug 03 2009

Qt Components by xep 10 comments

Qt Components by xep 10 comments
I'm using Mac OS 10.5.7 and Qt4.5.1.
It seems that no message is sent.
brgds - Jun 10 2009

Education Apps by AlexBSnet 22 comments

Education Apps by AlexBSnet 22 comments
your app cannot be downloaded :( - Mar 01 2009
The installation guide contains no hints for Mac OS X and the Unix section makes me feel bad (installing cmake, installing svn?). I've tried to compile QSvn, with cmake installed and downloaded the sources of svn. The cmake doesn't find my Qt installation. To setup a standard Qt .pro file wasn't successful. I don't have time to learn cmake. :( - Feb 15 2009

Developers Apps by aportale 9 comments
best regards,
M - Dec 05 2008
Thanks for interest. It would be fine to get more translations.
A direct link to the source will follow with the final release. If you want to collaborate please contact me. - Dec 04 2008

Developers Apps by aportale 9 comments
nice to have QLinguist downloadable for end users to translate our apps at home. But I'm missing lrelease integrated. If the endusers could create its owm .qm file they could copy it to the installation path of the apps without "annoying" us with new or user defined translations.
best regards,
M - Dec 04 2008
I think it will take until Dec. '08.
If you want the source now, please send me an e-mail to info@plcedit.org.
M. - Sep 02 2008
well done.
I think one of the greatest features are the Markers. My hot loved IDE is QDevelop and I love the bookmarks. Here JuffED got a similar feature, very good :-)
I've seen you've also impelemted a sessions feature. I found sessions very useful and use a same function in my project, too.
I have one feature request: file comparision. It's not an all-around feature and it could be a key feature for your editor.
I've read about your plan to leave QTextEdit and creating your own class. Maybe QScintilla could be offer you the missing features.
I've noticed some bugs or let me say some small issues.
1. All dialogs:
The dialogs are expandable - I think it's not really wanted.
2. If I compile juffed on my system with my precompiled Qt 4.3 juffed losts all icons.
3. The about dialog can not be closed. It missed a close button. - Mar 29 2008