Hi,
- For view->tool windows->file tabs: File tabs that would grow vertically when full instead of putting those small arrows to navigate.
- Fix the exclusion parameter mayhem: The syntax change depending on the window and I was never successful of using this feature for complex exclusions.
- Support parsing some compiler extensions for tag database. For example, the following is not tagged properly with GCC:
typedef struct {
int x;
} __attribute__((__packed__)) my_struct_t;
After tagging, when searching for the my_struct_t reference, it is unknown. I know you guys cannot support all extensions of all compilers, but GCC is pretty widely used.
- Better documentation: sometimes, the GUI screen shots and descriptions doesn't match the UI in Linux. For example, the add tree dialog: where is the symlinks checkbox?
- Talking of symlinks: in add tree dialog: a symlink checkbox that actually works. Even when unchecked, symlinked files are still added to the project.