forked from ruben2020/codequery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS.txt
72 lines (55 loc) · 2.46 KB
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Version 0.16.0 - May 2, 2015
Brace matching on the file viewer
Better handling for current line highlight
Annotation in file viewer to quickly and easily identify the selected item
Changed version to the semantic versioning scheme MAJOR.MINOR.PATCH
Qt4 (default) and Qt5 now supported by CMake build option
Version 0.15 - Aug 12, 2014
Added support for Mac OS
Allowed -q in cscope.out header
Added info to HOWTOs on how to exclude standard include paths
Version 0.14 - Mar 9, 2014
Fixed Java and Ruby syntax highlight bug
Fixed bug where database file combobox becomes too large due to very long filename
Version 0.13 - Mar 1, 2014
Grep feature added
Last search history stored persistently
Version 0.12 - Feb 23, 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
Version 0.11 - Dec 31, 2013
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
Version 0.10 - Aug 10, 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
Version 0.09 - Apr 20, 2013
Fixed some cscope.out parser and SQL handling bugs
Added font resize buttons for file viewer
Version 0.08 - Apr 14, 2013
Fixed Windows app icon and taskbar bugs
Version 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
Version 0.06 - Feb 27, 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
Version 0.05 - Feb 25, 2013
Fixed file path bug in Windows and initial version of cqsearch CLI tool
Version 0.04 - Feb 24, 2013
Initial version of visualization for function call graph and class inheritance is now working.
Version 0.03 - Feb 22, 2013
Added wildcard search * and ?. Added previous and next history browsing for search.
Version 0.02 - Feb 19, 2013
Fixed external editor file path recognition bug for Windows
(could not recognize spaces e.g. C:\Program Files).
Version 0.01 - Feb 18, 2013
Initial release