⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 用Qt4编写的linux IDE开发环境
💻 TXT
📖 第 1 页 / 共 2 页
字号:
- The application can be build using cmake (experimental!)September 25 2006 Version 0.19Corrections:- The code is entirely translated in English, variables, function names and file names. - Improvement of completion, much faster (5 or 6 times). An improved code increases its reliability.- The location of qmake is determined in this order:   1. Read in INI file the lasted saved location. If it not saved, use : QLibraryInfo::location( QLibraryInfo::BinariesPath )+"/qmake";   2. Test if the location finded on 1 is good, otherwise display a dialog for choose qmake location   In options dialog, it is possible to change the location of qmake anytime.Adds:- The classes explorer to navigate into classes and members. By right-click, each item can display the two files of a member or function: implementation and declaration. The double-click shows the implementation if available. The items are updated in real time when the text in editor is modified and the interval between two updates can be configured in options dialog. This new feature require ctags.- The project QIde is now a single project without plugin projects (dockplugin, lineedithistoplugin and treeprojectplugin), not requires to build the application.- On close, "Replace" and "Find in files" dialogs saves their options to reuse on next showing.- Menu "Debug | Parameters" to configure the arguments of program, his working directory and environment variables.- Menu "Debug | Calls Stack" to show all functions called. Is equivalent to the 'backtrace' gdb command. In the dialog, when a line is activated, the file is opened on good line.August 28 2006 Version 0.18-a Corrections:- A crash when "Edit | Toggle comment" is choose on unselected line.- A crash when Enter key is pressed in a header.- Widgets in preview dialogs are now connected.- Audo-hide dock does not work on Qt 4.2.x and this feature is disabled for this version.- Problem if current line color is disabled in options dialog.Adds:- Actions "Comment" and "Uncomment".August 27 2006 Version 0.18Corrections :- 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 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.August 12 2006 Version 0.17Corrections :- Some small defaults.Adds :- Code completion available thanks to Fr�d�ric Julian and his excellent work. Completion need ctags under Linux and Windows. On Linux it is normaly installed with package developement. On Windows it should be downloaded on the site of ctags: http://ctags.sourceforge.net/- Possibility to change background color of editors in options dialog.- Goto line dialog.- Replace dialog.- Find works like in Firefox at bottom of editors.August 6 2006 Version 0.16Corrections :- Add good templates (QDialog, QMainWindow and QWidget) for forms (.ui) append.- The find method of executable name was rewritten and work better.- Shortcuts dialog was rewritten to delete empty lines.- Good compatibility 64bits.Adds :- On editor, the tabs can be replaced by spaces.- The end-of-line can be configured to Default, Unix or Windows mode. In Linux mode, the lines are terminated by "\n". In Windows by "\r\n". In default mode, the end-of-line terminators are translated to the local encoding.- By right-clic on Dialog (.ui) on "Project Explorer", it is possible to create or update the files subclassed. The auto-connect slots can be selected and created on implementation files.July 18 2006 Version 0.15Corrections :- Complete rewriting of the auto-hide docks. The docks have now a button to make them maskable, like VS.Adds :- A dialog to configure all shortcuts.- Compatibility 64bits. Without guarantee of working fine currently.July 16 2006 Version 0.14Corrections :- The number margin correctly adapts its size to number digitsAdds :- To maximize the size of editors, the docks "Explorer of project" and "Outputs" are automatically masked.- The project configuration dialog has two modes: normal (by default) and advanced.- In project configuration dialog, a list of Qt variables is proposed when a variable is added.- The application accepts a list of files or project in parameter which are automatically open.- Some short cuts keyboard :- F9 : Toggled breakpoint on editorJuly 15, 2006 Version 0.13Corrections :- Better management of the long files in the editorAdds :- Translation in German. Thanks to Adrian Debbeler- Some short cuts keyboard :- Shift+F5 : Stop program debugging- Shift+F11 : In debugging, step out- Esc : Return and set focus to current editor.- Find box says when the text is not found, like Kate.July 13, 2006 Version 0.12Corrections:- Maximum Size for the combo ?Methods?. Problem with the too long methods.  Adds - Checking of the version debug or release before execute a program. With warning when the editing version is not available. - The interface is now in English. Addition of the French translation. - Some short cuts keyboard: - Shift+F12 Switch between header and sources - Ctrl+W Close the current editor - Alt+Right Next Tab - Alt+Left Previous TabJuly 12, 2006 Version 0.11   Corrections: - Pb with the : character on string. In particular on Windows paths - Modification of the module ?Property of project? for better managing the scopes. Adds: - Possibility of changing the colors of editor. - When user double-click on file name, DEPENDPATH variable is read to find file.- With right-click on project explorer, run lupdate and lrelease directly. July 9, 2006: 0.10 Beta June 1, 2006: Beginning of the development  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -