📄 changelog
字号:
1.6.2 (?)* New: Support for hidden project folders under the source root* Bug fix: Make the configuration script sh-friendly* Bug fix: Handle unicode characters on gcc's output* Bug fix: KScope crashes when clicking on empty area in the tree view* Bug fix: Do not show the "Function" column in the error list* Bug fix: Do not close KScope when choosing "Cancel" in the "Save Files?" message box1.6.1 (9-Jan-2008)* New: Support for case-insensitive queries* New: Per-project Ctags command line (for advanced users only)* Bug fix: Stop queries when their result windows are destroyed* Bug fix: Query results sorted by line numbers are sorted numerically* Translation: Chinese1.6.0 (10-Jul-2007)* Improved: Updated the documentation* Improved: Implemented multiple-call nodes in the call-graph* Improved: Workspace toolbar buttons re-arranged* Improved: Hitting Enter in the "Open Project" dialogue's list of recent projects opens the selected project* Bug fix: Handle file extensions correctly in the file list* Bug fix: Avoid hanging status bar messages when a project is closed* Bug fix: Prevent infinite loops in the file finder in the presence of recursive symbolic links* Bug fix: Child windows should not disappear when dialogues are invoked* Bug fix: Added padding to the call graph, to avoid chopped-off drawing of nodes close to the borders* Bug fix: Honour the preferred font when drawing the graph* Bug fix: Delete temporary dot files used for drawing graphs* Bug fix: Save call-tree files when a project is closed* Bug fix: Clean-up a project's directory name after it is created 1.5.2 (7-May-2007)* New: Useable global bookmarks system* Improved: Better infrastructure for handling projects* Improved: The soure root is set in the project properties dialogue* Improved: When saving a new file, the user is asked whether to include it in the project* Improved: New toolbar layout* Improved: Temporary projects appear in the list of recently open projects* Improved: Load a temporary project's cscope.files file, if it exists* Bug fix: Enable file/project menu items only when a file/project is open* Bug fix: Handle column numbers in make output* Bug fix: Do not allow multiple instances of the same command in the make history* Bug fix: Dropped project semaphores (too much hassle for a minor feature)* Compilation fix: Support for automake 1.101.5.1 (15-Feb-2007)* Improved: Support for recursive builds (make changing directories)* Improved: Show build errors/warnings on a separate list* Bug fix: The main window was not activated when requesting a source position in a child window (call tree or the make window)* Bug fix: Maintain Call-tree child item order (by line)* Bug fix: Build output occasionally mixed standard output with standard error1.5.0 (6-Feb-2007)* New: Make front-end (Rudimentary)* New: Global bookmarks list* New: Support for Cscope's -c and -D command-line options (-D requires a patch to Cscope)* Improved: Detect Cscope's executable and capabilities on each load* Improved: Graph windows are no longer top-level (can be minimised or hidden behind the main window)* Improved: Do not automatically open a project if it was already loaded by another instance of KScope* Improved: Show #include directives in the tag list* Bug fix: Better calculation of the area defined by a graph arrow* Bug fix: Files could not be found in the file list when using a common root ($)1.4.3 (15-Jan-2007)* New: Option for negating filters on query result lists* New: Command for setting the keyboard focus to the tag list* Improved: Restrict tag/file list navigation to current search pattern* Improved: Show goto labels in the tag list* Bug fix: Crash due to in-edges not being removed along with a function* Bug fix: Connected components disappeared after filtering calling/ called functions* Bug fix: Use only sh-style ouput redirection in kscope_config1.4.2 (16-Oct-2006)* New: Tool-tips for the project's file list* New: "Find Definition" entry in the query-results popup menu* Improved: Added '*.S' (kernel assembly files) to the list of standard file types* Improved: Some code clean-ups in the query-results popup menu* Bug fix: All query results following a global definition were omitted 1.4.1 (23-Aug-2006)* Improved: Speed-up result list filtering* Improved: Keyboard shortcuts for the first entries in the Window menu* Improved: Show assmebly labels in the tag list* Bug fix: KScope crashes when a node is removed from the graph* Bug fix: KScope crashes when Next/Previous Result is invoked on an empty query results list* Bug fix: Prevent whitespace in project names* Bug fix: Add entries to the results query list in the right order* Bug fix: Fixed several memory leaks1.4.0 (9-Aug-2006)* New: Option for sorting the file list when a project is loaded (on by default)* Improved: The documentation is now up to date* Improved: Nicer layout for the "New Project" dialogue* Improved: Corrections to the desktop file (thanks to Tom Albers)* Improved: Close a project automatically before a new one is created* Bug fix: Do not show the progress dialogue if building fails to start* Compilation fix: Include stdlib.h in graphwidget.cpp* Compilation fix: Support for autoconf 2.6x* Compilation fix: Removed unnecessary options from the YACC source file* Compilation fix: Abort configuration if lex/flex and yacc/bison are not found1.3.4 (14-Apr-2006)* New: Use graphviz from the command-line (dot). Should finally solve _all_ licensing issues* New: Informative welcome message* Improved: Allow multiple files on "File->Open..."* Improved: Better tool-tips for the tag list* Bug fix: KScope crashes after startup when attempting to set the cursor to a non-existing line1.3.3 (5-Jan-2006)* License changed to BSD due to incompatibility between the GPL and the CPL (graphviz)* New: Multiple-view call graph/tree dialogue* Improved: Function name is displayed first (consistent behaviour for query views and call tree widgets)* Improved: Updated to the latest KDE 'configure' template1.3.2 (16-Nov-2005)* New: Support for graphviz 2.6* Improved: The 'configure' script detects he graphviz version and build flags* Improved: Better automatic configuration script for Cscope and Ctags* Improved: Added 'exctags' to the search for exuberant-ctags (FreeBSD)* Bug fix: Cursor set to the end of the line when jumping to a location in the code* Bug fix: Draw the call graph using the current DPI settings* Bug fix: Automatic configuration script no longer depends on "source" (which is not available for all shells)* Bug fix: Editor GUI not merged upon opening a project if the selected file is the last one loaded1.3.1 (14-Oct-2005)* New: "Save All" menu command (was not included in previous release, despite a claim to the contrary)* New: List and filter called/calling functions in the call graph* New: Delete graph nodes* New: Limit graph node in/out degree (requires latest Cscope CVS snapshot)* Improved: Redesigned node menu in the graph widget* Improved: All query result views share the same widget* Improved: Session management remembers file locations and last open file (thanks to Alexander Kern)* Bug Fix: Delete graph files when they are no longer required (i.e., after a graph dialogue is manually closed)* Bug fix: Do not show a border around the graph (nasty fix, but it works)* Bug fix: Nodes are now always drawn on top of edges* Compilation fix: Use QPtrList instead of the deprecated QList* Compilation fix: Should now compile with gcc 4.x1.3.0 (29-Jun-2005)* New: A new call graph based on the graphviz library* New: Use a special dialogue for executing and displaying quick definition queries* New: Use the project's root in the file list (root directory replaced by a $ symbol)* Improved: Faster compilation through the inclusion of moc files* Improved: Better organised menu and toolbars* Improved: Quick definition does not write into the query widget1.2.0 (25-May-2005)* New: Keyboard shortcut for setting the focus to the file list* Improved: Documentation is now up to date* Improved: Use standard configuration actions* Improved: Faster loading times for projects* Bug fix: Incorrect sorting of the symbol history combo-box* Bug fix: Query window hidden unnecessarily on some occasions* Bug fix: A hidden query window is shown by the "Position History" menu command* Bug fix: Modifying non-project files triggered a database rebuild1.1.1 (17-Mar-2005)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -