* implemented handling of aggregations in bookmarks * split index Storage and bookmark storage * each sqlite database has its own version now * added bookmark tests * fixed creating bookmark tables when project can be loaded but bookmark db does not exist * fixed font size for bookmarkview tooltips * using bookmark cache now * using default category name when none specified by the user * raising bookmark windows when they should be shown * clearing a bookmark or category in the editor will now update the star icon accordingly * non-persistent bookmarks use ids of nodes and edges now (instead of names) * git ignore .srctrlbm files
54 lines
1.0 KiB
Plaintext
54 lines
1.0 KiB
Plaintext
/build/
|
|
/distr/
|
|
/deps/
|
|
|
|
/bin/app/data/projects/ignored/
|
|
/bin/app/data/java/
|
|
/bin/app/user/log/
|
|
/bin/app/user/ApplicationSettings.xml
|
|
/bin/app/user/window_settings.ini
|
|
/bin/app/*.log
|
|
|
|
/bin/test/data/log/
|
|
/bin/test/data/temp.xml
|
|
/bin/test/data/TestSettings.xml
|
|
|
|
/java_indexer/bin/
|
|
/java_indexer/lib/
|
|
|
|
/setup/Linux/lib/
|
|
|
|
.DS_Store
|
|
.idea
|
|
|
|
/ide_plugins/vs/vs2015/SourcetrailPlugin/SourcetrailPlugin/bin
|
|
/ide_plugins/vs/vs2015/SourcetrailPlugin/SourcetrailPlugin/obj
|
|
|
|
*.coatidb
|
|
*.srctrldb
|
|
*.srctrlbm
|
|
*.suo
|
|
*.vcxproj.user
|
|
*.sqlite
|
|
*.pch
|
|
*.swp
|
|
*.swo
|
|
|
|
.clang_complete
|
|
.ycm_extra_conf.py
|
|
.ycm_extra_conf.pyc
|
|
|
|
sourcetrail.srctrlprj
|
|
compile_commands.json
|
|
|
|
Makefile
|
|
/__pycache__/
|
|
|
|
/deployment/windows/wixSetup/bin
|
|
/deployment/windows/wixSetup/build
|
|
/deployment/windows/wixSetup/CustomActions/UninstallRemoveLogFolder/bin
|
|
/deployment/windows/wixSetup/CustomActions/UninstallRemoveLogFolder/obj
|
|
/deployment/windows/wixSetup/Setup/build/Setup/Release
|
|
/deployment/windows/wixSetup/Setup/build/Setup/x64
|
|
/deployment/windows/wixSetup/Setup/build/Setup.VC.db
|