CodeQuery Changelog

What's new in CodeQuery 0.21.0

Mar 12, 2018
  • Fixes in the ctags file parser
  • "List of files" button added to the GUI
  • Improved "full path for file" results list in GUI

New in CodeQuery 0.20 (Apr 21, 2017)

  • Major bug fix for a performance issue in the GUI, wrt clearing of the search results list
  • Other minor bug fixes

New in CodeQuery 0.15 (Aug 13, 2014)

  • Added support for Mac OS
  • Allowed -q in cscope.out header
  • Added info to HOWTOs on how to exclude standard include paths

New in CodeQuery 0.14 (Mar 10, 2014)

  • Fixed Java and Ruby syntax highlight bug
  • Fixed bug where database file combobox becomes too large due to very long filename

New in CodeQuery 0.13 (Mar 10, 2014)

  • Grep feature added
  • Last search history stored persistently

New in CodeQuery 0.12 (Mar 10, 2014)

  • QScintilla used for code editing widget
  • Imported a number of syntax highlight themes from Notepad++
  • Ruby and Go now officially supported through starscope
  • RPM packages will now be generated also

New in CodeQuery 0.11 (Jan 3, 2014)

  • File path filter
  • New query type: Calls of this function
  • Search results traversing within same file
  • Improvements on graph's initial size and zoom
  • Bug fix on external editor settings text

New in CodeQuery 0.10 (Aug 19, 2013)

  • ctags file processing optimization
  • New GUI features: Header files only, Functions inside this file, new About box
  • New GUI features: Ability to change file viewer font and tab space width
  • Autocomplete made asynchronous and optimized

New in CodeQuery 0.09 (Apr 22, 2013)

  • Fixed some cscope.out parser and SQL handling bugs
  • Added font resize buttons for file viewer

New in CodeQuery 0.08 (Apr 15, 2013)

  • Fixed Windows app icon and taskbar bugs

New in CodeQuery 0.07 (Apr 13, 2013)

  • Added ability to parse cscope.out generated by pycscope (for Python support)
  • Added syntax highlighting for Python and Java
  • File path can now be selected and copied in the GUI tool

New in CodeQuery 0.06 (Feb 28, 2013)

  • Fixed syntax highlight bug, added user warning if CQ database is older than viewed source file, removed the extra console window appearing alongside the GUI app in Windows

New in CodeQuery 0.05 (Feb 26, 2013)

  • Fixed file path bug in Windows and initial version of cqsearch CLI tool

New in CodeQuery 0.04 (Feb 26, 2013)

  • Initial version of visualization for function call graph and class inheritance is now working.

New in CodeQuery 0.03 (Feb 22, 2013)

  • Added wildcard search * and ?. Added previous and next history browsing for search.

New in CodeQuery 0.02 (Feb 19, 2013)

  • Fixed external editor file path recognition bug for Windows