[Github-comments] [geany-plugins] Treebrowser plugin and relative path in project settings (#288)

Verkhovin Vyacheslav notifications at xxxxx
Sat Oct 10 15:23:05 UTC 2015


Treebrowser plugin works incorrectly, if in project settings has relative path. Problem in treebrowser/src/treebrowser.c file. The problem appears when use (pseudocode):
GeanyProject *project = geany->app->project;
dir = project->base_path ;
and not checked the path type - absolute or relative base_path.
The correct realization in the file  geany-plugins/projectorganizer/src/prjorg-utils.c (function gchar *get_project_base_path(void)).
![treebrowser](https://cloud.githubusercontent.com/assets/6310015/10411852/b40ee826-6f8c-11e5-8915-dc68f1e2e8ca.png)


---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/288
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151010/0b5b313c/attachment.html>


More information about the Github-comments mailing list