[ZeroBrane Studio] Re: [ANN] ZeroBrane Studio 0.95; now with fuzzy search for files, symbols, and library APIs

  • From: Paul K <paul@xxxxxxxxxxxxx>
  • To: "zerobrane@xxxxxxxxxxxxx" <zerobrane@xxxxxxxxxxxxx>
  • Date: Wed, 7 Oct 2015 08:22:32 -0700

Hi Krešo,

I want to exclude a folder called "lib" in the root directory of the project,
but not in subdirectories, how can this be acomplished?

This is not possible with the current mechanism. I should probably add
support for the leading slash to help in the case like this, so /lib
would exclude lib, but not foo/lib.

Also, some directories I would like to exclude on a per project basis, eg in
one I want to exclude, but not in the other.
If you don't want to make project files, maybe a third settings file that
would be project based, eg zbstudio.cfg or similar in the project root
directory which would get parsed each time a project is loaded

projectsettings plugin should be able to handle that:
https://github.com/pkulchenko/ZeroBranePackage/blob/master/projectsettings.lua

Paul.

Other related posts: