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

📄 changelog.txt

📁 用Qt4编写的linux IDE开发环境
💻 TXT
📖 第 1 页 / 共 2 页
字号:
December 12 2007 Version 0.25:  - Display white spaces on text editors (revisions 192, 236, 237)  - Open dialog remembers filter used (revision 193)  - Support for extra parameters for make (revision 194)  - Improve creation of sub-projects, speed updates to the text editor under some Linux versions of Qt4 (revision 194)  - Added encoding support to load/save files, defaults to UTF8 (revision 198)  - Improvement of the code completion (revisions 199, 200, 203, 208, 210-213, 220-223, 225, 251-252 )  - In "Options Dialog", allow to define the Qt include directory used to build the Qt classes database. (revision 204)  - The "Find in Files" function shows the filenames with the relative names in the window of files found. Thanks to Simon Viennot <krazwer@gmail.com>. (revision 209)  - CMake support: QDevelop can be built using cmake (revisions 216, 219, 238, 257, 272)  - Added shortcuts to most GUI items (revisions 217,   - GUI has been simplified to reduce space screen (revision 227, 231, 235, 249, 263)  - Added conditional breakpoints in debugging functions. (revision 230)  - Now it's possible to disable the editor toolbars. The button to switch to header/source is instead displayed in the outer editor toolbar. (revision 236)  - Middle click on line numbers makes a break point, left click a bookmark (revision 237)  - Middle click on a dialog in the project explorer will preview the dialog (revision 238)  - On text editors, hide the mouse cursor only if the editor has the focus. (revision 244)  - Fixed segfault when opening a non-sourcecode file (i.e. a file where the inner editor toolbar is not displayed) (revision 248)  - Added functionality to modify registers (revision 249, 250)  - Changed home key: It now first moves the cursor to the first character of the current line, and after pressing it again, to the beginning of the line. The same behaviour is used for shift+home. (revisions 253, 255)  - New feature: Editor mode. It will toggle the display visibility state of all dockwidgets and     display only the editor. Shortcut control+E (revisions 256, 264)  - English "translations" updated (revisions 271,273)  - A new feature allows to compile automatically (every 5 seconds) the files (.cpp) edited. This     compilation is made in background in a temporary file. The warnings and errors are marqued in     the column numbers by the yellow and red warning panels. If the mouse is moved in a panel, a tooltip     is showed and gives the message given from the compiler. (revisions 261-262, 265-270)August 11 2007 Version 0.24: Corrections and improvements:  - Source/header navigation after files are renamed is working once more (fixes issue 137)  - Updated translations for       * Chinese (Henri Girard <henrigirard@free.fr>)       * Vietnamese (Chuong.Nguyen@eng.monash.edu.au)      * Italian (Rafael Venancio <rafael.venan@free.fr>)      * Portuguese (Rafael Venancio <rafael.venan@free.fr>)      * Spanish (Jorge Daniel Sampayo Vargas <jdsampayo@gmail.com>)      * Turkish (fatih.asici@gmail.com)      * German (Ralf Jung <ralfjung-e@gmx.de>)  - The build log window is now a sub-class of QTextEdit. It is possible to copy and paste by right-click the texts in     this window (fixes issue 136 and 141)  - Make moving up/down in files explorer equivalent to clicking items, and Return equivalent to clicking Open (fixes issue 154)  - Updated the shape of the tabs on the output dock window (revisions 182, 183)  - Improove handleing of pro files (revision 185,187)  - Fixed various crashes related for the code completion (revision 184,188)  - The list of include directories is parsed by the code completion each time it is necessary (fixes issue 145)  - Commet/Uncomment line fixes, thanks to Simon Viennot <krazwer@gmail.com>  (fixes issues 101, 113 and 131).  - Fixed function/method names color bug (fixes issues 77 and 96)  - Line numbers are consistant with text editor, improved undo/redo behavior, enhanced find in document behavior,    Removed Undo and Redo from editor context menu and moved Goto Implementation and Goto Declaration to the top. Thanks    to Branimir Karadzic <branimirkaradzic@gmail.com> (revision 144)  - Fixed templates for win32-msvc2005 target. Thanks to Branimir Karadzic <branimirkaradzic@gmail.com>. (revision 145)   - Find in files funtions has been improoved (revision 147).  - Completion improvement: If a function has many overloaded versions, the code completion choose the version with the biggest     number of parameters, overcome some problems with ctags and Qt macros (revision 151)  - When adding files to a project if the directories do not exixt, create them (revision 154)  - New text format used in the source, which allows to translate more easily. Thanks to Simon Viennot <krazwer@gmail.com>. (revision 155)  - Indentation should be working once more (fixes issue 18)  - When creating a new dialog, the template will use by default QDialogButtonBox (fixes issue 83)  - Order of widgets in tools control is revised, also use QDialogButtonBox instead of normal buttons (fixes issue 89)  - Improved save and restore of MainWindow position, size and state (fixes issue 103).  - Break IDE closing with Cancel button if project changes are not saved (fixes issue 107)Adds:  - Add "Goto Declaration" and "Goto Implementation" entries in the popup menu showed by right-click in an editor. After the right-click on a word, the program find the member object or function and his class then, if possible allows to go to the implementation and the declaration files.    - Since Qt 4.3.0, Designer can be controlled  as Assistant by socket. That allows to open all UI files with one instance of Designer.  - Added an entry to the main menu to open class methods combo box for fast lookup without using mouse. Thanks to Branimir Karadzic <branimirkaradzic@gmail.com>. (revision 146)  - Hide mouse cursor while typing code (fixes issue 24)  May 29 2007 Version 0.23Corrections:- Prevents the opening of the same file in several tab.The code completion works now with the classes created in the project.When the IDE auto-completes some code, it also add the "()" after the cursor, and place the cursor in the best positionpossible.- Fix a problem with packaged versions of QDevelop. With these versions, the code completion did not work.Adds:- Add Portuguese translation thanks to Giuliano Santana- Add Vietnamese translation. Thanks to Chuong Nguyen- In subclassing, the code is now added in editor if the file is opened in tab (before, the code was added always in files on disk, even with the file opened).April 11 2007 Version 0.22Corrections:- Fixed cmake compilation. Now executable is called QDevelop. I think I will have to revert this for UNIX* environemtns, in which the binary should be named qdevelop.- Update the code to accept the plugins in subdirectory of executable directory.- Fix the kind for field implementation (int to string) in table classesbrowser in database.- Fix items alignment default in projectpropertie.ui- In project database, opened files are now saved with relative paths to the project directory. If project directory is moved to other path, the files are correctly reopened. This commit saves relative paths for files in classes browser too.- Fix a crash when "Refresh contents" is called on tree browser without project opened.Adds:- Add  czech translation language.- Add Ukrainian translation.- The application accept now "GNU make" as previously but also others like "FreeBSD make".- With a right-click on a class name in classes browser, it is possible to:   - Add a new method to the class (can be a slot or a signal)   - Add a new variable member- With a right-click on a member variable of a class in classes browser, it is possible to:   - Add set and get methods for this variable member.Version 0.21-svnAdds:- Colorized matching for ( and {October 26 2006 Version 0.20Name:- QIde becomes QDevelop at October 4, 2006Corrections:- A crash if a file is opened without project- Bug in classes explorer when a sub-project have a name identical of the main project.- Deletion of Auto-Hide docks, not working with Qt 4.2- The settings are now written in qdevelop.ini file in the user home directory.- The database of project is named "qdevelop-settings.db" in project directory.- New C++ highlighterAdds:- The Default projects directory can be set in options dialog.- Bookmarks. Bookmarks can be toggled on menu bar and by right-click in margin number or editor. - Add "Next Bookmark" and "Previous Bookmark" to menu Bookmark.- Add Bookmarks toolbar.- Save bookmarks and breakpoints in project settings- Add "console" to CONFIG variable in (.pro) file for new projects to have qDebug() written on debug console under Windows. - Modification of the class browser to understand functions overloading.- When a project is closed, the content of class browser is saved in database project.db. With this database, the content is reloaded very quickly during the loading of the project. This feature require to have the SQL driver sqlite enable. On build enter the option -qt-sql-sqlite after the configure command.- Moving tabs with mouse to switch between us- Detection when a file was modified by another program and ask for save or reload.- Two tabs to show debugged variables program. Deletion of line edit "Debug command", obsolete with new tabs.- Templates to create a project (based on dialog or main window).- The code completion list contains the name and signature of functions.- Entries "Close Other Tabs" and "Close All Tabs" in popup menu showed by right-click on editor Tab.- Add Polish, Spanish, Chinese and Russian translations

⌨️ 快捷键说明

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