Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
520 stars 102 forks source link

Updating selection in URL on every click on a word #547

Closed intjftw closed 2 years ago

intjftw commented 2 years ago

Selection in URL is always 1|1|1|1 (except when a search result is selected). This PR fixes this by updating the selection on every click on a word in a file. Fixes #382 and #543.