Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filebrowser plugin and relative path in project settings #686

Open
arhiv6 opened this issue Oct 10, 2015 · 0 comments
Open

Filebrowser plugin and relative path in project settings #686

arhiv6 opened this issue Oct 10, 2015 · 0 comments

Comments

@arhiv6
Copy link

arhiv6 commented Oct 10, 2015

Filebrowser plugin works incorrectly, if in project settings has relative path. Problem in plugins/filebrowser.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)).
filebrowser

A similar issue: geany/geany-plugins#288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant