Eberhard Graether
b6a39a2d66
logic: Don't store CxxCompilerHeaderPath in Global Include Paths
...
* show path in Global Include Paths preferences
* add to CXX indexer commands
* add migration to remove from app settings
2019-05-27 16:11:19 +02:00
mlangkabel
581b1894f2
logic: write output of Python indexer processes to log file
2019-05-27 14:05:02 +02:00
mlangkabel
e339b32286
logic: have logging enabled by default if not specified in app settings
2019-05-21 22:05:14 +02:00
Eberhard Graether
8c6ded28a8
data: Add StorageElementComponent to Storage injection
2019-05-21 17:56:50 +02:00
mlangkabel
4d6cb464c4
logic: sort custom indexer commands by indexed file size and name
2019-05-21 17:23:03 +02:00
mlangkabel
0fb7fe719a
<module>: fixed storage cache to accept local symbols names of python indexer
2019-05-21 17:10:55 +02:00
Eberhard Graether
b5e8c7f452
build: Fixed macOS bundle not using correct Python environment
...
* Pass verbose flag to Python indexer if enabled
2019-05-15 14:44:49 +02:00
mlangkabel
a9887da9f1
ui: show EULA on first start of windows portable package
2019-05-13 18:02:41 +02:00
Eberhard Graether
0e01a9b200
logic: Fixed python sample migration removed last recent project
2019-05-07 17:10:57 +02:00
mlangkabel
76cb4e0dc9
data: added python sample project
2019-05-07 15:51:37 +02:00
Eberhard Graether
abda525b84
ui: Fixed symbol definition shown instead of reference on undoing
...
* fixes History Tests - State Tests - Code Reference
2019-05-07 14:59:14 +02:00
mlangkabel
bdb4c78399
logic: implemented Python post processing to add ambiguous edges for unsolved symbols
2019-05-07 14:17:59 +02:00
Eberhard Graether
af70d684a5
data: Added intermediate fix to handle multiple definitions of main() in C/C++ (issue #233 )
...
* record main definition as .:main:.<filename>
* restore original name in name deserialization
* don't look up id when undoing main activation
2019-04-30 13:04:57 +02:00
Eberhard Graether
ee1fd9c38b
logic: Unblock UI when aborting indexing after partial refresh warning
2019-04-23 17:08:10 +02:00
Eberhard Graether
550ce9c7df
logic: Start automatic update checks on second day of use
...
* Added status messages for update check
2019-04-23 14:28:56 +02:00
Eberhard Graether
76aed77f59
ui: renamed 'relations' to 'references' in overview stats
2019-04-23 14:14:49 +02:00
Eberhard Graether
a00cdc18ca
ui: Added "Show Definition in IDE" action to graph context menu for nodes (issue #687 )
2019-04-23 13:15:56 +02:00
Eberhard Graether
1f6179c1b8
logic: Delete log files older than a month (issue #676 )
2019-04-23 13:02:55 +02:00
Eberhard Graether
02835ff59a
ui: show multi-level inheritance edge in graph legend
...
* and added "multi-level" to tooltip
2019-04-23 10:07:33 +02:00
Eberhard Graether
4dd032dcff
ui: Multi-column layout within access nodes if no child node has edges
...
* use multiple columns for access nodes if no child has edges
* try to layout close to a square
* layout neighboring accesses to the width of the largest
* increase threshold to hide children on parent activation to 100
* use square layouting in inheritance trees as well
2019-04-16 16:24:38 +02:00
Eberhard Graether
edf319cde9
data: removed directory data/gui/installer and moved EULA files to data/license
...
* moved EULA files to data/license
* moved 3rd party license to data/license
* updated paths in installer scripts
2019-04-08 18:25:13 +02:00
mlangkabel
f7d3275e89
logic: make python environment path configurable in project settings
2019-04-08 13:09:52 +02:00
mlangkabel
045a3a4e50
logic: Added "Empty Python" Sourcegroup to project setup
...
The respective release of the SourcetrailPythonIndexer project is automatically downloaded from GitHub when the setup script is executed.
2019-04-02 15:54:17 +02:00
Eberhard Graether
5d672fafc4
ui: edit search element on backspace instead of deleting (issue #681 )
2019-03-20 14:47:39 +01:00
Eberhard Graether
b02064a160
license: Implemented new license format
...
* Implemented new format splitting user, version, and usage period into separate lines
* Refactored all classes: License, LicenseGenerator, LicenseChecker
* Removed redundant license check hash from ApplicationSettings, don't generate, store and check it anymore
* Moved license checking and encoding logic to LicenseChecker
* Moved default for license generation to main.cpp
* Refactored license checking logic in whole app, removed involved message types
* Added LicenseCheckerTestSuite for checking all legacy and current license types
* Generate new license type lifelong
2019-03-18 14:49:52 +01:00
mlangkabel
db569ee551
logic: improved fulltext search performance (issue #680 )
...
* move to multithreaded implementation
* omit unnecessary work
2019-03-12 11:16:49 +01:00
Eberhard Graether
92c8c282f5
logic: Fixed qualifier locations not used in reference navigation and only highlighted on hovering
2019-02-04 02:04:38 +01:00
Eberhard Graether
463d3ebd4c
ui: Fixed error count in status bar not restored after discarding interrupted index
2019-02-03 23:47:12 +01:00
Eberhard Graether
01ac38dd8a
ui: Fixed inheritance chains not correctly layouted
2019-02-03 17:48:09 +01:00
Eberhard Graether
7d746ba947
logic: Fixes in header path detection
...
* Rerun header path detection when only cxx header path is present after update in migration
* Check if path exists in header and framework path detection on mac/linux
2019-01-29 13:49:40 +01:00
mlangkabel
5dcecdb3bd
ui: fixed status error may not show up if custom command fails on windows
2019-01-21 16:38:47 +01:00
Eberhard Graether
7d30709306
logic: Fixes and improvements for C/C++ compiler header path handling
...
* Always add compiler header path when prefilling on first start, regardless of successful detection
* Show compiler header path in path list box on top and readonly
* Prepend compiler header path on Windows in system header path compiler flags, append otherwise
* Show warning when saving ApplicationSettings if compiler header path is not in global include paths
* Show warning when saving ApplicationSettings if there is another path containing compiler headers
2019-01-21 15:18:31 +01:00
mlangkabel
3eb9211520
logic: added option to execute custom indexer commands in parallel
2019-01-21 13:28:51 +01:00
Eberhard Graether
85bd0d39c3
ui: Fixed graph layout middle column offset to move all buckets in the same direction
2019-01-21 13:13:04 +01:00
Eberhard Graether
f7b8563e57
ui: Align graph layout buckets in middle colum at middle gap to avoid edges going through nodes
2019-01-20 23:24:11 +01:00
mlangkabel
e3c9f12012
logic: fixed initialization of header search paths on first start
...
* updated version of fallback ApplicationSettings.xml to current settings version
* removed is-empty-check when pre-filling settings at the first start of Sourcetrail
2019-01-14 17:22:22 +01:00
Eberhard Graether
2bc90c07bf
ui: Only bundle importing files when import edge present
2019-01-10 23:13:18 +01:00
Eberhard Graether
08dc7ec98b
ui: Prevent flickering of edges when going back after multiple edge activations
2019-01-10 22:56:14 +01:00
Eberhard Graether
7d94302712
ui: Remove virtual nodes in depth graph edges when moving nodes (issue #639 )
2019-01-10 16:52:40 +01:00
Eberhard Graether
545969161e
ui: Clear screen search matches when anything in the view changes (issue #660 )
2019-01-10 15:53:09 +01:00
Eberhard Graether
54f989f6f5
ui: Also elide name of active node if it has more than 100 characters (issue #652 )
2019-01-08 14:25:28 +01:00
Eberhard Graether
5b787e19d4
src: added exception handling to file reading in TextAccess
2019-01-08 14:10:08 +01:00
mlangkabel
b4ea675c9a
logic: fixed custom commands
...
* allow filesystem to rename temp db after indexing
* changed custom command variable syntax
* adjusted test checklist for custom commands
2018-12-18 15:02:45 +01:00
mlangkabel
e3940fdf19
logic: skip project settings migration if version is 0
2018-12-18 13:23:28 +01:00
Eberhard Graether
22b1b0cc40
build: fixed missing include on linux/gcc
2018-12-17 16:54:36 +01:00
Eberhard Graether
19190f4e5e
logic: Suggest full reindex after changing custom command
2018-12-17 16:33:52 +01:00
Eberhard Graether
f169805fbc
data: record Clang Invocation errors as errors when nothing is recorded
2018-12-17 15:29:49 +01:00
Eberhard Graether
797bf2fee5
logic: Show error updates during custom command indexing
...
* fixed code view showing all locations when switching view mode while showing errors
2018-12-17 00:27:16 +01:00
Eberhard Graether
dd4a880ec3
ui: Show overview bundles for non-indexed or symbol types if no others available
2018-12-16 23:51:53 +01:00
Eberhard Graether
1dabbab599
ui: Extracted syntax highlighting rules for java and cpp to files
...
* pass file language from storage to code view
* load syntax highlighting rules files from install directory "syntax_highlighting_rules"
* files must be named <language_identifier>.rules to make syntax highlighting work
2018-12-16 22:59:07 +01:00