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

  • From: Krešimir Špes <kresimir.spes@xxxxxxxxx>
  • To: zerobrane@xxxxxxxxxxxxx
  • Date: Wed, 7 Oct 2015 19:27:00 +0200

yeah, "/" prefixing would solve the problem, I saw some editors handle it
that way and it seems to work fine.

oh, cool, didn't know about that plugin, thanks!

---
Krešo


On Wed, Oct 7, 2015 at 5:22 PM, Paul K <paul@xxxxxxxxxxxxx> wrote:

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: