Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, August 2006
QIde version 0.18-a


Message 1 in thread

A new version of QIde, an IDE for Qt4 is available on http://qide.free.fr :

Corrections :
- Audo-hide dock does not work on Qt 4.2.x and this feature is disabled
for this version.
- Now detect translated "error" and "warning" strings in gcc logs to show
lines on red and blue and to permit the double-click to open editors.
- Crash on starts when last project is not present
- Rewriting of cpp syntax highlighter. Work well and more quickly.
Highlighting is now enabled only for .c, .cpp, .cc and .h files only.
- Remove stranges characters in Build Log window.
- The location of qmake is set during QIde compilation then used to call
qmake. But sometimes this location is not good thus in options dialog it
is possible configure it.
- Rewriting of parser who populates the combo classes and methods. Now
requires ctags and normally works with all styles of code.
Adds :
- Auto brackets in editor. When "{" is pressed, "}" gets added to the text
automatically and text between is indented.
- Highlight current line
- On dialogs, a menu "Preview" available by right-click on item preview
the dialog, without opening Designer. Each widget shows a tooltip
containing his name and classname.
- Dutch translation
- Find in files
- Improvement of the Qt contextual help. When F1 is pressed on word in
editor, Assistant is launched.

    * If the word is an Qt object, the corresponding page is displayed
(qstring.html if the word is QString).

    * If the word is a function, the page called is the class of this
function and in the page the anchor corresponding of the word is
displayed. Example : in code : QString foo="ab"; foo =
foo.remove("a"); If F1 is pressed on the word "remove", Assistant
shows the page qstring.html at the place of the anchor "remove".

That does not work every time because the anchor names are not always
identical to the names of functions.

- The Project explorer have now two view modes accessible by right click
then choose "Show As".
- Close a tab by right-click on it even if it is not the currrent tab.
- Menus "Comment" and "Uncomment".

Thanks,

Jean-Luc Biord

--
 [ signature omitted ]