Re: QDevelop 0.25 released
I just installed it. Once again, amazing work! Keep up the good work. Would you happen to know when code folding will be implemented in QDevelop?
Re: QDevelop 0.25 released
Quote:
Originally Posted by
fnmblot
I just installed it. Once again, amazing work! Keep up the good work. Would you happen to know when code folding will be implemented in QDevelop?
That usually happens sometime after someone codes it.
Re: QDevelop 0.25 released
Code folding, I mean collapsible braces, like this:
Code:
nnDBSMainWindow
::nnDBSMainWindow( QWidget * parent, Qt
::WFlags f
) -{
setupUi(this);
connect(ui.addCommentPB, SIGNAL(clicked()), this, SLOT(addCommentsPB()));
connect(ui.aboutPB, SIGNAL(clicked()), this, SLOT(aboutNNDBS()));
}
becomes:
Code:
nnDBSMainWindow
::nnDBSMainWindow( QWidget * parent, Qt
::WFlags f
) +{
}
Like what is possible in Kate or Edyuk.
Re: QDevelop 0.25 released
Oh, by the way, looks like the Previous button in the Find function is not working properly in the new edition. I submitted a bug request on Google Code for it
Re: QDevelop 0.25 released
I just completed a fresh install of MEPIS 7.0 on my laptop.
Both the 2.4 and the 2.5 versions of QDevelop fail to run after posting these messages:
Quote:
jerry@GreyGeek:~/qdevelop$ ./qdevelop
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/qdevelop)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libQtXml.so.4)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libQtGui.so.4)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libQtNetwork.so.4)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libQtCore.so.4)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libstdc++.so.6)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libpq.so.5)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libmysqlclient_r.so.15)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libsqlite.so.0)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libsqlite3.so.0)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libaudio.so.2)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libssl.so.0.9.8)
./bin/qdevelop: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./bin/libcrypto.so.0.9.8)
jerry@GreyGeek:~/qdevelop$
But:
Quote:
$ vdir /lib/libc.so.6
lrwxrwxrwx 1 root root 13 2007-12-29 21:53 /lib/libc.so.6 -> libc-2.3.6.so
$ vdir /lib/tls/libc.so.6
lrwxrwxrwx 1 root root 13 2007-12-29 21:53 /lib/tls/libc.so.6 -> libc-2.3.6.so
Version 2.3.6 isn't good enough. :crying: