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

Snippets does not include the entire SCClassLibrary #60

Open
salkin-mada opened this issue Mar 18, 2020 · 1 comment
Open

Snippets does not include the entire SCClassLibrary #60

salkin-mada opened this issue Mar 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@salkin-mada
Copy link
Contributor

salkin-mada commented Mar 18, 2020

SCNvim.sc *generateSnippets is not creating snippets of full Class Library / Tree (- the first level meta_ classes). Subclasses are missing. Example: Limiter, LFNoise1, LFDClipNoise, BrownNoise and PinkNoise are not included in the snippets.

Expected behavior
All classes in the Class Library should be in the generated supercollider.snippets file

Steps to reproduce
Setup scnvim and run :SCNvimTags

Information

  • nvim --version: v0.3.4 / v0.4.3
  • Operating system: Debian 10 / Ubuntu 19.10
  • Running scnvim in a Terminal/GUI: Kitty
@salkin-mada salkin-mada added the bug Something isn't working label Mar 18, 2020
@salkin-mada
Copy link
Contributor Author

In the *generateSnipptes method we need to include class.subclasses. Can make a PR.

@davidgranstrom davidgranstrom added enhancement New feature or request and removed bug Something isn't working labels Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants