[Github-comments] [geany/geany-plugins] Project Organizer: Add option/ability to set filetype of header files? (Issue #1121)

Jiří Techet notifications at xxxxx
Mon Oct 25 21:30:30 UTC 2021


Yeah, I think (1) should be doable quite easily. There would always be a problem if there is both `some_file.cpp`, `some_file.c` and `some_file.h` in the project to detect to which of the source files the header belongs (different projects use different directory structures and there's no easy way to tell which file belongs to which) but these cases should be exceptions.

I don't remember the Geany API exactly and implementing this feature would require that Geany allows plugins to specify the filetype that should be used to open the files but I believe there is such a function.

I'll have a look at this when I have time - should be quite easy to implement.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1121#issuecomment-951347858
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211025/202245e9/attachment.htm>


More information about the Github-comments mailing list