Trying to download documentation...
-
@ulrik
I think - without going deeper - that this is a path problem.The user of a complicated plug-in cannot access your user folder.
/Users/ulrikboden/Library ... etc.
The path between MarkdownRepository and Target directory are also different from Accordion.
-
@MikeB but this plugin doesn't have any MarkDown panel anymore, in that case there still has to be some hidden path somewhere and I can't find anywhere
-
@ulrik In appData (or the MacOS version) perhaps?
-
Have a look in User/Library/Application Support/HISE
there is a file "DocSettings.xml".
here you will find the path.
If not, you can check the other files. They are all XML.
Maybe this will help you?
You should add this folder HISE - if not already done
in the Finder sidebar on the left. -
-
@ulrik
Then I can't think of anything else - sorry
Maybe Export > Clean Build Directory? -
@MikeB said in Trying to download documentation...:
@ulrik
Then I can't think of anything else - sorry
Maybe Export > Clean Build Directory?I alway Clean Build Directory before compiling.
Thank you Mike -
Maybe try this
DocRepository value ""
RefreshOnStartup value "Yes"Maybe the refresh without content will make the path empty again?
-
@MikeB good thinking, I'll try that :)
-
@ulrik - or just delete the whole thing.
-
@Lindon I made a new project folder and copied all samples, maps, images and all that was needed to it, but the compiled plugin still show this irritating window :(
There must some enable/disable function to set this function to off?
-
@ulrik
Why don't you create a new empty folder and link it?
This path is also empty for me
HISE seems to take it from a cache if there is no folder. -
@MikeB I've tried that without success :(
@Christoph-Hart how do I disable/enable the ""Update documentation" popup?
-
@ulrik said in Trying to download documentation...:
how do I disable/enable the ""Update documentation" popup?
Running into this as well on New Layout and Develop branch. I'm using a markdown panel in my project, but don't want to update via server. Anyone know a fix yet?
-
@dustbro I never figured this out, at the moment I'm working on some other plugins, but sooner or later I will have to deal with that issue
@Christoph-Hart any hints? -
This might be the most laziest way to solve it, but does this help?
https://github.com/christophhart/HISE/commit/b9ced302916841a243df37b41e77df8ae4730d0f
(You need to set the preprocessor macro to
0
obviously). -
@Christoph-Hart this is in New Layout or Develop?
-
-
Gonna check this out now
-